44 lines
2.6 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 order-2 order-lg-1">
<div className="img">
<img src="/assets/img/online/whats-app/whatsapp-2.webp" alt="" />
</div>
</div>
<div className="col-lg-6 order-1 order-lg-2 mb-5">
<div className="about6-header heading9 space-margin60 mb-4">
<h3>Tamil Cultural Association Of Waterloo WhatsApp</h3>
<div className='text-start' />
<div className="space18" />
<p>Thank you all for your continued patronage, as our group is actively growing, we have noticed that the capacity of this WhatsApp group has reached its maximum limit.</p>
<div className="space18" />
<p>
As everyone is aware this WhatsApp group is only to serve the Tamil community in Waterloo Region. We humbly request anyone who has moved out of the region or not residing in Waterloo region to help us make room in the group.
</p>
<div className="space18" />
<p>
We are in the process of validating the group members and request your cooperation, and will be reaching out to everyone in the group to get few details through online forms. Please arrange to provide all the information in the forms before Jun 05, 2024 12PM EST. This clean up process is going to take time and effort of our volunteers, If your details are not in the forms, then it will be assumed to be out of region and we will make room in the group. Thanks in advance for your understanding and cooperation.
</p>
<div className="space18" />
<ul>
<li>Note: Zeffy is a third party Canadian payment platform. Accessing will be subjected to Zeffys terms and conditions policy.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</>
)
}