From 34f87f776db207bda9a8a6487650c9f2d04469cd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 09:17:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index feb0e24..2ed0c90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,15 +52,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah M.", handle: "@sarahfoodie", testimonial: "The staff was super friendly, and the food was served quickly!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blonde-woman_273609-12060.jpg", imageAlt: "Sarah M. customer testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blonde-woman_273609-12060.jpg?_wi=1", imageAlt: "Sarah M. customer testimonial" }, { name: "Marcus L.", handle: "@breakfastlover", testimonial: "Best breakfast in town! Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-guy-with-narrow-dark-eyes-fluffy-hair-dressed-elegant-white-shirt_273609-14082.jpg", imageAlt: "Marcus L. customer testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-guy-with-narrow-dark-eyes-fluffy-hair-dressed-elegant-white-shirt_273609-14082.jpg?_wi=1", imageAlt: "Marcus L. customer testimonial" }, { name: "Elena R.", handle: "@hiddengemhunter", testimonial: "Hidden gem. Great omelets and hash browns!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg", imageAlt: "Elena R. customer testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg?_wi=1", imageAlt: "Elena R. customer testimonial" } ]} testimonialRotationInterval={5000} @@ -81,13 +81,13 @@ export default function LandingPage() { cardAnimation="slide-up" testimonials={[ { - id: "1", name: "Sarah M.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blonde-woman_273609-12060.jpg", imageAlt: "Sarah M." + id: "1", name: "Sarah M.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blonde-woman_273609-12060.jpg?_wi=2", imageAlt: "Sarah M." }, { - id: "2", name: "Marcus L.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-guy-with-narrow-dark-eyes-fluffy-hair-dressed-elegant-white-shirt_273609-14082.jpg", imageAlt: "Marcus L." + id: "2", name: "Marcus L.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-guy-with-narrow-dark-eyes-fluffy-hair-dressed-elegant-white-shirt_273609-14082.jpg?_wi=2", imageAlt: "Marcus L." }, { - id: "3", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg", imageAlt: "Elena R." + id: "3", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3552.jpg?_wi=2", imageAlt: "Elena R." }, { id: "4", name: "James K.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-woman-with-blue-shirt_1098-3627.jpg", imageAlt: "James K." @@ -109,10 +109,10 @@ export default function LandingPage() { id: "speed", title: "⚡ Fast Like Your Morning Coffee", description: "You're hungry. We get it. Your food won't take forever. Quick service without compromising quality.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-restaurant_23-2149429321.jpg", imageAlt: "Fast service at the café" }, { - id: "friendly", title: "😊 Actually Friendly Humans", description: "Not fake-nice. Real nice. The kind that remembers your usual order and your name.", imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-orange-juice_1157-32295.jpg", imageAlt: "Friendly café staff" + id: "friendly", title: "😊 Actually Friendly Humans", description: "Not fake-nice. Real nice. The kind that remembers your usual order and your name.", imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-orange-juice_1157-32295.jpg?_wi=1", imageAlt: "Friendly café staff" }, { - id: "quality", title: "🥓 Breakfast That Hits Different", description: "Omelets. Hash browns. Pancakes. The good stuff. Done right, every single time.", imageSrc: "http://img.b2bpic.net/free-photo/omlette-with-pepperoni-green-salad_114579-3686.jpg", imageAlt: "Quality breakfast at The Café" + id: "quality", title: "🥓 Breakfast That Hits Different", description: "Omelets. Hash browns. Pancakes. The good stuff. Done right, every single time.", imageSrc: "http://img.b2bpic.net/free-photo/omlette-with-pepperoni-green-salad_114579-3686.jpg?_wi=1", imageAlt: "Quality breakfast at The Café" } ]} gridVariant="three-columns-all-equal-width" @@ -131,7 +131,7 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "omelette", name: "The 'Hidden Gem' Omelette", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/omlette-with-pepperoni-green-salad_114579-3686.jpg", imageAlt: "Fluffy loaded omelette" + id: "omelette", name: "The 'Hidden Gem' Omelette", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/omlette-with-pepperoni-green-salad_114579-3686.jpg?_wi=2", imageAlt: "Fluffy loaded omelette" }, { id: "hash-browns", name: "Golden Hash Browns", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-spanish-tortilla-still-life_23-2150246012.jpg", imageAlt: "Crispy golden hash browns" @@ -156,7 +156,7 @@ export default function LandingPage() { description="We've seen the internet. We've read the comments. So here's the truth:" subdescription="✔️ Real eggs, cracked daily. ✔️ Homemade sauces. ✔️ Food made fresh, not faked. We're not perfect. But we care. And you can taste that." icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-orange-juice_1157-32295.jpg" + imageSrc="http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-orange-juice_1157-32295.jpg?_wi=2" imageAlt="Our friendly staff at The Café" mediaAnimation="slide-up" useInvertedBackground={false}