Update src/app/page.tsx

This commit is contained in:
2026-06-12 04:22:46 +00:00
parent 2559b3cfa1
commit eb48d60d4c

View File

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