73 lines
4.3 KiB
JavaScript
73 lines
4.3 KiB
JavaScript
|
||
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="img1">
|
||
<img src="/assets/img/tamil-wedding-custom/protestant.webp" style={{ height: "660px" }} 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><Link href="#">Time: 10am – 8:00pm</Link></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 Zeffy’s 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><Link href="#">Online registration is required</Link></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 don’t 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>
|
||
</>
|
||
)
|
||
}
|