diff --git a/src/app/page.tsx b/src/app/page.tsx index 931244a..3ce35e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -165,42 +165,42 @@ export default function LandingPage() { name: "Grilled Goat", price: "$15", variant: "Main Course", - imageSrc: "http://img.b2bpic.net/free-photo/pot-roast-meat-served-with-pickles_141793-1242.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pot-roast-meat-served-with-pickles_141793-1242.jpg?_wi=1", }, { id: "m2", name: "Signature Cocktail", price: "$8", variant: "Drinks", - imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-vegetables-roasted-mushrooms-pepper-carrot-plates-table_140725-71808.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-vegetables-roasted-mushrooms-pepper-carrot-plates-table_140725-71808.jpg?_wi=1", }, { id: "m3", name: "Chicken Lollipops", price: "$10", variant: "Starters", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-squeezing-lemon-juice-string-cheese-plate_140725-12142.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-squeezing-lemon-juice-string-cheese-plate_140725-12142.jpg?_wi=1", }, { id: "m4", name: "Grilled Curry", price: "$18", variant: "Main Course", - imageSrc: "http://img.b2bpic.net/free-photo/pot-roast-meat-served-with-pickles_141793-1242.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pot-roast-meat-served-with-pickles_141793-1242.jpg?_wi=2", }, { id: "m5", name: "Red Wine Glass", price: "$7", variant: "Drinks", - imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-vegetables-roasted-mushrooms-pepper-carrot-plates-table_140725-71808.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-vegetables-roasted-mushrooms-pepper-carrot-plates-table_140725-71808.jpg?_wi=2", }, { id: "m6", name: "Bologna Chips", price: "$9", variant: "Starters", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-squeezing-lemon-juice-string-cheese-plate_140725-12142.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-squeezing-lemon-juice-string-cheese-plate_140725-12142.jpg?_wi=2", }, ]} title="Signature Flavors" @@ -218,19 +218,19 @@ export default function LandingPage() { id: "s1", title: "Sauna Sessions", description: "Detoxify and relax in our traditional sauna.", - imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-relaxed-woman_23-2147821145.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-relaxed-woman_23-2147821145.jpg?_wi=1", }, { id: "s2", title: "Full Body Massage", description: "Professional massage tailored to your needs.", - imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-relaxed-woman_23-2147821145.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-relaxed-woman_23-2147821145.jpg?_wi=2", }, { id: "s3", title: "Relaxation Zone", description: "Peaceful atmosphere for complete comfort.", - imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-relaxed-woman_23-2147821145.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-relaxed-woman_23-2147821145.jpg?_wi=3", }, ]} title="Rejuvenate Your Senses"