56 lines
2.7 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 order-2 order-lg-1">
<div className="img">
<img src="/assets/img/online/christmas-year-end/christmas-2.webp" alt="" />
</div>
</div>
<div className="col-lg-6 order-1 order-lg-2 mb-5">
<div className="about6-header heading9 space-margin60 mb-4">
<h4>Tamil Cultural Association of Waterloo Region proudly presents</h4>
<div className="space18" />
<h3>Christmas & 2024 Year End celebrations</h3>
<div className='text-start' />
<div className="space18" />
<p>Date: 21, December 2024</p>
<div className="space18" />
<p>Time: 5.00pm 09.00pm</p>
<div className="space18" />
<p>Venue: RIM Park</p>
<div className="space18" />
<p>2001 University Ave E, Waterloo, ON N2K 4K4</p>
<div className="space18" />
<ul>
<li>Event Admission: Ticket ONLY Limited guests.</li>
</ul>
<div className="space18" />
<ul>
<li>Ticket booking opens on 07 Dec 2024 and closes on 13 Dec 2024 / once we reach the capacity</li>
</ul>
<div className="space18" />
<ul>
<li>E-Tickets: Digital or print ticket for each member. Registration at scanned at the entrance. Check 2024 Membership status.</li>
</ul><div className="space18" />
<ul>
<li> Note: Zeffy is a third party Canadian payment platform. Accessing will be subjected to Zeffys terms and conditions policy.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</>
)
}