event details updated
This commit is contained in:
parent
4cba0a605b
commit
d52db0cd08
BIN
public/assets/img/events/thai-poosam/bg.jpeg
Normal file
BIN
public/assets/img/events/thai-poosam/bg.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
@ -19,6 +19,83 @@ const ThaiPoosam = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
{/* Event Details Section */}
|
||||
<section className="faq-area-2 space-top">
|
||||
<div className="container">
|
||||
<div className="row justify-content-center">
|
||||
<div className="col-xl-12">
|
||||
<div className="title-area text-center">
|
||||
<span className="sub-title">UPCOMING EVENT</span>
|
||||
<h2 className="sec-title">Sri Murugan Temple of Waterloo Region</h2>
|
||||
<h3 className="h3 text-theme mb-30">THAIPOOSAM PUJA</h3>
|
||||
|
||||
<div
|
||||
className="event-details-card p-3 p-md-5"
|
||||
style={{
|
||||
boxShadow: "0 0 20px rgba(0,0,0,0.05)",
|
||||
borderRadius: "15px",
|
||||
backgroundImage: `url("/assets/img/events/thai-poosam/bg.jpeg")`,
|
||||
backgroundSize: "cover",
|
||||
backgroundPosition: "center",
|
||||
backgroundRepeat: "no-repeat",
|
||||
}}
|
||||
>
|
||||
|
||||
<div className="date-time-box mb-4">
|
||||
<h4 className="fw-bold" style={{ color: "#D4AF37" }}>
|
||||
SUNDAY, FEB 1ST 2026
|
||||
</h4>
|
||||
<h5 className="h5 text-white">05:30 PM – 9:00 PM</h5>
|
||||
</div>
|
||||
|
||||
<p className="fst-italic mb-4 text-white">
|
||||
"Join us in devotion and experience spiritual bliss"
|
||||
</p>
|
||||
|
||||
<div className="schedule-list text-start mx-auto text-white" style={{ maxWidth: "500px" }}>
|
||||
<div className="d-flex justify-content-between border-bottom py-2">
|
||||
<span className="fw-bold">05:30-06:15 PM</span>
|
||||
<span>PUJA</span>
|
||||
</div>
|
||||
<div className="d-flex justify-content-between border-bottom py-2">
|
||||
<span className="fw-bold">06:15-07:15 PM</span>
|
||||
<span>KAVADI</span>
|
||||
</div>
|
||||
<div className="d-flex justify-content-between border-bottom py-2">
|
||||
<span className="fw-bold">07:15 PM</span>
|
||||
<span>CULTURAL SEVAI SLOT 1</span>
|
||||
</div>
|
||||
<div className="d-flex justify-content-between border-bottom py-2">
|
||||
<span className="fw-bold">07:15 PM</span>
|
||||
<span>CULTURAL SEVAI SLOT 2</span>
|
||||
</div>
|
||||
<div className="d-flex justify-content-between border-bottom py-2">
|
||||
<span className="fw-bold">07:15 PM ONWARDS</span>
|
||||
<span>ARCHANAI</span>
|
||||
</div>
|
||||
<div className="d-flex justify-content-between py-2">
|
||||
<span className="fw-bold">07:30 PM ONWARDS</span>
|
||||
<span>ANNADANAM</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="location-info mt-4 pt-4 border-top">
|
||||
<span
|
||||
className="d-inline-block px-3 py-1 mb-3 fw-bold text-white rounded-pill"
|
||||
style={{ backgroundColor: "#D4AF37" }}
|
||||
>
|
||||
NEW LOCATION
|
||||
</span>
|
||||
<h5 className="h5 mb-2 text-white">All Saints Anglican Church Hall</h5>
|
||||
<p className="mb-0 text-white">400 Northfield Dr W,</p>
|
||||
<p className="mb-0 text-white">Waterloo. N2L-0A6</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{/* The Glory of Thai Poosam */}
|
||||
<section className="faq-area-2 space">
|
||||
<div className="container">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user