2025-07-02 11:47:23 +05:30

38 lines
2.4 KiB
TypeScript
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 Section3() {
return (
<>
<div className="about6-section-area sp10">
<div className="container">
<div className="row align-items-center">
<div className="col-lg-12">
<div className="about6-header1 heading9">
{/* <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 regions Diversity award and Anniversary celebration held at Hotel Holiday Inn, Kitchener. Dinner celebration and award cermoney followed the night. 2020 2021 was a challenging period for everyone with the arrival of Covid19.
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, Non-Denominational, Non-Political 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>
</>
)
}