From 6d24ba3e4b0deceb12c0f09b7d4a589a0d4fce14 Mon Sep 17 00:00:00 2001 From: Waterloomurugantemple Date: Thu, 27 Aug 2026 05:10:42 +0000 Subject: [PATCH] Normalize project rental status update --- src/components/Home/Events.jsx | 271 ++++++++++++++++----------------- 1 file changed, 135 insertions(+), 136 deletions(-) diff --git a/src/components/Home/Events.jsx b/src/components/Home/Events.jsx index cdc64ae..4608b00 100644 --- a/src/components/Home/Events.jsx +++ b/src/components/Home/Events.jsx @@ -2,142 +2,141 @@ import Link from "next/link"; const Events = () => { return ( -
+
-
-
-
-
- Events -

- Sri Murugan Temple Project -

-

We are incorporated as non profit organisation under “15182921 Canada Society”. It is registered under Canada not-for-profit corporations Act on the 9th of July of 2023.

- {/*

We are in the early stages of establishing Sri Murugan Temple in Waterloo, aiming to create a spiritual haven for community growth. Our mission is to foster inclusivity, faith, and personal transformation through devotion and wisdom.

*/} -
-
-
-
-
-
-
-
-
-
-
- update -
-

- {/* */} - Update - {/* */} -

-

- We've secured a rental space - 935 Frederick St, Kitchener, ON N2B 1V5, Canada -

-
-
-
-
-
-
-
-
-
- inclusivity -
-

- {/* */} - Inclusivity - {/* */} -

-

- Founded on the principles of universal access to the Divine, our temple warmly welcomes everyone, regardless of their background or belief, creating an inclusive spiritual environment.{" "} -

-
-
-
-
-
-
-
-
-
- Fixturbo -
-

- {/* */} - Mission - {/* */} -

-

- Sri Murugan Temple is a unique "Learning Temple" focused on fostering a sense of community and spiritual growth within the Saiva Hindu community in Waterloo, Ontario.{" "} -

-
-
-
-
+
+
+
+
+ Events +

+ Sri Murugan Temple Project +

+

We are incorporated as non profit organisation under “15182921 Canada Society”. It is registered under Canada not-for-profit corporations Act on the 9th of July of 2023.

+ {/*

We are in the early stages of establishing Sri Murugan Temple in Waterloo, aiming to create a spiritual haven for community growth. Our mission is to foster inclusivity, faith, and personal transformation through devotion and wisdom.

*/} +
+
+
+
+
+
+
+
+
+
+
+ update +
+

+ {/* */} + Update + {/* */} +

+

+ We've secured a rental space - 935 Frederick St, Kitchener, ON N2B 1V5, Canada +

+
+
+
+
+
+
+
+
+
+ inclusivity +
+

+ {/* */} + Inclusivity + {/* */} +

+

+ Founded on the principles of universal access to the Divine, our temple warmly welcomes everyone, regardless of their background or belief, creating an inclusive spiritual environment.{" "} +

+
+
+
+
+
+
+
+
+
+ Fixturbo +
+

+ {/* */} + Mission + {/* */} +

+

+ Sri Murugan Temple is a unique "Learning Temple" focused on fostering a sense of community and spiritual growth within the Saiva Hindu community in Waterloo, Ontario.{" "} +

+
+
+
+
-
-
-
-
-
- Fixturbo -
-

- {/* */} - Vision - {/* */} -

-

- We aim to establish a community-based organization in the Waterloo region dedicated to supporting the cultural, religious, and social needs of individuals, with a special focus on seniors.{" "} -

-
-
-
-
-
-
-
- ); - }; +
+
+
+
+
+ Fixturbo +
+

+ {/* */} + Vision + {/* */} +

+

+ We aim to establish a community-based organization in the Waterloo region dedicated to supporting the cultural, religious, and social needs of individuals, with a special focus on seniors.{" "} +

+
+
+
+
+
+
+
+ ); +}; - export default Events; - \ No newline at end of file +export default Events;