pongal 2026 event updated
This commit is contained in:
parent
c796939760
commit
d1936a54d7
@ -37,7 +37,7 @@ export default function UpcomingEventData() {
|
|||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="col-lg-6 m-auto">
|
<div className="col-lg-6 m-auto">
|
||||||
<div className="event2-header heading5 text-center space-margin60">
|
<div className="event2-header heading5 text-center space-margin60">
|
||||||
<h2 className="text-anime-style-3">Upcoming Events</h2>
|
<h2 className="text-anime-style-3">Events</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -169,7 +169,7 @@ export default function UpcomingEventData() {
|
|||||||
<div className="space24" />
|
<div className="space24" />
|
||||||
<div className="btn-area1">
|
<div className="btn-area1">
|
||||||
<Link href={event.url || "#"} className="vl-btn3" target='_blank'>
|
<Link href={event.url || "#"} className="vl-btn3" target='_blank'>
|
||||||
<span className="demo">Online Tickets</span>
|
<span className="demo">{event.btnText || "Online Tickets"}</span>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -211,7 +211,7 @@ export default function UpcomingEventData() {
|
|||||||
<div className="space24" />
|
<div className="space24" />
|
||||||
<div className="btn-area1">
|
<div className="btn-area1">
|
||||||
<Link href={event.url || "#"} className="vl-btn3" target='_blank'>
|
<Link href={event.url || "#"} className="vl-btn3" target='_blank'>
|
||||||
<span className="demo">Online Tickets</span>
|
<span className="demo">{event.btnText || "Online Tickets"}</span>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -20,7 +20,7 @@ export default function HomeUpcomingEvent() {
|
|||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="col-lg-12 m-auto">
|
<div className="col-lg-12 m-auto">
|
||||||
<div className="event2-header heading5 space-margin60">
|
<div className="event2-header heading5 space-margin60">
|
||||||
<h2 className="text-anime-style-3">Upcoming Events</h2>
|
<h2 className="text-anime-style-3">Events</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -52,7 +52,7 @@ export default function HomeUpcomingEvent() {
|
|||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<Link href={event.url || "#"}>
|
<Link href={event.url || "#"}>
|
||||||
<span className='d-flex g-3 metered-data'>
|
<span className='d-flex g-3 metered-data align-items-end'>
|
||||||
<img src="/assets/img/icons/clock1.svg" alt="" />
|
<img src="/assets/img/icons/clock1.svg" alt="" />
|
||||||
{event.time ? event.time + " - " : ""}{event.date}<span> | </span>
|
{event.time ? event.time + " - " : ""}{event.date}<span> | </span>
|
||||||
</span>
|
</span>
|
||||||
@ -60,7 +60,7 @@ export default function HomeUpcomingEvent() {
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link href={event.url || "#"}>
|
<Link href={event.url || "#"}>
|
||||||
<span className='d-flex g-3 metered-data'> <img src="/assets/img/icons/location1.svg" alt="" />{event.location}
|
<span className='d-flex g-3 metered-data align-items-end'> <img src="/assets/img/icons/location1.svg" alt="" />{event.location}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
</Link>
|
</Link>
|
||||||
@ -83,7 +83,7 @@ export default function HomeUpcomingEvent() {
|
|||||||
<div className="space24" />
|
<div className="space24" />
|
||||||
<div className="btn-area1">
|
<div className="btn-area1">
|
||||||
<Link href={event.url || "#"} target="_blank" rel="noopener noreferrer" className="vl-btn3">
|
<Link href={event.url || "#"} target="_blank" rel="noopener noreferrer" className="vl-btn3">
|
||||||
<span className="demo">purchase ticket</span>
|
<span className="demo">{event.btnText || "purchase ticket"}</span>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -97,7 +97,7 @@ export default function HomeUpcomingEvent() {
|
|||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<Link href={event.url || "#"}>
|
<Link href={event.url || "#"}>
|
||||||
<span className='d-flex g-3 metered-data'>
|
<span className='d-flex g-3 metered-data align-items-end'>
|
||||||
<img src="/assets/img/icons/clock1.svg" alt="" />
|
<img src="/assets/img/icons/clock1.svg" alt="" />
|
||||||
{event.time ? event.time + " - " : ""}{event.date}<span> | </span>
|
{event.time ? event.time + " - " : ""}{event.date}<span> | </span>
|
||||||
</span>
|
</span>
|
||||||
@ -105,7 +105,7 @@ export default function HomeUpcomingEvent() {
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link href={event.url || "#"}>
|
<Link href={event.url || "#"}>
|
||||||
<span className='d-flex g-3 metered-data'> <img src="/assets/img/icons/location1.svg" alt="" />{event.location}
|
<span className='d-flex g-3 metered-data align-items-end'> <img src="/assets/img/icons/location1.svg" alt="" />{event.location}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
</Link>
|
</Link>
|
||||||
@ -128,7 +128,7 @@ export default function HomeUpcomingEvent() {
|
|||||||
<div className="space24" />
|
<div className="space24" />
|
||||||
<div className="btn-area1">
|
<div className="btn-area1">
|
||||||
<Link href={event.url || "#"} target="_blank" rel="noopener noreferrer" className="vl-btn3">
|
<Link href={event.url || "#"} target="_blank" rel="noopener noreferrer" className="vl-btn3">
|
||||||
<span className="demo">purchase ticket</span>
|
<span className="demo">{event.btnText || "purchase ticket"}</span>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
BIN
public/assets/img/pongal-2026.png
Normal file
BIN
public/assets/img/pongal-2026.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 535 KiB |
@ -4659,6 +4659,16 @@ export const heritageLanguage = [
|
|||||||
|
|
||||||
// utils/events.js
|
// utils/events.js
|
||||||
export const events = [
|
export const events = [
|
||||||
|
{
|
||||||
|
id: 1,
|
||||||
|
date: "2026-01-15",
|
||||||
|
time: "07:30 AM",
|
||||||
|
title: "Thai Pongal 2026",
|
||||||
|
location: "Waterloo, ON.",
|
||||||
|
image: "/assets/img/pongal-2026.png",
|
||||||
|
url: "#",
|
||||||
|
btnText: "View Event"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 4,
|
id: 4,
|
||||||
date: "Saturday, October 25, 2025",
|
date: "Saturday, October 25, 2025",
|
||||||
@ -4669,6 +4679,7 @@ export const events = [
|
|||||||
image: "/assets/img/nite/cropped.webp",
|
image: "/assets/img/nite/cropped.webp",
|
||||||
link: "/upcoming-event/tamil-cultural-nite-2025",
|
link: "/upcoming-event/tamil-cultural-nite-2025",
|
||||||
url: "https://secure1.tixhub.com/waterloo/online/b_otix.asp?cboPerformances=877&cboEvent=422&width=1903",
|
url: "https://secure1.tixhub.com/waterloo/online/b_otix.asp?cboPerformances=877&cboEvent=422&width=1903",
|
||||||
|
btnText: "purchase ticket"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
@ -4678,6 +4689,7 @@ export const events = [
|
|||||||
location: "Holy Family Croatian Roman Catholic Parish Hall, Kitchener, Canada",
|
location: "Holy Family Croatian Roman Catholic Parish Hall, Kitchener, Canada",
|
||||||
image: "/assets/img/event/upcoming-event/thai-pongal.webp",
|
image: "/assets/img/event/upcoming-event/thai-pongal.webp",
|
||||||
url: "#",
|
url: "#",
|
||||||
|
btnText: "purchase ticket"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
@ -4687,6 +4699,7 @@ export const events = [
|
|||||||
location: "Christ Lutheran Church, Waterloo, ON",
|
location: "Christ Lutheran Church, Waterloo, ON",
|
||||||
image: "/assets/img/event/upcoming-event/agm.webp",
|
image: "/assets/img/event/upcoming-event/agm.webp",
|
||||||
url: "#",
|
url: "#",
|
||||||
|
btnText: "purchase ticket"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
@ -4695,6 +4708,7 @@ export const events = [
|
|||||||
location: "Indian & Sri Lankan Food Court, Victoria Park, Kitchener, ON",
|
location: "Indian & Sri Lankan Food Court, Victoria Park, Kitchener, ON",
|
||||||
image: "/assets/img/event/upcoming-event/kw.webp",
|
image: "/assets/img/event/upcoming-event/kw.webp",
|
||||||
url: "#",
|
url: "#",
|
||||||
|
btnText: "purchase ticket"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 4,
|
id: 4,
|
||||||
@ -4704,6 +4718,7 @@ export const events = [
|
|||||||
location: "Pinehurst Lake – Sutor Shelter, Ayr, ON",
|
location: "Pinehurst Lake – Sutor Shelter, Ayr, ON",
|
||||||
image: "/assets/img/event/upcoming-event/picnic.webp",
|
image: "/assets/img/event/upcoming-event/picnic.webp",
|
||||||
url: "#",
|
url: "#",
|
||||||
|
btnText: "purchase ticket"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 5,
|
id: 5,
|
||||||
@ -4712,6 +4727,7 @@ export const events = [
|
|||||||
location: "Waterloo Park, Waterloo, ON",
|
location: "Waterloo Park, Waterloo, ON",
|
||||||
image: "/assets/img/event/upcoming-event/sports.webp",
|
image: "/assets/img/event/upcoming-event/sports.webp",
|
||||||
url: "#",
|
url: "#",
|
||||||
|
btnText: "purchase ticket"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 6,
|
id: 6,
|
||||||
@ -4721,6 +4737,7 @@ export const events = [
|
|||||||
location: "Conestoga College – WC 241, Doon Campus, Ontario",
|
location: "Conestoga College – WC 241, Doon Campus, Ontario",
|
||||||
image: "/assets/img/event/upcoming-event/workshop.webp",
|
image: "/assets/img/event/upcoming-event/workshop.webp",
|
||||||
url: "#",
|
url: "#",
|
||||||
|
btnText: "purchase ticket"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 7,
|
id: 7,
|
||||||
@ -4730,6 +4747,7 @@ export const events = [
|
|||||||
location: "Doon Campus, Ontario (TBA)",
|
location: "Doon Campus, Ontario (TBA)",
|
||||||
image: "/assets/img/event/upcoming-event/cultural.webp",
|
image: "/assets/img/event/upcoming-event/cultural.webp",
|
||||||
url: "#",
|
url: "#",
|
||||||
|
btnText: "purchase ticket"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 8,
|
id: 8,
|
||||||
@ -4739,6 +4757,7 @@ export const events = [
|
|||||||
location: "Waterloo Public Library, John M. Harper Branch",
|
location: "Waterloo Public Library, John M. Harper Branch",
|
||||||
image: "/assets/img/event/upcoming-event/deepavali.webp",
|
image: "/assets/img/event/upcoming-event/deepavali.webp",
|
||||||
url: "#",
|
url: "#",
|
||||||
|
btnText: "purchase ticket"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 9,
|
id: 9,
|
||||||
@ -4748,6 +4767,7 @@ export const events = [
|
|||||||
location: "RIM Park, 2001 University Ave E, Waterloo, ON",
|
location: "RIM Park, 2001 University Ave E, Waterloo, ON",
|
||||||
image: "/assets/img/event/upcoming-event/christmas.webp",
|
image: "/assets/img/event/upcoming-event/christmas.webp",
|
||||||
url: "#",
|
url: "#",
|
||||||
|
btnText: "purchase ticket"
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user