From 366cedd3b47ff2a057b42b2368f3cc367ddf02f2 Mon Sep 17 00:00:00 2001 From: Alaguraj0361 Date: Wed, 8 Oct 2025 18:34:24 +0530 Subject: [PATCH] banner and events page updated --- .../tamil-cultural-nite-2025/page.jsx | 6 ++-- components/home/HeroBanner.tsx | 28 +++++++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/app/(event)/upcoming-event/tamil-cultural-nite-2025/page.jsx b/app/(event)/upcoming-event/tamil-cultural-nite-2025/page.jsx index 2293828..5c63335 100644 --- a/app/(event)/upcoming-event/tamil-cultural-nite-2025/page.jsx +++ b/app/(event)/upcoming-event/tamil-cultural-nite-2025/page.jsx @@ -114,7 +114,7 @@ const Page = () => { > - Tickets are now available University of Waterloo + Book Now @@ -177,7 +177,7 @@ const Page = () => { -
+ {/*

More info:

  • Shyamala Ram: 519-897-6975
  • @@ -189,7 +189,7 @@ const Page = () => {
-
+
*/}
diff --git a/components/home/HeroBanner.tsx b/components/home/HeroBanner.tsx index 296001e..452b287 100644 --- a/components/home/HeroBanner.tsx +++ b/components/home/HeroBanner.tsx @@ -18,42 +18,42 @@ 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', + { + title: 'Tamil Cultural Nite 2025', 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", + buttonText: "Book Now", + buttonLink: "/upcoming-event/tamil-cultural-nite-2025", }, { - title: "Grace moves with vibrant
Tradition meets bass", + title: "Tamil Cultural Nite 2025", date: 'SERVING', location: 'WATERLOO – KITCHENER – CAMBRIDGE- GUELPH – BRANTFORD AND SURROUNDING AREAS SINCE 1989', bgImage: '/assets/img/home/banner/hero-banner-1.webp', image: '/assets/img/all-images/hero/hero-img12.png', - buttonText: "Discover Harmony", - buttonLink: "/about", + buttonText: "Book Now", + buttonLink: "/upcoming-event/tamil-cultural-nite-2025", }, { - title: "Crafted with tradition’s
Feel rhythm of roots", + title: "Tamil Cultural Nite 2025", date: 'SERVING', location: 'WATERLOO – KITCHENER – CAMBRIDGE- GUELPH – BRANTFORD AND SURROUNDING AREAS SINCE 1989', bgImage: '/assets/img/home/banner/hero-banner-2.webp', image: '/assets/img/all-images/hero/hero-img12.png', - buttonText: "Heritage Beats", - buttonLink: "/upcoming-event", + buttonText: "Book Now", + buttonLink: "/upcoming-event/tamil-cultural-nite-2025", }, { - title: 'Rooted in deep tradition
Echoes of true legacy', + title: 'Tamil Cultural Nite 2025', date: 'SERVING', location: 'WATERLOO – KITCHENER – CAMBRIDGE- GUELPH – BRANTFORD AND SURROUNDING AREAS SINCE 1989', bgImage: '/assets/img/home/banner/hero-banner-5.webp', image: '/assets/img/all-images/hero/hero-img12.png', - buttonText: "Hear Echo", - buttonLink: "/tamil-culture", + buttonText: "Book Now", + buttonLink: "/upcoming-event/tamil-cultural-nite-2025", }, ]; @@ -64,7 +64,7 @@ export default function HomeHeroBanner() { loop={true} autoplay={{ delay: 5000 }} navigation - // pagination={{ clickable: true }} + // pagination={{ clickable: true }} > {slideData.map((slide, index) => (