From d198a2891219e84db405ba2696df96d58ebaa918 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 13:46:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ee57d89..b4e79dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,10 +62,10 @@ export default function LandingPage() { href: "#features", }, ]} - imageSrc="http://img.b2bpic.net/free-psd/delicious-avocado-toast-slices-rustic-plate_84443-75780.jpg" + imageSrc="http://img.b2bpic.net/free-psd/delicious-avocado-toast-slices-rustic-plate_84443-75780.jpg?_wi=1" imageAlt="Minimalist gourmet dining presentation" mediaAnimation="blur-reveal" - videoSrc="https://www.w3schools.com/tags/movie.mp4" + videoSrc="https://www.w3schools.com/tags/movie.mp4?_wi=1" /> @@ -80,10 +80,10 @@ export default function LandingPage() { title: "Browse Menu", description: "Select from our curated daily selections online.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-vaccination-passport_23-2149340934.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-vaccination-passport_23-2149340934.jpg?_wi=1", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-mouse-cursor-element_23-2151096658.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-mouse-cursor-element_23-2151096658.jpg?_wi=1", }, }, { @@ -91,10 +91,10 @@ export default function LandingPage() { title: "Pay Securely", description: "Quick, contactless payment directly via the app.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-vaccination-passport_23-2149340934.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-vaccination-passport_23-2149340934.jpg?_wi=2", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-mouse-cursor-element_23-2151096658.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-mouse-cursor-element_23-2151096658.jpg?_wi=2", }, }, { @@ -102,10 +102,10 @@ export default function LandingPage() { title: "Skip the Queue", description: "Collect at your designated time without the wait.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-vaccination-passport_23-2149340934.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-vaccination-passport_23-2149340934.jpg?_wi=3", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-mouse-cursor-element_23-2151096658.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-mouse-cursor-element_23-2151096658.jpg?_wi=3", }, }, ]} @@ -153,7 +153,7 @@ export default function LandingPage() { { id: "t1", name: "Marcus L.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2148899052.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2148899052.jpg?_wi=1", }, { id: "t2", @@ -173,7 +173,7 @@ export default function LandingPage() { { id: "t5", name: "James W.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2148899052.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2148899052.jpg?_wi=2", }, ]} cardTitle="Loved by locals" @@ -188,8 +188,8 @@ export default function LandingPage() { useInvertedBackground={false} title="Frequently Asked Questions" description="Everything you need to know about our service." - imageSrc="http://img.b2bpic.net/free-psd/delicious-avocado-toast-slices-rustic-plate_84443-75780.jpg" - videoSrc="https://www.w3schools.com/tags/movie.mp4" + imageSrc="http://img.b2bpic.net/free-psd/delicious-avocado-toast-slices-rustic-plate_84443-75780.jpg?_wi=2" + videoSrc="https://www.w3schools.com/tags/movie.mp4?_wi=2" mediaAnimation="blur-reveal" faqsAnimation="blur-reveal" faqs={[ -- 2.49.1