diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f109a6..18a5138 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function Page() { { text: "Book Catering", href: "#catering" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/chicken-breast-with-cheese-grilled-vegetables_141793-1149.jpg" + imageSrc="http://img.b2bpic.net/free-photo/chicken-breast-with-cheese-grilled-vegetables_141793-1149.jpg?_wi=1" imageAlt="Delicious authentic gyro sandwich" mediaAnimation="opacity" background={{ variant: "gradient-bars" }} @@ -82,7 +82,7 @@ export default function Page() { title: "Catering Excellence", description: "Event-ready menus with personalized service and memorable experiences", icon: Sparkles } ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-tasty-pakistani-dish_23-2148825149.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-tasty-pakistani-dish_23-2148825149.jpg?_wi=1" imageAlt="Aromatic lamb rice bowl" mediaAnimation="slide-up" textboxLayout="default" @@ -103,16 +103,16 @@ export default function Page() { tagAnimation="blur-reveal" products={[ { - id: "gyro", name: "Authentic Mediterranean Gyro", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-with-cheese-grilled-vegetables_141793-1149.jpg", imageAlt: "Delicious gyro sandwich" + id: "gyro", name: "Authentic Mediterranean Gyro", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-with-cheese-grilled-vegetables_141793-1149.jpg?_wi=2", imageAlt: "Delicious gyro sandwich" }, { - id: "lamb-rice", name: "Fragrant Lamb Rice Bowl", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-pakistani-dish_23-2148825149.jpg", imageAlt: "Aromatic lamb rice platter" + id: "lamb-rice", name: "Fragrant Lamb Rice Bowl", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-pakistani-dish_23-2148825149.jpg?_wi=2", imageAlt: "Aromatic lamb rice platter" }, { - id: "philly", name: "Bold Philly Cheesesteak Fusion", price: "$13", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ground-meat_658428-388.jpg", imageAlt: "Grilled philly sandwich" + id: "philly", name: "Bold Philly Cheesesteak Fusion", price: "$13", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ground-meat_658428-388.jpg?_wi=1", imageAlt: "Grilled philly sandwich" }, { - id: "platter", name: "Mediterranean Platter for Two", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/catering-canape-food_624325-482.jpg", imageAlt: "Elegant catered platter" + id: "platter", name: "Mediterranean Platter for Two", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/catering-canape-food_624325-482.jpg?_wi=1", imageAlt: "Elegant catered platter" } ]} gridVariant="four-items-2x2-equal-grid" @@ -260,7 +260,7 @@ export default function Page() { tagAnimation="blur-reveal" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/catering-canape-food_624325-482.jpg" + imageSrc="http://img.b2bpic.net/free-photo/catering-canape-food_624325-482.jpg?_wi=2" imageAlt="Community dining experience" mediaAnimation="slide-up" mediaPosition="right" @@ -273,7 +273,7 @@ export default function Page() {