From 31d2f3866a8d98ace6860129a9d3b9d5f797870f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 05:10:15 +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 262ccd1..d3d5d84 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,27 +95,27 @@ export default function LandingPage() { title: "Googie Architecture", description: "Unique umbrella-inspired design dating back to the 60s.", icon: Building, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-modern-skyscrapers-office-buildings_23-2148836766.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-modern-skyscrapers-office-buildings_23-2148836766.jpg?_wi=1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-modern-skyscrapers-office-buildings_23-2148836766.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-modern-skyscrapers-office-buildings_23-2148836766.jpg?_wi=2"}, ], }, { title: "Comfort Atmosphere", description: "Homey, retro vibes that make every meal feel special.", icon: Coffee, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg?_wi=1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg?_wi=2"}, ], }, { title: "Quick Service", description: "Fast drive-up or walk-up service for your convenience.", icon: Clock, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-products_23-2149148475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-products_23-2149148475.jpg?_wi=1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-products_23-2149148475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-products_23-2149148475.jpg?_wi=2"}, ], }, ]} @@ -129,7 +129,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", name: "Alice M.", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg"}, + id: "t1", name: "Alice M.", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg?_wi=1"}, { id: "t2", name: "John D.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-drinking-smoothie-cocktail_171337-9586.jpg"}, { @@ -137,7 +137,7 @@ export default function LandingPage() { { id: "t4", name: "Michael K.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170382.jpg"}, { - id: "t5", name: "Robert B.", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg"}, + id: "t5", name: "Robert B.", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg?_wi=2"}, ]} cardTitle="What our guests say" cardAnimation="slide-up" -- 2.49.1