From ba43463494f4d8e1be10ade888f6622f7020f71c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 18:40:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d35deb6..c45a1ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { ]} mediaItems={[ { imageSrc: "https://images.unsplash.com/photo-1595295333158-47495d8aec83?q=80&w=800", imageAlt: "Authentic Chinese Takeaway Meal" }, - { imageSrc: "https://images.unsplash.com/photo-1512058564366-18510be2db19?q=80&w=800", imageAlt: "Freshly prepared local chinese takeaway" }, + { imageSrc: "https://images.unsplash.com/photo-1512058564366-18510be2db19?q=80&w=800&_wi=1", imageAlt: "Freshly prepared local chinese takeaway" }, { imageSrc: "https://images.unsplash.com/photo-1612203985729-707264512e03?q=80&w=800", imageAlt: "Handmade chinese takeaway dishes" }, { imageSrc: "https://images.unsplash.com/photo-1585032226651-759b368d7246?q=80&w=800", imageAlt: "Classic takeaway chinese food" }, { imageSrc: "https://images.unsplash.com/photo-1534422298391-e4f8c172d85b?q=80&w=800", imageAlt: "Family chinese takeaway dinner" }, @@ -81,7 +81,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Find us on Bailey Street" description="Tucked away in the heart of Brynmawr, The Wongs has become a local institution, serving authentic flavors to families across the valleys." - imageSrc="https://images.unsplash.com/photo-1555396273-367ea4eb4db5?q=80&w=800" + imageSrc="https://images.unsplash.com/photo-1555396273-367ea4eb4db5?q=80&w=800&_wi=1" /> @@ -97,7 +97,7 @@ export default function LandingPage() { { id: "3", brand: "Authentic", name: "Handmade Dumplings", price: "£5.50", rating: 5, reviewCount: "200+", imageSrc: "https://images.unsplash.com/photo-1614332287897-cdc485fa562d?q=80&w=800" }, { id: "4", brand: "Favorite", name: "Rich Satay Sauce", price: "£4.00", rating: 5, reviewCount: "400+", imageSrc: "https://images.unsplash.com/photo-1601050690597-df0568f70950?q=80&w=800" }, { id: "5", brand: "Classic", name: "Crispy Chips", price: "£3.00", rating: 4, reviewCount: "250+", imageSrc: "https://images.unsplash.com/photo-1579584425555-c3ce17fd4351?q=80&w=800" }, - { id: "6", brand: "Daily", name: "Chef Special Fried Rice", price: "£7.50", rating: 5, reviewCount: "150+", imageSrc: "https://images.unsplash.com/photo-1512058564366-18510be2db19?q=80&w=800" }, + { id: "6", brand: "Daily", name: "Chef Special Fried Rice", price: "£7.50", rating: 5, reviewCount: "150+", imageSrc: "https://images.unsplash.com/photo-1512058564366-18510be2db19?q=80&w=800&_wi=2" }, ]} title="Signature Flavors" description="Explore our crowd-favorite dishes, crafted daily." @@ -151,7 +151,7 @@ export default function LandingPage() { { id: "2", title: "What are your opening hours?", content: "We are open 7 days a week from 5:00 PM to 11:00 PM." }, { id: "3", title: "Is parking available?", content: "Yes, there is a free public car park within walking distance." }, ]} - imageSrc="https://images.unsplash.com/photo-1555396273-367ea4eb4db5?q=80&w=800" + imageSrc="https://images.unsplash.com/photo-1555396273-367ea4eb4db5?q=80&w=800&_wi=2" mediaAnimation="slide-up" title="Common Questions" description="Everything you need to know about our service." @@ -166,7 +166,7 @@ export default function LandingPage() { tag="Contact" title="Order Tonight" description="Call us to place your order for delivery or collection." - imageSrc="https://images.unsplash.com/photo-1555396273-367ea4eb4db5?q=80&w=800" + imageSrc="https://images.unsplash.com/photo-1555396273-367ea4eb4db5?q=80&w=800&_wi=3" mediaAnimation="slide-up" buttonText="Place Order" /> -- 2.49.1