Update src/app/page.tsx

This commit is contained in:
2026-05-23 12:08:36 +00:00
parent 7615a0b929
commit 68c53d076e

View File

@@ -67,7 +67,7 @@ export default function LandingPage() {
href: "#menu",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-golden-cutlery-with-leaves-plate_23-2148347411.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-golden-cutlery-with-leaves-plate_23-2148347411.jpg?_wi=1"
mediaAnimation="blur-reveal"
avatars={[
{
@@ -136,7 +136,7 @@ export default function LandingPage() {
title: "Dining Experience",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg"
imageSrc="http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg?_wi=1"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
@@ -154,7 +154,7 @@ export default function LandingPage() {
name: "Signature Grills",
price: "E£950",
variant: "Meat",
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-shrimp-grated-parmesan_140725-9727.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-shrimp-grated-parmesan_140725-9727.jpg?_wi=1",
},
{
id: "p2",
@@ -213,21 +213,21 @@ export default function LandingPage() {
title: "Family Friendly",
description: "A welcoming space for all generations.",
buttonIcon: "Users",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-golden-cutlery-with-leaves-plate_23-2148347411.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-golden-cutlery-with-leaves-plate_23-2148347411.jpg?_wi=2",
imageAlt: "luxury restaurant badge 24 hours",
},
{
title: "Luxury Decor",
description: "Elegant design inspired by global luxury.",
buttonIcon: "Sparkles",
imageSrc: "http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg?_wi=2",
imageAlt: "luxury restaurant badge 24 hours",
},
{
title: "Fresh Ingredients",
description: "Sourced daily for the finest flavor.",
buttonIcon: "ChefHat",
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-shrimp-grated-parmesan_140725-9727.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-shrimp-grated-parmesan_140725-9727.jpg?_wi=2",
imageAlt: "luxury restaurant badge 24 hours",
},
]}