2025-07-16 21:01:58 +05:30

58 lines
2.6 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import Link from 'next/link'
export default function Section2() {
return (
<>
<div className="about6-section-area">
<div className="container">
<div className="row">
<div className="col-lg-6">
<div className="img">
<img src="/assets/img/online/sports-day/sports-2.webp" alt="" />
</div>
</div>
<div className="col-lg-6">
<div className="about6-header heading9 space-margin60 mb-4">
<h4>TCA is working with other communities South Asian Sports Day</h4>
<div className="space18" />
<h3>South Asian Sports Day 2025</h3>
<div className='text-start' />
<div className="space18" />
<p>Date: Day, Month date 2025</p>
<div className="space18" />
<p>Time: 3.30pm 8.30pm</p>
<div className="space18" />
<p>Venue: Name of the place</p>
<div className="space18" />
<p>Address.</p>
<div className="space18" />
<ul>
<li><Link href="#">Event Admission: Ticket ONLY Limited guests.</Link></li>
</ul>
<div className="space18" />
<ul>
<li><Link href="#">Admission closing: Day Month date 2025</Link></li>
</ul>
<div className="space18" />
<ul>
<li><Link href="#">E-Tickets: Digital or print ticket for each member. Registration at scanned at the entrance. Check 2025 Membership status.</Link></li>
</ul><div className="space18" />
<ul>
<li><Link href="#"> Note: Zeffy is a third party Canadian payment platform. Accessing will be subjected to Zeffys terms and conditions policy. </Link></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</>
)
}