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

71 lines
4.8 KiB
JavaScript

import Link from 'next/link'
export default function Section1() {
return (
<>
{/*
<div className="container">
<div className="row">
<div className="col-lg-9 m-auto">
<div className="heading1 text-center">
<h1>Pricing Plan</h1>
<div className="space20" />
<Link href="/">Home <i className="fa-solid fa-angle-right" /> <span>Pricing Plan</span></Link>
</div>
</div>
</div>
</div>*/}
{/*===== HERO AREA ENDS =======*/}
{/*===== PRICING AREA STARTS =======*/}
<div className="pricing-lan-section-area sp1">
<div className="container">
<div className="row">
<div className="col-lg-12 m-auto">
<div className="heading2 space-margin60">
{/* <h5>ticket pricing</h5>
<div className="space18" /> */}
<h2>Mission</h2>
</div>
</div>
</div>
<div className="row">
<div className="col-lg-12">
<div className="mission">
{/* <h5>Basic Packages</h5>
<div className="space20" />
<h2>$29 <span>/One Person</span></h2>
<div className="space8" /> */}
<p data-aos="fade-left" data-aos-duration={900}>
Recognizing that arts, culture and Language are essential to a vibrant civic life and sustained economic growth, the Tamil Cultural
association advocates and promotes cultural activities, with the goals of:</p>
<div className="space16" />
<ul data-aos="fade-left" data-aos-duration={1000}>
<li><img src="/assets/img/icons/check2.svg" alt="" />Nurturing a climate in the Region of Waterloo in which the arts and culture can thrive;</li>
<li><img src="/assets/img/icons/check2.svg" alt="" />Enriching the aesthetic environment of the Region of Waterloo and the surrounding region by facilitating and sustaining a vibrant cultural life;</li>
<li><img src="/assets/img/icons/check2.svg" alt="" />Promoting the direct economic benefits of the arts, through participation in the Multi-Cultural Organizations and Committee for the Arts and other activities;</li>
<li><img src="/assets/img/icons/check2.svg" alt="" />Celebrating the value of diverse cultures and helping our community understand its place in the world by maintaining Sister City relationships and sponsoring international cultural activities</li>
<li><img src="/assets/img/icons/check2.svg" alt="" />Promote and nurture Tamil language among the Tamil community and fellow Canadians;</li>
<li><img src="/assets/img/icons/check2.svg" alt="" />Raising funds for community events.</li>
</ul>
{/* <div className="space16" />
<div className="space16" />
<p data-aos="fade-left" data-aos-duration={1100}>The Marketing Summit 2024 is more than just a
conference—it's an opportunity to redefine your marketing approach. From seasoned
professionals to emerging talents, this summit is designed for those who are passionate
about staying ahead of the curve.</p> */}
</div>
</div>
</div>
</div>
</div>
{/*===== PRICING AREA ENDS =======*/}
</>
)
}