diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c5a19c..32d3f27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,22 +55,22 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-tasty-dish-made-with-meat-sauce-metal-container_181624-58652.jpg", imageAlt: "Fresh crispy roast pork" + id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-tasty-dish-made-with-meat-sauce-metal-container_181624-58652.jpg?_wi=1", imageAlt: "Fresh crispy roast pork" }, { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/shop-assistant-preparing-croissant-bag_23-2147985156.jpg", imageAlt: "Fresh baked Ecuadorian bread" }, { - id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-thanksgiving-turkey_23-2147709474.jpg", imageAlt: "Golden rotisserie chicken" + id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-thanksgiving-turkey_23-2147709474.jpg?_wi=1", imageAlt: "Golden rotisserie chicken" }, { - id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pie-with-red-strawberries-waffles-blue-surface_140725-66538.jpg", imageAlt: "Traditional pastries and sweets" + id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pie-with-red-strawberries-waffles-blue-surface_140725-66538.jpg?_wi=1", imageAlt: "Traditional pastries and sweets" }, { - id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-nutrition-food-meal-planning_23-2149074218.jpg", imageAlt: "Quick lunch specials" + id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-nutrition-food-meal-planning_23-2149074218.jpg?_wi=1", imageAlt: "Quick lunch specials" }, { - id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/food-with-winter-motif_1153-1160.jpg", imageAlt: "Catering party platters" + id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/food-with-winter-motif_1153-1160.jpg?_wi=1", imageAlt: "Catering party platters" } ]} autoPlay={true} @@ -119,15 +119,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Rotisserie Chicken", description: "Authentic pollo a la brasa marinated with traditional spices and slow-roasted to golden perfection. Perfect for quick meals or family dinners.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-thanksgiving-turkey_23-2147709474.jpg", imageAlt: "Golden rotisserie chicken" + title: "Rotisserie Chicken", description: "Authentic pollo a la brasa marinated with traditional spices and slow-roasted to golden perfection. Perfect for quick meals or family dinners.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-thanksgiving-turkey_23-2147709474.jpg?_wi=2", imageAlt: "Golden rotisserie chicken" }, { id: 2, - title: "Fresh Pastries", description: "Traditional Ecuadorian pastries, empanadas, and sweets baked fresh every morning. Perfect for breakfast, snacks, or taking home.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pie-with-red-strawberries-waffles-blue-surface_140725-66538.jpg", imageAlt: "Fresh baked pastries" + title: "Fresh Pastries", description: "Traditional Ecuadorian pastries, empanadas, and sweets baked fresh every morning. Perfect for breakfast, snacks, or taking home.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pie-with-red-strawberries-waffles-blue-surface_140725-66538.jpg?_wi=2", imageAlt: "Fresh baked pastries" }, { id: 3, - title: "Lunch Specials", description: "Quick, authentic, and delicious lunch combos ready to go. Complete meals perfect for busy workdays and lunch breaks.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-nutrition-food-meal-planning_23-2149074218.jpg", imageAlt: "Fresh lunch specials" + title: "Lunch Specials", description: "Quick, authentic, and delicious lunch combos ready to go. Complete meals perfect for busy workdays and lunch breaks.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-nutrition-food-meal-planning_23-2149074218.jpg?_wi=2", imageAlt: "Fresh lunch specials" } ]} textboxLayout="default" @@ -144,13 +144,13 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "catering-roast-pork", name: "Roast Pork Platter", price: "From $120", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-tasty-dish-made-with-meat-sauce-metal-container_181624-58652.jpg", imageAlt: "Crispy roast pork catering platter" + id: "catering-roast-pork", name: "Roast Pork Platter", price: "From $120", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-tasty-dish-made-with-meat-sauce-metal-container_181624-58652.jpg?_wi=2", imageAlt: "Crispy roast pork catering platter" }, { - id: "catering-chicken", name: "Rotisserie Chicken Tray", price: "From $95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-thanksgiving-turkey_23-2147709474.jpg", imageAlt: "Rotisserie chicken catering tray" + id: "catering-chicken", name: "Rotisserie Chicken Tray", price: "From $95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-thanksgiving-turkey_23-2147709474.jpg?_wi=3", imageAlt: "Rotisserie chicken catering tray" }, { - id: "catering-mixed", name: "Mixed Platter Combo", price: "From $150", imageSrc: "http://img.b2bpic.net/free-photo/food-with-winter-motif_1153-1160.jpg", imageAlt: "Mixed meat catering platter" + id: "catering-mixed", name: "Mixed Platter Combo", price: "From $150", imageSrc: "http://img.b2bpic.net/free-photo/food-with-winter-motif_1153-1160.jpg?_wi=2", imageAlt: "Mixed meat catering platter" } ]} gridVariant="three-columns-all-equal-width"