2025-07-11 15:46:59 +05:30

53 lines
2.5 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="img1">
<img src="/assets/img/online/new-year/section2.webp" alt="" />
</div>
</div>
<div className="col-lg-6">
<div className="about6-header heading9 space-margin60 mb-4">
<h4>TAMIL NEW YEAR</h4>
<div className="space18" />
<p>TCA proudly presents Waterloo Regions Tamil New Year Celebration</p>
<div className="space18" />
<div className='text-start' />
<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 Address.</p>
<div className="space18" />
<ul>
<li><Link href="#">Event Admission: Ticket ONLY Limited guests.</Link></li>
</ul>
<div className="space18" />
<p>Admission closing: Day Month date 2025</p>
<div className="space18" />
<ul>
<li><Link href="#">E-Tickets: Each member will receive a digital ticket. Registration will be scanned at the entrance. Verification of 2025 Membership status will be validated at time of entry.</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>
</>
)
}