From 532c43283ccee60d1b8cde7e1140ae1aa0d40dbb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 13:09:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf9811a..36d7dbd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,27 +68,27 @@ export default function LandingPage() { title: "Easy Booking", description: "Instant confirmation for all your reservations.", icon: CalendarCheck, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520067.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520067.jpg?_wi=1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520067.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520067.jpg?_wi=2"}, ], }, { title: "Fresh Ingredients", description: "Farm-to-table sourcing for every dish we serve.", icon: Leaf, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bunch-fresh-vegetables-assortment_23-2148642956.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bunch-fresh-vegetables-assortment_23-2148642956.jpg?_wi=1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bunch-fresh-vegetables-assortment_23-2148642956.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bunch-fresh-vegetables-assortment_23-2148642956.jpg?_wi=2"}, ], }, { title: "Elite Service", description: "Our team ensures every guest feels welcome.", icon: Users, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/man-gives-girl-gold-ring_1398-4170.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-gives-girl-gold-ring_1398-4170.jpg?_wi=1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-gives-girl-gold-ring_1398-4170.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-gives-girl-gold-ring_1398-4170.jpg?_wi=2"}, ], }, ]} @@ -124,13 +124,13 @@ export default function LandingPage() { { id: "t1", name: "Alice Miller", date: "Jan 2025", title: "Exquisite", quote: "The steak was absolutely perfect, and the ambiance was top-notch.", tag: "Regular Guest", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg"}, { - id: "t2", name: "Bob Smith", date: "Feb 2025", title: "Great Vibe", quote: "Service was excellent and the wine selection is unmatched.", tag: "First Time", avatarSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg"}, + id: "t2", name: "Bob Smith", date: "Feb 2025", title: "Great Vibe", quote: "Service was excellent and the wine selection is unmatched.", tag: "First Time", avatarSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg?_wi=1"}, { id: "t3", name: "Charlie Day", date: "Mar 2025", title: "Delicious!", quote: "The chocolate ganache is to die for. A truly culinary experience.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-friends-having-lunch_23-2150598358.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-having-lunch_23-2150598358.jpg"}, { id: "t4", name: "Dana White", date: "Apr 2025", title: "Stunning", quote: "Highly recommended for any special occasion. Loved every bit.", tag: "Special Event", avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854212.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854212.jpg"}, { - id: "t5", name: "Elena Ross", date: "May 2025", title: "Exceptional", quote: "A hidden gem in the city. Will definitely be back soon.", tag: "Repeat Guest", avatarSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg"}, + id: "t5", name: "Elena Ross", date: "May 2025", title: "Exceptional", quote: "A hidden gem in the city. Will definitely be back soon.", tag: "Repeat Guest", avatarSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg?_wi=2"}, ]} title="Voices of Our Guests" description="Join our community of happy diners and food enthusiasts." -- 2.49.1