From eb48d60d4c96a1037ce05c29e056b6d968ef140c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 04:22:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f4eb939..845491d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,6 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/italian-villa-terrace-with-scenic-view-outdoor-seating_23-2151986078.jpg" imageAlt="Exterior view of Ristorante Pizzeria La Scaletta in the evening" showDimOverlay={true} - mediaAnimation="entrance-slide" /> @@ -60,8 +59,6 @@ export default function LandingPage() { heading={[{ type: "text", content: "Our Story & Passion for Authentic Italian Cuisine" }]} buttons={[{ text: "Learn More", href: "#about" }]} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901145.jpg" - imageAlt="Cozy interior of an Italian restaurant with wooden tables and warm lighting" /> @@ -100,7 +97,7 @@ export default function LandingPage() { { id: "p6", brand: "Dessert", name: "Tiramisu Classico", price: "€7.00", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-tiramisuconcept_23-2148761669.jpg", imageAlt: "Classic Italian Tiramisu" } ]} gridVariant="three-columns-all-equal-width" - animationType="text-shift" + animationType="slide-up" textboxLayout="default" useInvertedBackground={false} /> @@ -118,7 +115,7 @@ export default function LandingPage() { { id: "t5", name: "Chiara M.", handle: "@chiaram", testimonial: "Such a cozy and friendly place with incredible food. The lasagna is heavenly! Always a wonderful experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-beautiful-female-white-shirt-posing-with-delighted-expression_140725-17228.jpg", imageAlt: "Chiara M." } ]} showRating={true} - animationType="slide-up" + animationType="text-stagger" textboxLayout="default" useInvertedBackground={false} />