diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0418c3c..68bee12 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -107,7 +107,8 @@ export default function LandingPage() {
description="Lido Estea's kitchen is a celebration of Puglian tradition and innovation. We meticulously select seasonal ingredients from local farms and the Adriatic Sea to create dishes that tell a story."
subdescription="Our philosophy is simple: honor the rich culinary heritage of our region while embracing modern techniques to elevate every flavor. Come and discover the true essence of Italian hospitality."
icon={CookingPot}
- imageSrc={resolveAsset("asset://about-image").url}
+ videoSrc="https://www.w3schools.com/html/mov_bbb.mp4"
+ videoAriaLabel="Restaurant kitchen video"
mediaAnimation="slide-up"
/>
@@ -123,7 +124,8 @@ export default function LandingPage() {
{ id: "3", title: "Stunning Seafront Views", content: "Dine with the tranquil sounds of the waves and panoramic views of the Adriatic Sea, creating a truly unforgettable romantic or family experience." },
{ id: "4", title: "Tailored Private Events", content: "From intimate gatherings to grand celebrations, our team can customize menus and arrangements to make your special occasion perfect." }
]}
- imageSrc={resolveAsset("asset://feature-image").url}
+ videoSrc="https://www.w3schools.com/html/mov_bbb.mp4"
+ videoAriaLabel="Chef preparing food video"
mediaAnimation="slide-up"
mediaPosition="right"
/>
@@ -144,6 +146,7 @@ export default function LandingPage() {
{ id: "5", brand: "Dolci", name: "Tortino al Cioccolato", price: "€10", rating: 5, reviewCount: "110 reviews", imageSrc: resolveAsset("asset://product-5").url, imageAlt: "Chocolate Lava Cake" },
{ id: "6", brand: "Dolci", name: "Tiramisù Classico", price: "€9", rating: 4.9, reviewCount: "105 reviews", imageSrc: resolveAsset("asset://product-6").url, imageAlt: "Classic Tiramisu" }
]}
+ useInvertedBackground={false}
/>
@@ -158,6 +161,7 @@ export default function LandingPage() {
{ id: "celebration", badge: "Celebration", badgeIcon: PartyPopper, price: "Starting from €79/person", subtitle: "Perfect for birthdays and anniversaries", buttons: [{ text: "Book Event", href: "#contact" }], features: ["Semi-Private Section", "Custom 4-Course Menu", "Champagne Toast", "Live Music Arrangement"] },
{ id: "grand", badge: "Grand", badgeIcon: Crown, price: "Starting from €120/person", subtitle: "Ideal for weddings and corporate galas", buttons: [{ text: "Get a Quote", href: "#contact" }], features: ["Exclusive Venue Buyout", "Bespoke 5-Course Menu", "Premium Bar Selection", "Event Coordinator Service"] }
]}
+ useInvertedBackground={false}
/>
@@ -173,6 +177,7 @@ export default function LandingPage() {
{ id: "2", name: "Chef Sofia Romano", role: "Pastry Chef", description: "Chef Romano crafts exquisite desserts that are as beautiful as they are delicious, blending classic techniques with modern artistry.", imageSrc: resolveAsset("asset://team-2").url, imageAlt: "Chef Sofia Romano" },
{ id: "3", name: "Chef Giovanni Esposito", role: "Sous Chef", description: "Chef Esposito is the backbone of our kitchen, ensuring consistency and perfection in every dish, with a specialty in seafood preparations.", imageSrc: resolveAsset("asset://team-3").url, imageAlt: "Chef Giovanni Esposito" }
]}
+ useInvertedBackground={false}
/>
@@ -192,6 +197,7 @@ export default function LandingPage() {
{ id: "5", name: "Laura Ricci", imageSrc: resolveAsset("asset://testimonial-5").url, imageAlt: "Laura Ricci" },
{ id: "6", name: "Simone Ferrara", imageSrc: resolveAsset("asset://testimonial-6").url, imageAlt: "Simone Ferrara" }
]}
+ useInvertedBackground={false}
/>
@@ -209,6 +215,7 @@ export default function LandingPage() {
{ id: "5", title: "Is Lido Estea suitable for children?", content: "Yes, we welcome families! We have high chairs available and can offer a simplified children's menu. Please let us know if you require any special arrangements." },
{ id: "6", title: "What are your opening hours?", content: "We are open for dinner from 7:00 PM to 11:00 PM, Tuesday through Sunday. We are closed on Mondays. Lunch service is available on weekends from 12:30 PM to 2:30 PM." }
]}
+ useInvertedBackground={false}
/>
@@ -220,6 +227,7 @@ export default function LandingPage() {
{ text: "Call Us: +39 123 456 7890", href: "tel:+391234567890" }
]}
background={{"variant":"downward-rays-static-grid"}}
+ useInvertedBackground={false}
/>