-
+
{" "}
{event.time ? `${event.time} - ` : ""}
{moment(event.date).format("ddd, MMM DD, YYYY")}
-
+
{" "}
{event.location}
-
- {event.title}
-
+
{event.title}
-
{event.location}
+
+ {event.desc}
+
+
-
+
Online Tickets
@@ -259,33 +177,40 @@ export default function UpcomingEventData() {
>
) : (
<>
- {/* CONTENT LEFT */}
-
+
{" "}
{event.time ? `${event.time} - ` : ""}
{moment(event.date).format("ddd, MMM DD, YYYY")}
-
+
{" "}
{event.location}
-
- {event.title}
-
+
{event.title}
-
{event.location}
+
+ {event.desc}
+
-
+
Online Tickets
@@ -294,7 +219,6 @@ export default function UpcomingEventData() {
- {/* IMAGE RIGHT */}
@@ -308,7 +232,6 @@ export default function UpcomingEventData() {
);
})}
-
diff --git a/components/home/HeroBanner.tsx b/components/home/HeroBanner.tsx
index 6123b5f..296001e 100644
--- a/components/home/HeroBanner.tsx
+++ b/components/home/HeroBanner.tsx
@@ -18,6 +18,15 @@ export default function HomeHeroBanner() {
// bgImage: '/assets/img/home/banner/banner-1.webp',
// image: '/assets/img/all-images/hero/hero-img11.png',
// },
+ {
+ title: 'Lighting hearts across
A pure blend of spirit',
+ date: 'SERVING',
+ location: 'WATERLOO – KITCHENER – CAMBRIDGE- GUELPH – BRANTFORD AND SURROUNDING AREAS SINCE 1989',
+ bgImage: '/assets/img/home/banner/hero-banner-3.webp',
+ image: '/assets/img/all-images/hero/hero-img12.png',
+ buttonText: "Radiant Spirit",
+ buttonLink: "/community",
+ },
{
title: "Grace moves with vibrant
Tradition meets bass",
date: 'SERVING',
@@ -36,15 +45,7 @@ export default function HomeHeroBanner() {
buttonText: "Heritage Beats",
buttonLink: "/upcoming-event",
},
- {
- title: 'Lighting hearts across
A pure blend of spirit',
- date: 'SERVING',
- location: 'WATERLOO – KITCHENER – CAMBRIDGE- GUELPH – BRANTFORD AND SURROUNDING AREAS SINCE 1989',
- bgImage: '/assets/img/home/banner/hero-banner-3.webp',
- image: '/assets/img/all-images/hero/hero-img12.png',
- buttonText: "Radiant Spirit",
- buttonLink: "/community",
- },
+
{
title: 'Rooted in deep tradition
Echoes of true legacy',
date: 'SERVING',
diff --git a/components/home/HomeUpcomingEvent.tsx b/components/home/HomeUpcomingEvent.tsx
index 9905cb8..4e9785b 100644
--- a/components/home/HomeUpcomingEvent.tsx
+++ b/components/home/HomeUpcomingEvent.tsx
@@ -1,12 +1,17 @@
'use client'
import Link from 'next/link'
import { useState } from "react"
+import { events } from "@/utility/constant.utils" // import your events array
export default function HomeUpcomingEvent() {
const [isTab, setIsTab] = useState(1)
const handleTab = (i: number) => {
setIsTab(i)
}
+
+ // Take only the first 3 events
+ const displayEvents = events.slice(0, 3);
+
return (
<>
@@ -15,227 +20,137 @@ export default function HomeUpcomingEvent() {
- {/*
Event Schedule
-
*/}
Upcoming Events
- {/*
-
- handleTab(1)}>
-
-
-
- Day One
- May 25, 2024
-
-
-
- handleTab(2)}>
-
-
-
- Day Two
- May 26, 2024
-
-
-
- handleTab(3)}>
-
-
-
- Day Three
- May 27, 2024
-
-
-
-
-
*/}
-
-
-
-
01
-
-
-
-
-
-
-
-
-
-
-
- 5:30 PM - Sun Jan - 14 |
-
-
- 180 Schweitzer St, Kitchener, Canada
-
-
-
-
Thai Pongal 2024
-
-
Holy Family Croatian Roman Catholic Parish Hall
- {/*
-
-
-
-
-
-
Alex Roberton
-
-
UI/UX Designer
-
-
-
-
-
-
-
-
Alexys Archer
-
-
WP Developer
-
-
-
*/}
-
-
- purchase ticket
-
-
-
-
-
-
-
-
-
-
-
-
02
-
-
-
-
-
- Apr 14, 2024 |
-
-
- Christ Lutheran Church , Waterloo, ON.
-
-
-
-
AGM
-
-
Christ Lutheran Church , Waterloo, ON.
- {/*
-
-
-
-
+ {displayEvents.map((event, idx) => (
+
+ {idx > 0 &&
}
+
+
+
+
{String(idx + 1).padStart(2, "0")}
+
+ {/* Alternating layout */}
+ {idx % 2 === 0 ? (
+ <>
+
+
+
+
-
-
Alex Roberton
-
-
UI/UX Designer
-
-
-
-
-
-
-
-
Alexys Archer
-
-
WP Developer
-
-
-
*/}
-
-
- purchase ticket
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ {event.time ? event.time + " - " : ""}{event.date} |
+
+
+
+
+
+ {event.location}
+
-
-
-
03
-
-
-
-
-
-
-
-
-
-
-
- Jun 22-23, 2024 |
-
-
- Indian & Sri Lankan Food Court, Kitchener.
-
-
-
-
KW Multicultural Festival
-
-
Indian & Sri Lankan Food Court, Victoria Park, Kitchener, ON.
- {/*
-
-
-
+
+
+
+
+
{event.title}
+
+
+ {event.desc}
+
+
+
+
+ purchase ticket
+
+
+
+
-
-
Alex Roberton
-
-
UI/UX Designer
+ >
+ ) : (
+ <>
+
+
+
+
+
+
+
+ {event.time ? event.time + " - " : ""}{event.date} |
+
+
+
+
+
+ {event.location}
+
+
+
+
+
+
+
{event.title}
+
+
+ {event.desc}
+
+
+
+
+ purchase ticket
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
Alexys Archer
-
-
WP Developer
-
-
-
*/}
-
-
- purchase ticket
-
+ >
+ )}
-
+ ))}
+
-
@@ -243,9 +158,6 @@ export default function HomeUpcomingEvent() {
diff --git a/components/layout/header/Header1.tsx b/components/layout/header/Header1.tsx
index cd37df1..aef3053 100644
--- a/components/layout/header/Header1.tsx
+++ b/components/layout/header/Header1.tsx
@@ -235,11 +235,22 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSear
Events
- Upcoming Event
+
+
+ Upcoming Event
+
+
+
+
+ Tamil Cultural Nite 2025
+
+
+
+
Photos Gallery
-
+
Registration
diff --git a/public/assets/css/main.css b/public/assets/css/main.css
index d51001c..b5614a0 100644
--- a/public/assets/css/main.css
+++ b/public/assets/css/main.css
@@ -20376,6 +20376,28 @@ html {
padding: 12px 10px;
}
+.texture{
+
+ font-size: 20px;
+ color: #ce2029 !important;
+ font-weight: 700;
+
+}
+
+.textured{
+
+ font-size: 22px !important;
+ color: #ce2029 !important;
+ font-weight: 700;
+
+}
+
+.metered-data img{
+
+ margin-right: 6px !important;
+
+}
+
.about7-header ul li {
color: #000000cf;
font-family: var(--grotesk);
diff --git a/public/assets/img/home/banner/hero-banner-3.webp b/public/assets/img/home/banner/hero-banner-3.webp
index 515b43a..6868204 100644
Binary files a/public/assets/img/home/banner/hero-banner-3.webp and b/public/assets/img/home/banner/hero-banner-3.webp differ
diff --git a/public/assets/img/nite/1526.webp b/public/assets/img/nite/1526.webp
new file mode 100644
index 0000000..1529506
Binary files /dev/null and b/public/assets/img/nite/1526.webp differ
diff --git a/public/assets/img/nite/cropped.webp b/public/assets/img/nite/cropped.webp
new file mode 100644
index 0000000..daac353
Binary files /dev/null and b/public/assets/img/nite/cropped.webp differ
diff --git a/public/assets/img/nite/tami-cultural-banner.webp b/public/assets/img/nite/tami-cultural-banner.webp
new file mode 100644
index 0000000..055b86e
Binary files /dev/null and b/public/assets/img/nite/tami-cultural-banner.webp differ
diff --git a/utility/constant.utils.js b/utility/constant.utils.js
index 54340f6..2ba7624 100644
--- a/utility/constant.utils.js
+++ b/utility/constant.utils.js
@@ -4634,3 +4634,98 @@ export const heritageLanguage = [
},
];
+
+// utils/events.js
+export const events = [
+ {
+ id: 4,
+ date: "Saturday, October 25, 2025",
+ time: "6:00 pm to 10:00 p.m",
+ title: "Tamil Cultural Nite Performing Arts festival",
+ location: " Humanities Theater, University of Waterloo 200 University Avenue, Waterloo, ON.",
+ desc: "20th Annual Tamil Cultural Nite Performing Arts Festival on October 25, 2025, at Humanities Theater, University of Waterloo — tickets available online, by phone, or in person.",
+ image: "/assets/img/nite/cropped.webp",
+ link: "/upcoming-event/tamil-cultural-nite-2025",
+ url: "https://secure1.tixhub.com/waterloo/online/b_otix.asp?cboPerformances=877&cboEvent=422&width=1903",
+ },
+ {
+ id: 1,
+ date: "2024-01-14",
+ time: "05:30 PM",
+ title: "Thai Pongal 2024",
+ location: "Holy Family Croatian Roman Catholic Parish Hall, Kitchener, Canada",
+ image: "/assets/img/event/upcoming-event/thai-pongal.webp",
+ url: "#",
+ },
+ {
+ id: 2,
+ date: "2024-04-14",
+ time: "10:00 AM",
+ title: "AGM",
+ location: "Christ Lutheran Church, Waterloo, ON",
+ image: "/assets/img/event/upcoming-event/agm.webp",
+ url: "#",
+ },
+ {
+ id: 3,
+ date: "2024-06-22",
+ title: "KW Multicultural Festival",
+ location: "Indian & Sri Lankan Food Court, Victoria Park, Kitchener, ON",
+ image: "/assets/img/event/upcoming-event/kw.webp",
+ url: "#",
+ },
+ {
+ id: 4,
+ date: "2024-07-07",
+ time: "10:00 AM",
+ title: "TCA Picnic – Potlock",
+ location: "Pinehurst Lake – Sutor Shelter, Ayr, ON",
+ image: "/assets/img/event/upcoming-event/picnic.webp",
+ url: "#",
+ },
+ {
+ id: 5,
+ date: "2024-07-27",
+ title: "South Asian Family Sports Day",
+ location: "Waterloo Park, Waterloo, ON",
+ image: "/assets/img/event/upcoming-event/sports.webp",
+ url: "#",
+ },
+ {
+ id: 6,
+ date: "2023-08-23",
+ time: "06:30-08:30 PM",
+ title: "Conestoga College Workshop",
+ location: "Conestoga College – WC 241, Doon Campus, Ontario",
+ image: "/assets/img/event/upcoming-event/workshop.webp",
+ url: "#",
+ },
+ {
+ id: 7,
+ date: "2023-08-23",
+ time: "06:30-08:30 PM",
+ title: "Tamil Cultural Nite",
+ location: "Doon Campus, Ontario (TBA)",
+ image: "/assets/img/event/upcoming-event/cultural.webp",
+ url: "#",
+ },
+ {
+ id: 8,
+ date: "2024-10-26",
+ time: "1.00 PM-4.30 PM",
+ title: "TCA – WPL Deepavali Celebrations",
+ location: "Waterloo Public Library, John M. Harper Branch",
+ image: "/assets/img/event/upcoming-event/deepavali.webp",
+ url: "#",
+ },
+ {
+ id: 9,
+ date: "2024-12-21",
+ time: "05:00 PM-09:00 PM",
+ title: "Christmas & 2024 Year End Celebration",
+ location: "RIM Park, 2001 University Ave E, Waterloo, ON",
+ image: "/assets/img/event/upcoming-event/christmas.webp",
+ url: "#",
+ },
+];
+