70 lines
3.8 KiB
JavaScript
70 lines
3.8 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: "920px" }} alt="" />
|
||
</div>
|
||
</div>
|
||
<div className="col-lg-6">
|
||
|
||
|
||
|
||
<div className="about6-header heading9 space-margin60 mb-4">
|
||
<h4>TCA is calling out program performance nominations for</h4>
|
||
<div className="space18" />
|
||
<h3>Thai Pongal Celebration 2025</h3>
|
||
<div className='text-start' />
|
||
<div className="space18" />
|
||
<h4>Tamil Heritage Month Theme</h4>
|
||
<div className="space18" />
|
||
<h4> “Celebrating Tamil Arts and Honouring Tamil Artists”</h4>
|
||
<div className="space18" />
|
||
<h4>“தமிழர் கலைகளும் தமிழ்க் கலைஞர்களும்”</h4>
|
||
<div className="space18" />
|
||
<p>Date: Saturday 11,January 2025</p>
|
||
<div className="space18" />
|
||
<p>Time: 10.30am – 3.00pm</p>
|
||
<div className="space18" />
|
||
<p>Venue: Holy Family Croatian Roman Catholic Parish Hall</p>
|
||
<div className="space18" />
|
||
<p>180 Schweitzer St, Kitchener, ON N2K 2R5, Canada.</p>
|
||
<div className="space18" />
|
||
<ul>
|
||
<li><Link href="#">Event Admission: Ticket ONLY Limited guests and ticket booking will open closer to the event.</Link></li>
|
||
</ul>
|
||
|
||
<div className="space18" />
|
||
<ul>
|
||
<li><Link href="#">Program nomination registration closing: 29 November 2024.</Link></li>
|
||
</ul>
|
||
<div className="space18" />
|
||
<div className="space18" />
|
||
<p>TCA board will evaluate submissions based on nomination criteria, a first-come, first-served basis, and other parameters. The TCA board’s decision is final, and we will communicate with the performers.</p>
|
||
<div className="space18" />
|
||
<p>Only group performances are allowed on stage, with the exception of kids’ Tamil speech.</p>
|
||
<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 Zeffy’s terms and conditions policy. </Link></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</>
|
||
)
|
||
}
|