Add v1.1.6 page.jsx
Some checks failed
Build and Deploy Build Output / build (push) Has been cancelled
Some checks failed
Build and Deploy Build Output / build (push) Has been cancelled
This commit is contained in:
parent
2e6b4453e3
commit
d2f14f582f
24
src/app/event-pradhosham-puja/page.jsx
Normal file
24
src/app/event-pradhosham-puja/page.jsx
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
import Breadcrumb from "@/components/Breadcrumb";
|
||||||
|
import FooterAreaOne from "@/components/FooterAreaOne";
|
||||||
|
import HeaderFour from "@/components/HeaderFour";
|
||||||
|
import PradhoshamPuja from "./pradhosham-puja";
|
||||||
|
|
||||||
|
export const metadata = {
|
||||||
|
title: "Pradosham Puja | Sri Murugan Temple of Waterloo",
|
||||||
|
description:
|
||||||
|
"Join the Pradosham Puja on Tuesday, August 25, 2026, from 6:30 PM to 8:30 PM at Sri Murugan Temple of Waterloo.",
|
||||||
|
};
|
||||||
|
|
||||||
|
export default function PradhoshamPujaPage() {
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<HeaderFour />
|
||||||
|
<Breadcrumb
|
||||||
|
title="Events - Pradosham Puja"
|
||||||
|
background="/assets/img/events/pradhosham/pradhosham.jpeg"
|
||||||
|
/>
|
||||||
|
<PradhoshamPuja />
|
||||||
|
<FooterAreaOne />
|
||||||
|
</>
|
||||||
|
);
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user