diff --git a/src/app/page.tsx b/src/app/page.tsx index 87d8636..0418c3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,11 +85,11 @@ export default function LandingPage() { description="Experience exquisite Italian cuisine with breathtaking views of the sea. Our chefs craft unforgettable dishes using the freshest local ingredients, promising a culinary journey you won't forget." background={{"variant":"radial-gradient"}} avatars={[ - { src: resolveAsset("http://img.b2bpic.net/free-photo/portrait-smiling-male-cook-wearing-chef-s-hat_23-2147863769.jpg").url, alt: "Chef Maria Rossi" }, - { src: resolveAsset("http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5353.jpg").url, alt: "Sommelier Luca Bianchi" }, - { src: resolveAsset("http://img.b2bpic.net/free-photo/barber-man-apron-with-towel-around-neck-lookign-camera-smiling-confident-standing-orange-background_141793-67197.jpg").url, alt: "Restaurant Manager Giulia Verdi" }, - { src: resolveAsset("http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customer_1170-656.jpg").url, alt: "Head Waiter Marco Neri" }, - { src: resolveAsset("http://img.b2bpic.net/free-photo/portrait-person-holding-fast-food-burger_23-2151004490.jpg").url, alt: "Pastry Chef Sofia Gallo" } + { src: resolveAsset("asset://avatar-1").url, alt: "Chef Maria Rossi" }, + { src: resolveAsset("asset://avatar-2").url, alt: "Sommelier Luca Bianchi" }, + { src: resolveAsset("asset://avatar-3").url, alt: "Restaurant Manager Giulia Verdi" }, + { src: resolveAsset("asset://avatar-4").url, alt: "Head Waiter Marco Neri" }, + { src: resolveAsset("asset://avatar-5").url, alt: "Pastry Chef Sofia Gallo" } ]} avatarText="Over 200 satisfied guests daily" buttons={[ @@ -97,7 +97,6 @@ export default function LandingPage() { { text: "Make a Reservation", href: "#contact" } ]} buttonAnimation="slide-up" - useInvertedBackground={false} />
@@ -108,9 +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("http://img.b2bpic.net/free-photo/front-view-hand-pouring-honey-apple-slices_23-2149452281.jpg").url} + imageSrc={resolveAsset("asset://about-image").url} mediaAnimation="slide-up" - useInvertedBackground={false} />
@@ -125,9 +123,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("http://img.b2bpic.net/free-photo/caesar-salad-with-fresh-vegetable-chicken-salad-white-plate-wood-table-delicious-salad_114579-113.jpg").url} + imageSrc={resolveAsset("asset://feature-image").url} mediaAnimation="slide-up" - useInvertedBackground={false} mediaPosition="right" />
@@ -140,14 +137,13 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" products={[ - { id: "1", brand: "Primi Piatti", name: "Spaghetti ai Frutti di Mare", price: "€22", rating: 5, reviewCount: "120 reviews", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/traditional-italian-dish-black-tagliatelle-with-seafood_501050-738.jpg").url, imageAlt: "Spaghetti with Seafood" }, - { id: "2", brand: "Secondi di Mare", name: "Orata al Sale con Verdure", price: "€28", rating: 4.8, reviewCount: "95 reviews", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/grilled-salmon-steak_1339-8428.jpg").url, imageAlt: "Salt-baked Sea Bream" }, - { id: "3", brand: "Secondi di Terra", name: "Filetto di Manzo con Patate", price: "€30", rating: 4.9, reviewCount: "88 reviews", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/red-gurza-tomato-sesame-top-view_141793-4513.jpg").url, imageAlt: "Beef Fillet with Potatoes" }, - { id: "4", brand: "Piatti Vegetariani", name: "Risotto ai Funghi Porcini", price: "€20", rating: 4.7, reviewCount: "70 reviews", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/top-view-fresh-vegetable-salad-inside-plate-with-greens-dark-table_140725-142967.jpg").url, imageAlt: "Porcini Mushroom Risotto" }, - { id: "5", brand: "Dolci", name: "Tortino al Cioccolato", price: "€10", rating: 5, reviewCount: "110 reviews", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/delicious-volcano-chocolate-cake_23-2151940308.jpg").url, imageAlt: "Chocolate Lava Cake" }, - { id: "6", brand: "Dolci", name: "Tiramisù Classico", price: "€9", rating: 4.9, reviewCount: "105 reviews", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/tasty-homemade-tiramisu-cake_114579-64568.jpg").url, imageAlt: "Classic Tiramisu" } + { id: "1", brand: "Primi Piatti", name: "Spaghetti ai Frutti di Mare", price: "€22", rating: 5, reviewCount: "120 reviews", imageSrc: resolveAsset("asset://product-1").url, imageAlt: "Spaghetti with Seafood" }, + { id: "2", brand: "Secondi di Mare", name: "Orata al Sale con Verdure", price: "€28", rating: 4.8, reviewCount: "95 reviews", imageSrc: resolveAsset("asset://product-2").url, imageAlt: "Salt-baked Sea Bream" }, + { id: "3", brand: "Secondi di Terra", name: "Filetto di Manzo con Patate", price: "€30", rating: 4.9, reviewCount: "88 reviews", imageSrc: resolveAsset("asset://product-3").url, imageAlt: "Beef Fillet with Potatoes" }, + { id: "4", brand: "Piatti Vegetariani", name: "Risotto ai Funghi Porcini", price: "€20", rating: 4.7, reviewCount: "70 reviews", imageSrc: resolveAsset("asset://product-4").url, imageAlt: "Porcini Mushroom Risotto" }, + { 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} />
@@ -162,7 +158,6 @@ 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} />
@@ -174,11 +169,10 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" members={[ - { id: "1", name: "Chef Alessandro Conti", role: "Head Chef", description: "With a rich background in Michelin-starred restaurants, Chef Conti leads our kitchen with innovative vision and a deep respect for Puglian ingredients.", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/aggressive-bearded-chef-man-black-uniform-holding-hands-folded-while-looking-white-wall_141793-32292.jpg").url, imageAlt: "Chef Alessandro Conti" }, - { 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("http://img.b2bpic.net/free-photo/portrait-female-cook-cutting-green-celery-gourmet-kitchen-using-cutting-board-knife-slice-coleslaw-salad-woman-chef-with-uniform-preparing-ingredients-food-recipe_482257-46080.jpg").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("http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1411.jpg").url, imageAlt: "Chef Giovanni Esposito" } + { id: "1", name: "Chef Alessandro Conti", role: "Head Chef", description: "With a rich background in Michelin-starred restaurants, Chef Conti leads our kitchen with innovative vision and a deep respect for Puglian ingredients.", imageSrc: resolveAsset("asset://team-1").url, imageAlt: "Chef Alessandro Conti" }, + { 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} />
@@ -191,14 +185,13 @@ export default function LandingPage() { { text: "Read All Reviews", href: "#" } ]} testimonials={[ - { id: "1", name: "Eleonora Costa", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25717.jpg").url, imageAlt: "Eleonora Costa" }, - { id: "2", name: "Davide Rizzo", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-29249.jpg").url, imageAlt: "Davide Rizzo" }, - { id: "3", name: "Chiara Gallo", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/smiling-couple-with-snacks-standing-buffet_1262-1980.jpg").url, imageAlt: "Chiara Gallo" }, - { id: "4", name: "Francesco Moretti", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/three-best-friends-enjoying-nice-conversation-lunch-modern-cafe-interior_273609-9010.jpg").url, imageAlt: "Francesco Moretti" }, - { id: "5", name: "Laura Ricci", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/groom-morning-preparing-wedding-posing_1153-6498.jpg").url, imageAlt: "Laura Ricci" }, - { id: "6", name: "Simone Ferrara", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/full-shot-smiley-woman-taking-selfie_23-2149333777.jpg").url, imageAlt: "Simone Ferrara" } + { id: "1", name: "Eleonora Costa", imageSrc: resolveAsset("asset://testimonial-1").url, imageAlt: "Eleonora Costa" }, + { id: "2", name: "Davide Rizzo", imageSrc: resolveAsset("asset://testimonial-2").url, imageAlt: "Davide Rizzo" }, + { id: "3", name: "Chiara Gallo", imageSrc: resolveAsset("asset://testimonial-3").url, imageAlt: "Chiara Gallo" }, + { id: "4", name: "Francesco Moretti", imageSrc: resolveAsset("asset://testimonial-4").url, imageAlt: "Francesco Moretti" }, + { 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} />
@@ -216,7 +209,6 @@ 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} />
@@ -228,14 +220,13 @@ export default function LandingPage() { { text: "Call Us: +39 123 456 7890", href: "tel:+391234567890" } ]} background={{"variant":"downward-rays-static-grid"}} - useInvertedBackground={false} />