diff --git a/src/app/page.tsx b/src/app/page.tsx index 09398f5..acaa20e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,53 +58,53 @@ export default function LandingPage() { description="Experience the true spirit of Louisiana with our premium, hand-picked seafood boils and traditional recipes served in a warm, rustic setting." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg?_wi=1", imageAlt: "Hero scene 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-potato-plate_140725-8425.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-potato-plate_140725-8425.jpg?_wi=1", imageAlt: "Hero scene 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg?_wi=2", imageAlt: "Hero scene 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-potato-plate_140725-8425.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-potato-plate_140725-8425.jpg?_wi=2", imageAlt: "Hero scene 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg?_wi=3", imageAlt: "Hero scene 5", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-potato-plate_140725-8425.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-potato-plate_140725-8425.jpg?_wi=3", imageAlt: "Hero scene 6", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-potato-plate_140725-8425.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-potato-plate_140725-8425.jpg?_wi=4", imageAlt: "Hero scene 7", }, { - imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg?_wi=4", imageAlt: "Hero scene 8", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-potato-plate_140725-8425.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-potato-plate_140725-8425.jpg?_wi=5", imageAlt: "Hero scene 9", }, { - imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg?_wi=5", imageAlt: "Hero scene 10", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-potato-plate_140725-8425.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-potato-plate_140725-8425.jpg?_wi=6", imageAlt: "Hero scene 11", }, { - imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg?_wi=6", imageAlt: "Hero scene 12", }, ]} @@ -187,7 +187,7 @@ export default function LandingPage() { price: "$28", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/view-crawfish-plate_23-2150426224.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-crawfish-plate_23-2150426224.jpg?_wi=1", }, { id: "2", @@ -196,7 +196,7 @@ export default function LandingPage() { price: "$55", rating: 5, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-crawfish-corn-still-life_23-2150470290.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-crawfish-corn-still-life_23-2150470290.jpg?_wi=1", }, { id: "3", @@ -205,7 +205,7 @@ export default function LandingPage() { price: "$18", rating: 4, reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-crawfish-corn-still-life_23-2150470322.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-crawfish-corn-still-life_23-2150470322.jpg?_wi=1", }, { id: "4", @@ -214,7 +214,7 @@ export default function LandingPage() { price: "$32", rating: 5, reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/view-crawfish-plate_23-2150426224.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-crawfish-plate_23-2150426224.jpg?_wi=2", }, { id: "5", @@ -223,7 +223,7 @@ export default function LandingPage() { price: "$62", rating: 5, reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-crawfish-corn-still-life_23-2150470290.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-crawfish-corn-still-life_23-2150470290.jpg?_wi=2", }, { id: "6", @@ -232,7 +232,7 @@ export default function LandingPage() { price: "$12", rating: 4, reviewCount: "300", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-crawfish-corn-still-life_23-2150470322.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-crawfish-corn-still-life_23-2150470322.jpg?_wi=2", }, ]} title="The Daily Catch"