implement Hero component with automated image slider and add banner assets

This commit is contained in:
Alaguraj0361 2026-04-03 16:24:06 +05:30
parent 90edbddeb8
commit 7042e8449f
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

View File

@ -17,7 +17,7 @@ const slides = [
}, },
{ {
id: 2, id: 2,
image: '/images/home/home-banner-2-turkish-flavours.webp', image: '/images/home/home-banner-2.webp',
title: 'Taste Masterfully Crafted Turkish Flavours', title: 'Taste Masterfully Crafted Turkish Flavours',
subtitle: 'Discover Anatolian fire-kissed flavours.', subtitle: 'Discover Anatolian fire-kissed flavours.',
btn1: 'Explore Our Menu', btn1: 'Explore Our Menu',
@ -25,7 +25,7 @@ const slides = [
}, },
{ {
id: 3, id: 3,
image: '/images/home/home-banner-3-luxury.webp', image: '/images/home/home-banner-3.webp',
title: 'Luxury Turkish Dining Atmosphere', title: 'Luxury Turkish Dining Atmosphere',
subtitle: 'Where elegance meets Turkish taste.', subtitle: 'Where elegance meets Turkish taste.',
btn1: 'View Menu', btn1: 'View Menu',