'use client'; import Countdown from '@/components/elements/Countdown'; import Link from 'next/link'; import { Swiper, SwiperSlide } from 'swiper/react'; import { Autoplay, Navigation, Pagination } from 'swiper/modules'; import 'swiper/css'; import 'swiper/css/navigation'; import 'swiper/css/pagination'; export default function HomeHeroBanner() { const slideData = [ // { // title: 'World Music Events 2025', // date: 'SERVING', // location: 'WATERLOO – KITCHENER – CAMBRIDGE- GUELPH – BRANTFORD SINCE 1989', // bgImage: '/assets/img/home/banner/banner-1.webp', // image: '/assets/img/all-images/hero/hero-img11.png', // }, { title: "Grace moves with every beat Tradition meets bass", date: 'SERVING', location: 'WATERLOO – KITCHENER – CAMBRIDGE- GUELPH – BRANTFORD SINCE 1989', bgImage: '/assets/img/home/banner/banner-2.webp', image: '/assets/img/all-images/hero/hero-img12.png', }, { title: "Crafted with tradition’s hands Feel the rhythm of our roots", date: 'SERVING', location: 'WATERLOO – KITCHENER – CAMBRIDGE- GUELPH – BRANTFORD SINCE 1989', bgImage: '/assets/img/home/banner/banner-3.webp', image: '/assets/img/all-images/hero/hero-img12.png', }, { title: 'Lighting hearts across globe A blend of sound & spirit', date: 'SERVING', location: 'WATERLOO – KITCHENER – CAMBRIDGE- GUELPH – BRANTFORD SINCE 1989', bgImage: '/assets/img/home/banner/banner-4.webp', image: '/assets/img/all-images/hero/hero-img12.png', }, { title: ' Rooted in timeless wisdom Echoes of legacy in drop', date: 'SERVING', location: 'WATERLOO – KITCHENER – CAMBRIDGE- GUELPH – BRANTFORD SINCE 1989', bgImage: '/assets/img/home/banner/banner-5.webp', image: '/assets/img/all-images/hero/hero-img12.png', }, ]; return ( {slideData.map((slide, index) => ( {/* */} Where Culture Meets the Beat Buy Tickets Now! {/* Schedules */} {/* */} {/* */} {slide.date} {slide.location} ))} ); }
{slide.location}