Update src/app/page.tsx

This commit is contained in:
2026-06-12 04:21:57 +00:00
parent e4c234e514
commit 2559b3cfa1

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}
useInvertedBackground={false}
mediaAnimation="entrance-slide"
/>
</div>
@@ -59,7 +58,6 @@ export default function LandingPage() {
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[{ type: "text", content: "Our Story & Passion for Authentic Italian Cuisine" }]}
description="Nestled in the picturesque town of Armeno, Ristorante Pizzeria La Scaletta has been a beloved culinary destination for years. We pride ourselves on using fresh, locally sourced ingredients to create traditional Italian dishes and mouth-watering pizzas cooked in our authentic wood-fired oven. Our commitment to quality and warm hospitality ensures every visit is a memorable experience. Come discover the true taste of Italy with us."
buttons={[{ text: "Learn More", href: "#about" }]}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901145.jpg"
@@ -102,7 +100,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="slide-up"
animationType="text-shift"
textboxLayout="default"
useInvertedBackground={false}
/>