Update src/app/page.tsx
This commit is contained in:
@@ -69,17 +69,17 @@ export default function LandingPage() {
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shaurma-roasted-potatoes-dip-dressing_114579-1139.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shaurma-roasted-potatoes-dip-dressing_114579-1139.jpg?_wi=1",
|
||||
imageAlt: "Hero dish 1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-salad-consists-tomatoes-olives-peppers-dark-background-health-diet-meal-snack-salad_140725-96827.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-salad-consists-tomatoes-olives-peppers-dark-background-health-diet-meal-snack-salad_140725-96827.jpg?_wi=1",
|
||||
imageAlt: "Hero dish 2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sadj-with-various-sliced-vegetables-meat_140725-3816.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sadj-with-various-sliced-vegetables-meat_140725-3816.jpg?_wi=1",
|
||||
imageAlt: "Hero dish 3",
|
||||
},
|
||||
{
|
||||
@@ -219,21 +219,21 @@ export default function LandingPage() {
|
||||
title: "Big Portions",
|
||||
description: "Always enough to satisfy your craving.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shaurma-roasted-potatoes-dip-dressing_114579-1139.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shaurma-roasted-potatoes-dip-dressing_114579-1139.jpg?_wi=2",
|
||||
imageAlt: "Top view delicious food on tray",
|
||||
},
|
||||
{
|
||||
title: "Friendly Staff",
|
||||
description: "Serving with a smile, every single time.",
|
||||
buttonIcon: "Smile",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-salad-consists-tomatoes-olives-peppers-dark-background-health-diet-meal-snack-salad_140725-96827.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-salad-consists-tomatoes-olives-peppers-dark-background-health-diet-meal-snack-salad_140725-96827.jpg?_wi=2",
|
||||
imageAlt: "Top view delicious food on tray",
|
||||
},
|
||||
{
|
||||
title: "Quality Food",
|
||||
description: "Halal certified and meticulously prepared.",
|
||||
buttonIcon: "ShieldCheck",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sadj-with-various-sliced-vegetables-meat_140725-3816.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sadj-with-various-sliced-vegetables-meat_140725-3816.jpg?_wi=2",
|
||||
imageAlt: "Top view delicious food on tray",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user