2025-07-16 22:34:18 +05:30

70 lines
3.8 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/program-performance-registration/ppr-2.webp" 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 boards 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 Zeffys terms and conditions policy. </Link></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</>
)
}