diff --git a/src/app/page.tsx b/src/app/page.tsx index db4ce53..e5d0b3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,6 @@ export default function LandingPage() { mediaAnimation="opacity" ariaLabel="Hero section with seafood and restaurant details" imagePosition="right" - useInvertedBackground={true} /> @@ -84,7 +83,6 @@ export default function LandingPage() { useInvertedBackground={false} tag="Our Heritage" tagIcon={Fish} - mediaSrc="http://img.b2bpic.net/free-photo/herring-with-lettuce-red-cabbage-wooden-board_114579-57690.jpg" imageAlt="chef presenting fresh seafood tunisia" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -131,13 +129,13 @@ export default function LandingPage() { description="From the freshest catches of the day to our renowned traditional recipes, explore the diverse culinary delights Edlala Restaurant has to offer." products={[ { - id: "fish-1", name: "Grilled Loup de Mer", price: "DT 85", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-fish-fry-with-lemon-slices-plate-napkin-black-background_140725-112100.jpg?_wi=1", imageAlt: "whole roasted snapper lemon" + id: "fish-1", name: "Grilled Loup de Mer", price: "DT 85", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-fish-fry-with-lemon-slices-plate-napkin-black-background_140725-112100.jpg", imageAlt: "whole roasted snapper lemon" }, { - id: "shellfish-1", name: "Seafood Gratin", price: "DT 95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussels-plate_23-2148375695.jpg?_wi=1", imageAlt: "steamed mussels white wine sauce" + id: "shellfish-1", name: "Seafood Gratin", price: "DT 95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussels-plate_23-2148375695.jpg", imageAlt: "steamed mussels white wine sauce" }, { - id: "starter-1", name: "Tunisian Harissa Soup", price: "DT 35", imageSrc: "http://img.b2bpic.net/free-photo/customs-food-wooden-board-high-angle_23-2149598953.jpg?_wi=1", imageAlt: "tunisian brick egg appetizer" + id: "starter-1", name: "Tunisian Harissa Soup", price: "DT 35", imageSrc: "http://img.b2bpic.net/free-photo/customs-food-wooden-board-high-angle_23-2149598953.jpg", imageAlt: "tunisian brick egg appetizer" }, { id: "salad-1", name: "Mediterranean Octopus Salad", price: "DT 45", imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-egg-tomato-lettuce-sesame-side-view_141793-3206.jpg", imageAlt: "mediterranean tuna salad fresh" @@ -149,13 +147,13 @@ export default function LandingPage() { id: "drink-1", name: "Edlala Signature Cocktail", price: "DT 30", imageSrc: "http://img.b2bpic.net/free-photo/blue-lagoon-cocktail-glass-with-white-foam-flower-decoration_114579-2612.jpg", imageAlt: "signature cocktail blue gold" }, { - id: "fish-2", name: "Royal Dorado Baked", price: "DT 90", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-fish-fry-with-lemon-slices-plate-napkin-black-background_140725-112100.jpg?_wi=2", imageAlt: "Royal Dorado Baked" + id: "fish-2", name: "Royal Dorado Baked", price: "DT 90", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-fish-fry-with-lemon-slices-plate-napkin-black-background_140725-112100.jpg", imageAlt: "Royal Dorado Baked" }, { - id: "shellfish-2", name: "Grilled King Prawns", price: "DT 110", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussels-plate_23-2148375695.jpg?_wi=2", imageAlt: "Grilled King Prawns" + id: "shellfish-2", name: "Grilled King Prawns", price: "DT 110", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussels-plate_23-2148375695.jpg", imageAlt: "Grilled King Prawns" }, { - id: "starter-2", name: "Fricassé with Tuna", price: "DT 28", imageSrc: "http://img.b2bpic.net/free-photo/customs-food-wooden-board-high-angle_23-2149598953.jpg?_wi=2", imageAlt: "Fricassé with Tuna" + id: "starter-2", name: "Fricassé with Tuna", price: "DT 28", imageSrc: "http://img.b2bpic.net/free-photo/customs-food-wooden-board-high-angle_23-2149598953.jpg", imageAlt: "Fricassé with Tuna" } ]} gridVariant="three-columns-all-equal-width"