diff --git a/src/app/page.tsx b/src/app/page.tsx index 6bcad34..ec0124e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { handle: "Google Review", testimonial: "The food is absolutely delicious! Everything was fresh and full of flavor.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg?_wi=1", imageAlt: "mediterranean food truck exterior", }, { @@ -64,7 +64,7 @@ export default function LandingPage() { handle: "Google Review", testimonial: "The best chicken over rice in town! Takes me back to New York.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/salad-near-oil-vegetables_23-2147778438.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salad-near-oil-vegetables_23-2147778438.jpg?_wi=1", imageAlt: "chef preparing fresh food in kitchen", }, { @@ -72,7 +72,7 @@ export default function LandingPage() { handle: "Google Review", testimonial: "The sauce is so good — overall 10/10. Never had anything like it.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg?_wi=1", imageAlt: "happy customer portrait", }, { @@ -80,7 +80,7 @@ export default function LandingPage() { handle: "Google Review", testimonial: "Authentic and delicious. Portion sizes are generous and pricing is great.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-waitress-serving-customers-restaurant-bringing-food-their-table_637285-1714.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-waitress-serving-customers-restaurant-bringing-food-their-table_637285-1714.jpg?_wi=1", imageAlt: "happy customer portrait", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { handle: "Google Review", testimonial: "Big portion, lots of meat, fresh vegetables, and delicious sauce.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-657.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-657.jpg?_wi=1", imageAlt: "happy customer portrait", }, ]} @@ -103,7 +103,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg?_wi=2" imageAlt="Authentic Mediterranean food showcase" avatars={[ { @@ -151,7 +151,7 @@ export default function LandingPage() { description: "New York–inspired recipes with Mediterranean roots.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/salad-near-oil-vegetables_23-2147778438.jpg" + imageSrc="http://img.b2bpic.net/free-photo/salad-near-oil-vegetables_23-2147778438.jpg?_wi=2" imageAlt="Our fresh ingredients" mediaAnimation="slide-up" /> @@ -168,37 +168,37 @@ export default function LandingPage() { id: "1", name: "Gyro Over Rice", price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg?_wi=3", }, { id: "2", name: "Chicken Shawarma", price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg?_wi=4", }, { id: "3", name: "Lamb Shawarma", price: "$14", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg?_wi=5", }, { id: "4", name: "Gyro Wrap", price: "$11", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg?_wi=6", }, { id: "5", name: "Mixed Platter", price: "$16", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg?_wi=7", }, { id: "6", name: "Signature Sauce", price: "Included", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg?_wi=8", }, ]} title="Signature Dishes" @@ -213,17 +213,17 @@ export default function LandingPage() { { id: "1", name: "Aslan K.", - imageSrc: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg?_wi=2", }, { id: "2", name: "Nathan J.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-waitress-serving-customers-restaurant-bringing-food-their-table_637285-1714.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-waitress-serving-customers-restaurant-bringing-food-their-table_637285-1714.jpg?_wi=2", }, { id: "3", name: "Aidan R.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-657.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-657.jpg?_wi=2", }, { id: "4", @@ -233,7 +233,7 @@ export default function LandingPage() { { id: "5", name: "Zebokhon M.", - imageSrc: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-happy-woman-clanging-glasses-wine-table-cafe_23-2148016787.jpg?_wi=3", }, ]} cardTitle="Real Reviews. Real Love."