56 lines
2.7 KiB
JavaScript
56 lines
2.7 KiB
JavaScript
|
||
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/tamil-wedding-custom/protestant.webp" style={{ height: "650px" }} alt="" />
|
||
|
||
</div>
|
||
</div>
|
||
<div className="col-lg-6">
|
||
<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><Link href="#">Event Admission: Ticket ONLY Limited guests.</Link></li>
|
||
</ul>
|
||
|
||
<div className="space18" />
|
||
<ul>
|
||
<li><Link href="#">Ticket booking opens on 07 Dec 2024 and closes on 13 Dec 2024 / once we reach the capacity</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 2024 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 Zeffy’s terms and conditions policy.</Link></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</>
|
||
)
|
||
}
|