Update project rental status
Some checks failed
Build and Deploy Build Output / build (push) Has been cancelled

This commit is contained in:
Waterloomurugantemple 2026-08-27 05:09:58 +00:00
parent 7a3392e977
commit e6be7ffadd

View File

@ -45,7 +45,7 @@ const Events = () => {
{/* </Link> */} {/* </Link> */}
</h4> </h4>
<p className="service-card_text"> <p className="service-card_text">
The project is currently in its early stages, and we are looking for a rental space or land in the Waterloo region to establish our temple.{" "} We've secured a rental space - 935 Frederick St, Kitchener, ON N2B 1V5, Canada
</p> </p>
</div> </div>
</div> </div>
@ -137,6 +137,7 @@ const Events = () => {
</div> </div>
</div> </div>
); );
}; };
export default Events;
export default Events;