From 83c879a8d72546f0fd27483c4c80ddbab4e50a0f Mon Sep 17 00:00:00 2001 From: Waterloomurugantemple Date: Thu, 27 Aug 2026 05:44:29 +0000 Subject: [PATCH] Add v1.1.6 aruna-prasnam-chanting.jsx --- .../aruna-prasnam-chanting.jsx | 140 ++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 src/app/event-aruna-prasnam-chanting/aruna-prasnam-chanting.jsx diff --git a/src/app/event-aruna-prasnam-chanting/aruna-prasnam-chanting.jsx b/src/app/event-aruna-prasnam-chanting/aruna-prasnam-chanting.jsx new file mode 100644 index 0000000..d0f3539 --- /dev/null +++ b/src/app/event-aruna-prasnam-chanting/aruna-prasnam-chanting.jsx @@ -0,0 +1,140 @@ +const ceremonySchedule = [ + { + title: "Mahaganapathy Dhyanam", + description: "The event begins with meditation and prayers to Mahaganapathy.", + }, + { + title: "Varuna Puja", + description: "Varuna Puja is performed as part of the sacred opening observances.", + }, + { + title: "Surya Narayana Invocation", + description: "The invocation of Surya Narayana Swami prepares the gathering for the chanting.", + }, + { + title: "Aruna Prasnam Chanting", + description: "After the chanting, participants will receive Varuna jalam as prasadam.", + }, +]; + +const ArunaPrasnamChanting = () => { + return ( + <> +
+
+
+
+
+ Aruna Prasnam Chanting at Sri Murugan Temple of Waterloo +
+
+ +
+
+ UPCOMING EVENT +

Aruna Prasnam Chanting

+

Surya Namaskaram

+

+ Join us for a spiritual experience as we chant the sacred Aruna Prasnam from the + Krishna Yajur Veda Taittiriya Aranyakam. This Surya Namaskaram observance + encompasses 32 Namaskarams in its Vedic mantras, symbolizing devotion and surrender. +

+ +
+

+ SUNDAY, AUGUST 30, 2026 +

+
7:00 AM
+

Sri Murugan Temple of Waterloo

+

+ 935 Frederick Street, Unit 1, Kitchener, ON N2B 1V5, Canada +

+

Entrance near the mattress store sign

+
+ + + Contact the Temple + +
+
+
+
+
+ +
+
+
+ CEREMONY SCHEDULE +

Sacred Morning Program

+
+
+ {ceremonySchedule.map((item) => ( +
+
+

{item.title}

+

{item.description}

+
+
+ ))} +
+
+
+ +
+
+
+
+
+ SIGNIFICANCE +

Aruna Prasnam and Surya Namaskaram

+

+ Aruna Prasnam is a sacred Vedic chant honouring Surya Narayana. The gathering + combines prayer, chanting, and 32 Namaskarams as an expression of devotion and + surrender. Devotees are invited to participate in this auspicious morning observance. +

+

+ For enquiries, email + {" "} + + info@waterloomurugantemple.ca + . +

+
+
+
+
+
+ + ); +}; + +export default ArunaPrasnamChanting;