44 lines
2.6 KiB
JavaScript
44 lines
2.6 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/online/whats-app/section2.webp" alt="" />
|
||
</div>
|
||
</div>
|
||
<div className="col-lg-6">
|
||
<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><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>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</>
|
||
)
|
||
}
|