From a070a6990c6d294d77b3f614dd91859a33106df5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 04:03:52 +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 9635bab..59233f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@luxury_hotel", testimonial: "Exceptional service, always on time and professional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-valet-suit-working_23-2150274573.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-valet-suit-working_23-2150274573.jpg?_wi=1", imageAlt: "luxury valet service driver", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@restaurant_group", testimonial: "The best valet partners we have worked with in Florida.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-valet-suit-working_23-2150274536.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-valet-suit-working_23-2150274536.jpg?_wi=1", imageAlt: "luxury valet service driver", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@city_club", testimonial: "Reliable 24/7 service that our members truly appreciate.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-valet-parking-car_23-2150274550.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-valet-parking-car_23-2150274550.jpg?_wi=1", imageAlt: "luxury valet service driver", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@private_event", testimonial: "Seamless execution for our events, highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-valet-doing-his-job_23-2150274576.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-valet-doing-his-job_23-2150274576.jpg?_wi=1", imageAlt: "luxury valet service driver", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { handle: "@downtown_cafe", testimonial: "Top-tier professionalism every single day.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-electric-car-using-digital-tablet_107420-94909.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-electric-car-using-digital-tablet_107420-94909.jpg?_wi=1", imageAlt: "luxury valet service driver", }, ]} @@ -105,7 +105,7 @@ export default function LandingPage() { href: "tel:7542443336", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-valet-suit-working_23-2150274573.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-valet-suit-working_23-2150274573.jpg?_wi=2" imageAlt="Professional Valet Service" mediaAnimation="slide-up" avatars={[ @@ -176,7 +176,7 @@ export default function LandingPage() { description: "Uniformed, licensed, and highly vetted parking professionals.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-valet-suit-working_23-2150274536.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-valet-suit-working_23-2150274536.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -191,17 +191,17 @@ export default function LandingPage() { { title: "Professional Uniforms", description: "Always looking our best to represent your venue brand.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-valet-parking-car_23-2150274550.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-valet-parking-car_23-2150274550.jpg?_wi=2", }, { title: "Liability Insured", description: "Comprehensive insurance coverage for total peace of mind.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-valet-doing-his-job_23-2150274576.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-valet-doing-his-job_23-2150274576.jpg?_wi=2", }, { title: "Tech-Driven Operations", description: "Modern tracking to minimize wait times for your guests.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-electric-car-using-digital-tablet_107420-94909.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-electric-car-using-digital-tablet_107420-94909.jpg?_wi=2", }, ]} title="Why Choose City Valet?" -- 2.49.1