From 3484db705cf3e27baa8d07b8e1fe384ea15b27c6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 23:47:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 948522a..fb511c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { description="Authentic flavors of the tradition in the heart of San Felice a Cancello. Join us for a unique culinary experience." tag="Sapori Autentici" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081864.jpg", imageAlt: "Tagliere platter" }, + { imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081864.jpg?_wi=1", imageAlt: "Tagliere platter" }, { imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-stone-wall-surface_23-2151214693.jpg", imageAlt: "Restaurant ambiance" } ]} mediaAnimation="slide-up" @@ -63,7 +63,7 @@ export default function LandingPage() { { value: "50+", title: "Local Suppliers" }, { value: "100%", title: "Authentic Ingredients" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/surface-with-different-foodstuffs_23-2147612075.jpg" + imageSrc="http://img.b2bpic.net/free-photo/surface-with-different-foodstuffs_23-2147612075.jpg?_wi=1" imageAlt="Our mission" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -95,8 +95,8 @@ export default function LandingPage() { title="Why Choose Us" description="We blend traditional techniques with modern culinary passion to deliver an unforgettable dining experience." features={[ - { title: "Farm to Table", description: "Fresh, locally sourced ingredients that celebrate the seasonality of our region.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081864.jpg" }, - { title: "Traditional Recipes", description: "Authentic recipes passed down through generations, preserved with love.", imageSrc: "http://img.b2bpic.net/free-photo/surface-with-different-foodstuffs_23-2147612075.jpg" }, + { title: "Farm to Table", description: "Fresh, locally sourced ingredients that celebrate the seasonality of our region.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081864.jpg?_wi=2" }, + { title: "Traditional Recipes", description: "Authentic recipes passed down through generations, preserved with love.", imageSrc: "http://img.b2bpic.net/free-photo/surface-with-different-foodstuffs_23-2147612075.jpg?_wi=2" }, ]} />