diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a3d5c2..4d5f3b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,15 +63,15 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg?_wi=1", imageAlt: "Restaurant Interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-dessert-with-floral-decoration-plate_23-2151973715.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-dessert-with-floral-decoration-plate_23-2151973715.jpg?_wi=1", imageAlt: "Gourmet Dish", }, { - imageSrc: "http://img.b2bpic.net/free-photo/white-dining-shiny-fancy-dinner_1203-5579.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-dining-shiny-fancy-dinner_1203-5579.jpg?_wi=1", imageAlt: "Bar Scene", }, { @@ -108,7 +108,7 @@ export default function LandingPage() { description: "Local ingredients, seasonal harvests.", bentoComponent: "reveal-icon", icon: Leaf, - imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg?_wi=2", imageAlt: "elegant restaurant dining interior warm lighting", }, { @@ -116,7 +116,7 @@ export default function LandingPage() { description: "Handcrafted spirits by expert mixologists.", bentoComponent: "reveal-icon", icon: Star, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-dessert-with-floral-decoration-plate_23-2151973715.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-dessert-with-floral-decoration-plate_23-2151973715.jpg?_wi=2", imageAlt: "gourmet dish plating modern restaurant", }, { @@ -124,7 +124,7 @@ export default function LandingPage() { description: "Elegant spaces for your intimate events.", bentoComponent: "reveal-icon", icon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/white-dining-shiny-fancy-dinner_1203-5579.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-dining-shiny-fancy-dinner_1203-5579.jpg?_wi=2", imageAlt: "restaurant cocktail bar soft lighting", }, ]}