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

60 lines
3.4 KiB
JavaScript

import Link from 'next/link'
export default function Section3() {
return (
<>
<div className="about6-section-area">
<div className="container">
<div className="row">
<div className="col-lg-6">
<div className="about6-header heading9 space-margin60 mb-4">
<div className="space18" />
<div className="space18" />
<ul>
<li><Link href="#">Tamil Cultrual Nite</Link></li>
</ul>
<div className="space18" />
<p>
Tamil Cultural Nite festival is an annual event since 2004. It is held at Humanities Theater, University of Waterloo, Ontario in the month of October. It is an admission free event fo the community to promote Arts and Culture in the region. Event is mainly supported by Business community, City of Kitchener, City of Waterloo and City of Cambridge.
</p>
<div className="space18" />
<ul>
<li><Link href="#">South Asian Family Sports Day</Link></li>
</ul>
<div className="space18" />
<p>
Annual South asian family sports day is held in the month of July. It is a two day event held at Waterloo park, Ontario. It is organised collectivly by India Canada Association, Tamil Cultural Association, Grand River Malayalee Association and Gujarathi Cultural Association. An admission free event to the community.
</p>
<div className="space18" />
<ul>
<li><Link href="#">TCA Website Banner</Link></li>
</ul>
<div className="space18" />
<p>
Business community are encouraged to promote their business amoung the large population of Indian and Sri Lankan community. This is an opportunity to be part of the local south asian community. Long web banner $175/Year (1500 x 300 pixels). Rectangle banner $125/Year (500 x 250)
</p>
<div className="space18" />
<ul>
<li><Link href="#">Merchandise</Link></li>
</ul>
<div className="space18" />
<p>
Sponsoring merchandise like T-shirts, Clothing, Magnets, Mugs with logo for volunteers, sports participants and membership.
</p>
</div>
</div>
<div className="col-lg-6">
<div className="img1 ">
<img src="/assets/img/all-images/event/event-img1.png" style={{ height: "750px" }} alt="" />
</div>
</div>
</div>
</div>
</div>
</>
)
}