diff --git a/public/assets/img/pranaprathistapanai/1.webp b/public/assets/img/pranaprathistapanai/1.webp new file mode 100644 index 0000000..89dff02 Binary files /dev/null and b/public/assets/img/pranaprathistapanai/1.webp differ diff --git a/public/assets/img/pranaprathistapanai/2.webp b/public/assets/img/pranaprathistapanai/2.webp new file mode 100644 index 0000000..71d475c Binary files /dev/null and b/public/assets/img/pranaprathistapanai/2.webp differ diff --git a/public/assets/img/pranaprathistapanai/3.webp b/public/assets/img/pranaprathistapanai/3.webp new file mode 100644 index 0000000..7c6f8f3 Binary files /dev/null and b/public/assets/img/pranaprathistapanai/3.webp differ diff --git a/public/assets/img/pranaprathistapanai/4.webp b/public/assets/img/pranaprathistapanai/4.webp new file mode 100644 index 0000000..8174a79 Binary files /dev/null and b/public/assets/img/pranaprathistapanai/4.webp differ diff --git a/public/assets/img/pranaprathistapanai/banner.webp b/public/assets/img/pranaprathistapanai/banner.webp new file mode 100644 index 0000000..2b2af16 Binary files /dev/null and b/public/assets/img/pranaprathistapanai/banner.webp differ diff --git a/src/app/event-pranaprathistapanai-pujai/page.jsx b/src/app/event-pranaprathistapanai-pujai/page.jsx new file mode 100644 index 0000000..57da6f7 --- /dev/null +++ b/src/app/event-pranaprathistapanai-pujai/page.jsx @@ -0,0 +1,20 @@ +import Breadcrumb from "@/components/Breadcrumb"; +import FooterAreaOne from "@/components/FooterAreaOne"; +import HeaderFour from "@/components/HeaderFour"; +import Pranaprathistapanai from "./pranaprathistapanai"; + +export const metadata = { + title: "Tamil New Year Event | Join the Celebration", + description: "Welcome the Tamil New Year with prayers, rituals, and community celebrations at the temple.", +}; + +export default function PranaprathistapanaiPujai() { + return ( + <> + + + + + + ); +} diff --git a/src/app/event-pranaprathistapanai-pujai/pranaprathistapanai.jsx b/src/app/event-pranaprathistapanai-pujai/pranaprathistapanai.jsx new file mode 100644 index 0000000..be6f650 --- /dev/null +++ b/src/app/event-pranaprathistapanai-pujai/pranaprathistapanai.jsx @@ -0,0 +1,249 @@ +"use client"; + +import { useState } from "react"; +import { GalleryImages } from "../../../utils/constant.utils"; + +const Pranaprathistapanai = () => { + const [isOpen, setIsOpen] = useState(false); + const [imageSrc, setImageSrc] = useState(""); + + const openLightbox = (src) => { + setImageSrc(src); + setIsOpen(true); + }; + + const closeLightbox = () => { + setIsOpen(false); + setImageSrc(""); + }; + + return ( + <> + {/* Event Details Section */} +
+
+
+
+
+ UPCOMING EVENT +

Pranaprathistapanai Pujai

+ +
+ +
+

+ JUNE 21ST, 2026 +

+
+ +
"DONATIONS ARE WELCOME"
+ +
+ + LOCATION + +
Radha Krishna Mandir, Cambridge
+

Ontario N2A 4A5, Canada

+
+
+
+
+
+
+
+ {/* The Glory of Thai Poosam */} +
+
+
+
+
+ Significance +

The Sacred Consecration Ceremony

+

+ Pranaprathistapanai Pujai is one of the most auspicious and sacred ceremonies in Hindu tradition — the divine act of consecrating an idol by invoking the living presence of the deity within it. Through elaborate Vedic rituals, prayers, and mantras performed by qualified priests, the deity's divine energy is formally installed, transforming the sacred idol into a living, breathing vessel of divine grace. This ceremony marks a momentous milestone for the Sri Murugan Temple of Waterloo Region, as devotees come together to witness and participate in this once-in-a-generation sacred event. +

+
+
+ +
+
+ The Glory of Thai Poosam +
+
+
+
+
+ + {/* Spiritual Significance of the Festival */} +
+
+
+
+
+ Spiritual Meaning +

Divine Awakening of the Sacred Idol

+

+ The Pranaprathistapanai ceremony is rooted in the belief that the divine is omnipresent and can be invoked into any sacred object through sincere devotion and precise Vedic rituals. The term "Pranaprathistapanai" means the "installation of life force" — where the deity's prana (divine life energy) is awakened within the idol. The ceremony involves purification rituals, Nyasa (touching various parts of the idol with mantras), and Mahabhishekam (sacred bathing of the idol), culminating in the opening of the deity's eyes to the world, marking the moment divine presence fully resides within the consecrated idol. +

+
+
+ +
+
+ Spiritual Significance of Thai Poosam +
+
+
+
+
+ + {/* Rituals and Offerings to Lord Murugan */} +
+
+
+
+
+ RITUALS +

Rituals and Sacred Ceremonies

+

+ The Pranaprathistapanai Pujai encompasses a series of elaborate rituals performed over the course of the auspicious day. The ceremony begins with Ganapathi Homam to remove all obstacles, followed by Punyahavachanam (purification of the venue and devotees). Qualified Vedic priests then perform the Nyasa rituals, installing divine energy into each part of the idol through sacred mantras. The Mahabhishekam — bathing the deity with milk, honey, rose water, turmeric, and sandalwood — is performed with deep devotion, accompanied by continuous chanting of "Vel Vel Murugan" and Thirupugazh hymns, filling the sacred space with divine vibrations and blessings. +

+
+
+ +
+
+ Rituals and Offerings +
+
+
+
+
+ + {/* Divine Blessings and Devotee Experience */} +
+
+
+
+
+ BLESSINGS +

Divine Blessings for the Community

+

+ The Pranaprathistapanai Pujai is not merely a ceremony — it is a transformative spiritual event that bestows immense blessings upon all who participate. Devotees who attend and contribute to this sacred event are believed to receive Lord Murugan's divine grace, protection, and guidance in all aspects of life. The collective prayers and devotion of the community amplify the spiritual energy of the ceremony, creating a powerful field of divine blessings that uplifts every soul present. This landmark event marks the beginning of a new spiritual chapter for the Sri Murugan Temple of Waterloo Region, establishing a permanent sacred abode of Lord Murugan in the community. +

+
+
+ +
+
+ Divine Blessings and Devotee Experience +
+
+
+
+
+ + {/* Gallery Section */} +
+
+
+
+
+

Gallery

+
+
+
+ +
+ {GalleryImages.slice(0, 6).map((image, index) => ( +
+
+
+ Gallery openLightbox(image.src)} + style={{ cursor: "pointer" }} + /> +
+
+
+ ))} +
+
+ + {isOpen && ( +
+ + × + + Fullsize +
+ )} +
+ + {/* Registration Section */} + {/*
+
+
+
+
+ Sathya Narayana Poojai Registration +
+
+
+
+ EVENT +

Sathya Narayana Poojai Celebration

+
+
+ +
+
+
+
+
*/} + + ); +}; + +export default Pranaprathistapanai; \ No newline at end of file diff --git a/src/components/HeaderFour.jsx b/src/components/HeaderFour.jsx index 6f65719..b352c86 100644 --- a/src/components/HeaderFour.jsx +++ b/src/components/HeaderFour.jsx @@ -274,6 +274,9 @@ const HeaderFour = () => { width: "320px", }} > +
  • + Pranaprathistapanai Pujai +
  • New Year Celebration