diff --git a/src/app/page.tsx b/src/app/page.tsx index 3108691..dd4f215 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,27 +66,27 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-illuminated-by-candlelight-glow-generated-by-ai_188544-24152.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-illuminated-by-candlelight-glow-generated-by-ai_188544-24152.jpg?_wi=1", imageAlt: "Signature Thai dishes", }, { - imageSrc: "http://img.b2bpic.net/free-photo/chicken-curry-black-cup-with-rice-noodles_1150-23804.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-curry-black-cup-with-rice-noodles_1150-23804.jpg?_wi=1", imageAlt: "Pad Thai", }, { - imageSrc: "http://img.b2bpic.net/free-photo/chicken-red-curry-black-cup_1150-23916.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-red-curry-black-cup_1150-23916.jpg?_wi=1", imageAlt: "Red Curry", }, { - imageSrc: "http://img.b2bpic.net/free-photo/tom-kha-kai-bowl-with-kaffir-lime-leaves-lemongrass-red-onion-galangal-chilli_1150-21231.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tom-kha-kai-bowl-with-kaffir-lime-leaves-lemongrass-red-onion-galangal-chilli_1150-21231.jpg?_wi=1", imageAlt: "Tom Kha Soup", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dish-plate-with-meat-rice_23-2148694393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dish-plate-with-meat-rice_23-2148694393.jpg?_wi=1", imageAlt: "Loc Lac", }, { - imageSrc: "http://img.b2bpic.net/free-photo/sticky-rice-with-mango_74190-2741.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sticky-rice-with-mango_74190-2741.jpg?_wi=1", imageAlt: "Dessert", }, ]} @@ -124,7 +124,7 @@ export default function LandingPage() { { title: "Authentic Flavors", description: "Traditional recipes prepared with care.", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-illuminated-by-candlelight-glow-generated-by-ai_188544-24152.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-illuminated-by-candlelight-glow-generated-by-ai_188544-24152.jpg?_wi=2", imageAlt: "authentic thai cuisine restaurant table setting", }, { @@ -136,7 +136,7 @@ export default function LandingPage() { { title: "Friendly Service", description: "Warm staff ready to make your visit special.", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-curry-black-cup-with-rice-noodles_1150-23804.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-curry-black-cup-with-rice-noodles_1150-23804.jpg?_wi=2", imageAlt: "pad thai chicken fresh herbs", }, ]} @@ -156,25 +156,25 @@ export default function LandingPage() { id: "1", name: "Pad Thai Chicken", price: "18€", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-curry-black-cup-with-rice-noodles_1150-23804.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-curry-black-cup-with-rice-noodles_1150-23804.jpg?_wi=3", }, { id: "2", name: "Red Curry Beef", price: "20€", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-red-curry-black-cup_1150-23916.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-red-curry-black-cup_1150-23916.jpg?_wi=2", }, { id: "3", name: "Tom Kha Soup", price: "12€", - imageSrc: "http://img.b2bpic.net/free-photo/tom-kha-kai-bowl-with-kaffir-lime-leaves-lemongrass-red-onion-galangal-chilli_1150-21231.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tom-kha-kai-bowl-with-kaffir-lime-leaves-lemongrass-red-onion-galangal-chilli_1150-21231.jpg?_wi=2", }, { id: "4", name: "Loc Lac", price: "19€", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dish-plate-with-meat-rice_23-2148694393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dish-plate-with-meat-rice_23-2148694393.jpg?_wi=2", }, { id: "5", @@ -186,7 +186,7 @@ export default function LandingPage() { id: "6", name: "Mango Sticky Rice", price: "10€", - imageSrc: "http://img.b2bpic.net/free-photo/sticky-rice-with-mango_74190-2741.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sticky-rice-with-mango_74190-2741.jpg?_wi=2", }, ]} title="Our Signature Menu"