banner and events page updated
This commit is contained in:
parent
1ec65fef0d
commit
366cedd3b4
@ -114,7 +114,7 @@ const Page = () => {
|
||||
>
|
||||
<a className="vl-btn2" target="_blank" rel="noopener noreferrer">
|
||||
<span className="demo">
|
||||
Tickets are now available University of Waterloo <i className="fa-solid fa-arrow-right" />
|
||||
Book Now <i className="fa-solid fa-arrow-right" />
|
||||
</span>
|
||||
</a>
|
||||
</Link>
|
||||
@ -177,7 +177,7 @@ const Page = () => {
|
||||
</span>
|
||||
</li>
|
||||
</ul>
|
||||
<div className="about6-header heading9 space-margin60 mb-4">
|
||||
{/* <div className="about6-header heading9 space-margin60 mb-4">
|
||||
<p className="texture">More info: </p>
|
||||
<ul>
|
||||
<li> Shyamala Ram: 519-897-6975</li>
|
||||
@ -189,7 +189,7 @@ const Page = () => {
|
||||
</ul>
|
||||
<div className="space18" />
|
||||
|
||||
</div>
|
||||
</div> */}
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6 order-2 order-lg-2">
|
||||
|
||||
@ -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<br />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<br />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<br />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 <br />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) => (
|
||||
<SwiperSlide key={index}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user