implement Hero component with automated image slider and add banner assets
This commit is contained in:
parent
e83a3d36db
commit
70ec7805cc
BIN
public/images/home/home-banner-1.webp
Normal file
BIN
public/images/home/home-banner-1.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 99 KiB |
BIN
public/images/home/home-banner-2.webp
Normal file
BIN
public/images/home/home-banner-2.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 110 KiB |
BIN
public/images/home/home-banner-3.webp
Normal file
BIN
public/images/home/home-banner-3.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 108 KiB |
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user