diff --git a/src/app/page.tsx b/src/app/page.tsx index 4966972..4cce463 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,22 +51,22 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132612.jpg", imageAlt: "Factory 33 restaurant dining ambiance" + id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132612.jpg?_wi=1", imageAlt: "Factory 33 restaurant dining ambiance" }, { - id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-chef-cutting-tomatoes_23-2148491250.jpg", imageAlt: "Fresh culinary creations at Factory 33" + id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-chef-cutting-tomatoes_23-2148491250.jpg?_wi=1", imageAlt: "Fresh culinary creations at Factory 33" }, { - id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/lamb-wrapped-with-dough-tomato-sauce_114579-2133.jpg", imageAlt: "Signature dish from Factory 33 menu" + id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/lamb-wrapped-with-dough-tomato-sauce_114579-2133.jpg?_wi=1", imageAlt: "Signature dish from Factory 33 menu" }, { - id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-holding-hands_23-2148966577.jpg", imageAlt: "Scenic Los Cristianos location" + id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-holding-hands_23-2148966577.jpg?_wi=1", imageAlt: "Scenic Los Cristianos location" }, { - id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132612.jpg", imageAlt: "Warm restaurant interior lighting" + id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132612.jpg?_wi=2", imageAlt: "Warm restaurant interior lighting" }, { - id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/lamb-wrapped-with-dough-tomato-sauce_114579-2133.jpg", imageAlt: "Exquisite plated cuisine" + id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/lamb-wrapped-with-dough-tomato-sauce_114579-2133.jpg?_wi=2", imageAlt: "Exquisite plated cuisine" } ]} autoPlay={true} @@ -110,13 +110,13 @@ export default function LandingPage() { buttonAnimation="slide-up" features={[ { - id: "feature-appetizers", title: "Appetizers", description: "Start your meal with our selection of carefully prepared starters and small plates.", imageSrc: "http://img.b2bpic.net/free-photo/lamb-wrapped-with-dough-tomato-sauce_114579-2133.jpg", imageAlt: "Appetizers" + id: "feature-appetizers", title: "Appetizers", description: "Start your meal with our selection of carefully prepared starters and small plates.", imageSrc: "http://img.b2bpic.net/free-photo/lamb-wrapped-with-dough-tomato-sauce_114579-2133.jpg?_wi=3", imageAlt: "Appetizers" }, { - id: "feature-mains", title: "Main Courses", description: "Indulge in our signature main dishes, prepared with the finest ingredients and culinary expertise.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-chef-cutting-tomatoes_23-2148491250.jpg", imageAlt: "Main Courses" + id: "feature-mains", title: "Main Courses", description: "Indulge in our signature main dishes, prepared with the finest ingredients and culinary expertise.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-chef-cutting-tomatoes_23-2148491250.jpg?_wi=2", imageAlt: "Main Courses" }, { - id: "feature-desserts", title: "Desserts", description: "Finish your dining experience with our exquisite dessert selections.", imageSrc: "http://img.b2bpic.net/free-photo/lamb-wrapped-with-dough-tomato-sauce_114579-2133.jpg", imageAlt: "Desserts" + id: "feature-desserts", title: "Desserts", description: "Finish your dining experience with our exquisite dessert selections.", imageSrc: "http://img.b2bpic.net/free-photo/lamb-wrapped-with-dough-tomato-sauce_114579-2133.jpg?_wi=4", imageAlt: "Desserts" } ]} gridVariant="three-columns-all-equal-width" @@ -142,13 +142,13 @@ export default function LandingPage() { buttonAnimation="slide-up" features={[ { - id: "location-address", title: "Address", description: "Av. Juan Carlos I, 33, local 3, 38650 Los Cristianos, Santa Cruz de Tenerife, Spain", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-holding-hands_23-2148966577.jpg", imageAlt: "Location" + id: "location-address", title: "Address", description: "Av. Juan Carlos I, 33, local 3, 38650 Los Cristianos, Santa Cruz de Tenerife, Spain", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-holding-hands_23-2148966577.jpg?_wi=2", imageAlt: "Location" }, { id: "location-contact", title: "Contact Information", description: "Phone: +34 641 98 48 45. Call us to make a reservation or place an order.", imageSrc: "http://img.b2bpic.net/free-vector/internet-communication_24877-51938.jpg", imageAlt: "Contact" }, { - id: "location-code", title: "GPS Plus Code", description: "27XQ+6R Los Cristianos. Easy to find with GPS coordinates.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132612.jpg", imageAlt: "GPS Coordinates" + id: "location-code", title: "GPS Plus Code", description: "27XQ+6R Los Cristianos. Easy to find with GPS coordinates.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132612.jpg?_wi=3", imageAlt: "GPS Coordinates" } ]} gridVariant="three-columns-all-equal-width"