From 6fe35335ce3c5b8f7cb833e7937d2d35378895c5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:15:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index deb10f3..12e775e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { handle: "@amanda", testimonial: "Excellent place to buy stuff at affordable prices.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dark-bowl-with-pasta-beans-with-spoons-dark-background_23-2148340384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-bowl-with-pasta-beans-with-spoons-dark-background_23-2148340384.jpg?_wi=1", imageAlt: "gourmet food photography professional plating", }, { @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@david", testimonial: "The quality is unmatched for the price point. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg?_wi=1", imageAlt: "delicious jollof rice food photo", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@sarah", testimonial: "Consistently great experience every single time I order.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg?_wi=1", imageAlt: "gourmet fried rice food styling", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@michael", testimonial: "Best jollof in town, hands down. A real royal treat.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg?_wi=1", imageAlt: "roasted chicken feast table setting", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@emily", testimonial: "Always fresh, hot, and delicious. My go-to for comfort food.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-eating-dinner-hotel-snacks_1122-1790.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-eating-dinner-hotel-snacks_1122-1790.jpg?_wi=1", imageAlt: "restaurant kitchen professional chef quality", }, ]} @@ -105,7 +105,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/dark-bowl-with-pasta-beans-with-spoons-dark-background_23-2148340384.jpg" + imageSrc="http://img.b2bpic.net/free-photo/dark-bowl-with-pasta-beans-with-spoons-dark-background_23-2148340384.jpg?_wi=2" imageAlt="Royal Snappy Foods Feast" mediaAnimation="blur-reveal" avatars={[ @@ -175,7 +175,7 @@ export default function LandingPage() { description: "A legacy of culinary excellence and happy bellies.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/lifestyle-eating-dinner-hotel-snacks_1122-1790.jpg" + imageSrc="http://img.b2bpic.net/free-photo/lifestyle-eating-dinner-hotel-snacks_1122-1790.jpg?_wi=2" imageAlt="Quality ingredients" mediaAnimation="blur-reveal" /> @@ -192,42 +192,42 @@ export default function LandingPage() { id: "p1", name: "Jollof Delight", price: "$12.00", - imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg?_wi=2", imageAlt: "Jollof Rice", }, { id: "p2", name: "Snappy Fried Rice", price: "$11.00", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg?_wi=2", imageAlt: "Fried Rice", }, { id: "p3", name: "Royal Chicken Feast", price: "$15.00", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg?_wi=2", imageAlt: "Roasted Chicken", }, { id: "p4", name: "Creamy Pasta", price: "$14.00", - imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg?_wi=3", imageAlt: "Pasta", }, { id: "p5", name: "Spicy Grilled Fish", price: "$18.00", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg?_wi=3", imageAlt: "Fish", }, { id: "p6", name: "Royal Special Salad", price: "$9.00", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg?_wi=3", imageAlt: "Salad", }, ]} @@ -247,7 +247,7 @@ export default function LandingPage() { role: "Foodie", company: "Loyal Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dark-bowl-with-pasta-beans-with-spoons-dark-background_23-2148340384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-bowl-with-pasta-beans-with-spoons-dark-background_23-2148340384.jpg?_wi=3", imageAlt: "gourmet food photography professional plating", }, { @@ -256,7 +256,7 @@ export default function LandingPage() { role: "Regular", company: "Local Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dry-spices-near-rice-dish_23-2147894748.jpg?_wi=4", imageAlt: "delicious jollof rice food photo", }, { @@ -265,7 +265,7 @@ export default function LandingPage() { role: "Corporate Client", company: "Tech Corp", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rice-vegetables-plate_23-2148377487.jpg?_wi=4", imageAlt: "gourmet fried rice food styling", }, { @@ -274,7 +274,7 @@ export default function LandingPage() { role: "Enthusiast", company: "Startup XYZ", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-thanksgiving-meal-concept_23-2148686263.jpg?_wi=4", imageAlt: "roasted chicken feast table setting", }, { @@ -283,7 +283,7 @@ export default function LandingPage() { role: "Blogger", company: "Lifestyle Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-eating-dinner-hotel-snacks_1122-1790.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-eating-dinner-hotel-snacks_1122-1790.jpg?_wi=3", imageAlt: "restaurant kitchen professional chef quality", }, ]} @@ -326,7 +326,7 @@ export default function LandingPage() {