Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-14 09:08:04 +00:00

View File

@@ -52,25 +52,25 @@ export default function LandingPage() {
testimonials={[
{
name: "Alex D.", handle: "@alex", testimonial: "The most beautiful Italian restaurant in Lille", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/christmas-table-living-room-with-objects-holiday-decor-new-year-eve-concept_132075-11240.jpg", imageAlt: "luxury italian restaurant interior dark moody"},
imageSrc: "http://img.b2bpic.net/free-photo/christmas-table-living-room-with-objects-holiday-decor-new-year-eve-concept_132075-11240.jpg?_wi=1", imageAlt: "luxury italian restaurant interior dark moody"},
{
name: "Sophie M.", handle: "@sophie", testimonial: "Truffle pasta — an absolute delight for the palate", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-pouring-juice_23-2148681854.jpg", imageAlt: "luxury italian restaurant interior dark moody"},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-pouring-juice_23-2148681854.jpg?_wi=1", imageAlt: "luxury italian restaurant interior dark moody"},
{
name: "Thomas L.", handle: "@thomas", testimonial: "Perfect al dente pasta. We were blown away.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-pasta-with-mushrooms-parmesan-slices-oregano-leaves-granite-bowl_114579-1832.jpg", imageAlt: "luxury italian restaurant interior dark moody"},
imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-pasta-with-mushrooms-parmesan-slices-oregano-leaves-granite-bowl_114579-1832.jpg?_wi=1", imageAlt: "luxury italian restaurant interior dark moody"},
{
name: "Julie R.", handle: "@julie", testimonial: "An incredible atmosphere, feels like real Italy.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-fork-pasta_23-2148296937.jpg", imageAlt: "luxury italian restaurant interior dark moody"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-fork-pasta_23-2148296937.jpg?_wi=1", imageAlt: "luxury italian restaurant interior dark moody"},
{
name: "Marc B.", handle: "@marc", testimonial: "Authentic, vibrant, and delicious. My go-to spot.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-parmesan-cheese_23-2148753752.jpg", imageAlt: "luxury italian restaurant interior dark moody"},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-parmesan-cheese_23-2148753752.jpg?_wi=1", imageAlt: "luxury italian restaurant interior dark moody"},
]}
buttons={[
{
text: "Reserve Your Table", href: "#reservation"},
]}
imageSrc="http://img.b2bpic.net/free-photo/christmas-table-living-room-with-objects-holiday-decor-new-year-eve-concept_132075-11240.jpg"
imageSrc="http://img.b2bpic.net/free-photo/christmas-table-living-room-with-objects-holiday-decor-new-year-eve-concept_132075-11240.jpg?_wi=2"
imageAlt="Cinematic scene of La Bellezza restaurant"
avatars={[
{
@@ -113,7 +113,7 @@ export default function LandingPage() {
{
title: "Cinematic Decor", description: "A stunning, theatrical interior that invites you into another world."},
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-girl-pouring-juice_23-2148681854.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-girl-pouring-juice_23-2148681854.jpg?_wi=2"
imageAlt="La Bellezza atmosphere"
mediaAnimation="blur-reveal"
/>
@@ -127,11 +127,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Pâtes à la Truffe", price: "Gourmet truffle perfection", imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-pasta-with-mushrooms-parmesan-slices-oregano-leaves-granite-bowl_114579-1832.jpg"},
id: "1", name: "Pâtes à la Truffe", price: "Gourmet truffle perfection", imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-pasta-with-mushrooms-parmesan-slices-oregano-leaves-granite-bowl_114579-1832.jpg?_wi=2"},
{
id: "2", name: "Gnocchi al Gorgonzola", price: "Creamy, nutty, authentic", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-fork-pasta_23-2148296937.jpg"},
id: "2", name: "Gnocchi al Gorgonzola", price: "Creamy, nutty, authentic", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-fork-pasta_23-2148296937.jpg?_wi=2"},
{
id: "3", name: "Pizza al Forno", price: "Wood-fired, generously topped", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-parmesan-cheese_23-2148753752.jpg"},
id: "3", name: "Pizza al Forno", price: "Wood-fired, generously topped", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-parmesan-cheese_23-2148753752.jpg?_wi=2"},
{
id: "4", name: "Arancini al Ragú", price: "Golden, crispy, decadent", imageSrc: "http://img.b2bpic.net/free-photo/close-up-composition-with-delicious-brazilian-food_23-2148739181.jpg"},
]}