2025-07-17 17:47:37 +05:30

73 lines
4.2 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/community-picnic/picnic-2.webp" alt="" />
</div>
</div>
<div className="col-lg-6">
<div className="about6-header heading9 space-margin60 mb-4">
<h4>Tamil Cultural Association of Waterloo Region Picnic 2024</h4>
<div className="space18" />
<p>We cordially invite you and family to our annual picnic day event. It will be held at Pinehurst lake conservation area, 468 Pinehurst Road, Ayr, ON. N0B-1E0. </p>
<div className='text-start' />
<div className="space18" />
{/* <p>Date: Saturday, January 11, 2025</p>
<div className="space18" /> */}
<ul>
<li>Time: 10am 8:00pm</li>
</ul>
<div className="space18" />
{/* <p>Venue: Holy Family Croatian Roman Catholic Parish Hall Venue: Holy Family Croatian Roman Catholic Parish Hall</p>
<div className="space18" /> */}
{/* <ul>
<li><Link href="#">Event Admission: Ticket ONLY Limited guests.</Link></li>
</ul>
<div className="space18" />
<ul>
<li><Link href="#">E-Tickets: Each member will receive a digital ticket. Registration will be scanned at the entrance. Verification of 2025 Membership status will be validated at time of entry.</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> */}
<p>Sutor Shelter, Pavilion has been book for TCA community. Please visit Grandriver website for more details and entrance fee.</p>
<div className="space18" />
<p>Fun, Music and games. Meet new members and enjoy the day. Pot luck meals. Veg and Non-Veg dishes, Drinks, Snacks etc.</p>
<div className="space18" />
<p>We cordially invite you and family to our annual picnic day event. It will be held at Pinehurst lake conservation area, 468 Pinehurst Road, Ayr, ON. N0B-1E0. </p>
<div className="space18" />
<ul>
<li>Online registration is required</li>
</ul>
<div className="space18" />
<p>Thanks and soliciting your kind co-operation.</p>
<div className="space18" />
<h4>Zeffy Optional Contribution</h4>
<div className="space18" />
<p>Unlike other donation platforms, Zeffy does not charge transaction fees, so your entire donation goes directly to Global Relief fund. You have the option to add a contribution to help Zeffy keep running its services. If you dont want to add a contribution, in the confirmation message, just choose Other in the drop-down menu and then enter $0.</p>
</div>
</div>
</div>
</div>
</div>
</>
)
}