diff --git a/src/app/page.tsx b/src/app/page.tsx index 9987599..222380d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,15 +48,15 @@ export default function LandingPage() { tagIcon={Star} mediaItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWpQ6Dsy1MmPLXT39nMif1ZpHT/uploaded-1772718184795-3bvre1om.jpg?_wi=1", imageAlt: "Mouli's Bistro signature drink"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWpQ6Dsy1MmPLXT39nMif1ZpHT/uploaded-1772718184795-3bvre1om.jpg", imageAlt: "Mouli's Bistro signature drink"}, { - imageSrc: "http://img.b2bpic.net/free-psd/juicy-cheeseburger-crispy-fries-cold-beer-ultimate-comfort-food-combo_191095-90295.jpg?_wi=1", imageAlt: "Delicious burger and drink"}, + imageSrc: "http://img.b2bpic.net/free-psd/juicy-cheeseburger-crispy-fries-cold-beer-ultimate-comfort-food-combo_191095-90295.jpg", imageAlt: "Delicious burger and drink"}, { - imageSrc: "http://img.b2bpic.net/free-photo/mojito-cocktail-wooden-table_1150-18401.jpg?_wi=1", imageAlt: "Refreshing mojito cocktail"}, + imageSrc: "http://img.b2bpic.net/free-photo/mojito-cocktail-wooden-table_1150-18401.jpg", imageAlt: "Refreshing mojito cocktail"}, { - imageSrc: "http://img.b2bpic.net/free-photo/strawberry-milkshake-with-ice-table_140725-5486.jpg?_wi=1", imageAlt: "Creamy falooda dessert"}, + imageSrc: "http://img.b2bpic.net/free-photo/strawberry-milkshake-with-ice-table_140725-5486.jpg", imageAlt: "Creamy falooda dessert"}, { - imageSrc: "http://img.b2bpic.net/free-photo/caramel-popcorn-cacao-with-whipped-cream-unhealthy-food_501050-688.jpg?_wi=1", imageAlt: "Thick creamy milkshake"}, + imageSrc: "http://img.b2bpic.net/free-photo/caramel-popcorn-cacao-with-whipped-cream-unhealthy-food_501050-688.jpg", imageAlt: "Thick creamy milkshake"}, ]} buttons={[ { text: "Call Now", href: "tel:98419 97448" }, @@ -66,7 +66,6 @@ export default function LandingPage() { buttonAnimation="slide-up" tagAnimation="opacity" mediaAnimation="blur-reveal" - useInvertedBackground={false} /> @@ -74,15 +73,15 @@ export default function LandingPage() {