implement Hero component with automated image slider and add banner assets

This commit is contained in:
Alaguraj0361 2026-04-03 16:24:34 +05:30
parent e83a3d36db
commit 70ec7805cc
4 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

View File

@ -9,7 +9,7 @@ import { motion, AnimatePresence } from 'framer-motion'
const slides = [
{
id: 1,
image: '/images/home/home-banner-1-authentic.webp',
image: '/images/home/home-banner-1.webp',
title: 'Experience Authentic Turkish Dining',
subtitle: 'Authentic Turkish flavours await at Antalya.',
btn1: 'View Menu',
@ -17,7 +17,7 @@ const slides = [
},
{
id: 2,
image: '/images/home/home-banner-2-turkish-flavours.webp',
image: '/images/home/home-banner-2.webp',
title: 'Taste Masterfully Crafted Turkish Flavours',
subtitle: 'Discover Anatolian fire-kissed flavours.',
btn1: 'Explore Our Menu',
@ -25,7 +25,7 @@ const slides = [
},
{
id: 3,
image: '/images/home/home-banner-3-luxury.webp',
image: '/images/home/home-banner-3.webp',
title: 'Luxury Turkish Dining Atmosphere',
subtitle: 'Where elegance meets Turkish taste.',
btn1: 'View Menu',