38 lines
2.4 KiB
TypeScript
38 lines
2.4 KiB
TypeScript
|
||
import Link from 'next/link'
|
||
|
||
export default function Section3() {
|
||
return (
|
||
<>
|
||
|
||
<div className="about6-section-area sp4">
|
||
<div className="container">
|
||
<div className="row align-items-center">
|
||
|
||
<div className="col-lg-12">
|
||
<div className="about6-header1 heading2 colored-text">
|
||
{/* <h5 data-aos="fade-left" data-aos-duration={700}><img src="/assets/img/icons/sub-logo1.svg" alt="" />About Summit</h5> */}
|
||
{/* <div className="space20" />
|
||
<h2 className="text-anime-style-3">Why Attend the Marketing Summit Event “2025”</h2> */}
|
||
{/* <div className="space16" /> */}
|
||
<p data-aos="fade-left" data-aos-duration={900}>2019 was the 30th Anniversary celebration. Waterloo region’s Diversity award and Anniversary celebration held at <span>Hotel Holiday Inn, Kitchener</span>. Dinner celebration and award cermoney followed the night. 2020 – 2021 was a challenging period for everyone with the arrival of <span>Covid19</span>.
|
||
Programs slowly started to take place since the beinging of Tamil New Year in 2022.</p>
|
||
<div className="space16" />
|
||
<p data-aos="fade-left" data-aos-duration={1000}>TCA is a Non-Profit, <span>Non-Denominational, Non-Political</span> community organisation promoting Arts, Culture, Language and Community services in the region.
|
||
The membership include Tamils from Canada, Sri Lanka, India and Malaysia.</p>
|
||
|
||
{/* <div className="space32" />
|
||
<div className="btn-area1" data-aos="fade-left" data-aos-duration={1200}>
|
||
<Link href="/about" className="vl-btn6">About Event <img src="/assets/img/icons/arrow2.svg" alt="" /></Link>
|
||
</div> */}
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</>
|
||
)
|
||
}
|