Update src/app/page.tsx

This commit is contained in:
2026-04-09 23:47:09 +00:00
parent 202bf58abb
commit 3484db705c

View File

@@ -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" },
]}
/>
</div>