From cdfecaaffc7b1318b348aa958dea7205f0601b40 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 04:09:02 +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 2884266..3025c44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,25 +51,25 @@ export default function LandingPage() { testimonials={[ { name: "John D.", handle: "@cityvalet", testimonial: "Excellent service, professional staff, always available.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-valet-parking-car_23-2150274562.jpg", imageAlt: "professional valet attendant uniform car"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-valet-parking-car_23-2150274562.jpg?_wi=1", imageAlt: "professional valet attendant uniform car"}, { name: "Sarah K.", handle: "@cityvalet", testimonial: "The best valet experience I've had in Florida.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-valet-suit-working_23-2150274568.jpg", imageAlt: "professional valet attendant uniform car"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-valet-suit-working_23-2150274568.jpg?_wi=1", imageAlt: "professional valet attendant uniform car"}, { name: "Mike R.", handle: "@cityvalet", testimonial: "Fast, reliable, and very polite team. 10/10.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/24-hour-arrow-gradient-colour_78370-7256.jpg", imageAlt: "professional valet attendant uniform car"}, + imageSrc: "http://img.b2bpic.net/free-vector/24-hour-arrow-gradient-colour_78370-7256.jpg?_wi=1", imageAlt: "professional valet attendant uniform car"}, { name: "Elena V.", handle: "@cityvalet", testimonial: "I trust them with my luxury cars every single time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-talking-his-colleague-while-running-car-diagnostic-analyzing-data-workshop_637285-7676.jpg", imageAlt: "professional valet attendant uniform car"}, + imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-talking-his-colleague-while-running-car-diagnostic-analyzing-data-workshop_637285-7676.jpg?_wi=1", imageAlt: "professional valet attendant uniform car"}, { name: "David W.", handle: "@cityvalet", testimonial: "Convenient and prompt service at any time of day.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/car-park_1203-3451.jpg", imageAlt: "professional valet attendant uniform car"}, + imageSrc: "http://img.b2bpic.net/free-photo/car-park_1203-3451.jpg?_wi=1", imageAlt: "professional valet attendant uniform car"}, ]} buttons={[ { text: "Book Now", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-valet-parking-car_23-2150274562.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-valet-parking-car_23-2150274562.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/elegant-man-standing-his-car-taxi-services_23-2149149595.jpg", alt: "Elegant man standing next to his car for taxi services"}, @@ -94,7 +94,7 @@ export default function LandingPage() { features={[ { title: "24/7 Availability", description: "We are available around the clock to assist you, whenever you need us.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/24-hour-arrow-gradient-colour_78370-7256.jpg", imageAlt: "24/7 service clock icon"}, + imageSrc: "http://img.b2bpic.net/free-vector/24-hour-arrow-gradient-colour_78370-7256.jpg?_wi=2", imageAlt: "24/7 service clock icon"}, items: [ { text: "Open 24/7", icon: Clock, @@ -110,7 +110,7 @@ export default function LandingPage() { }, { title: "Exceptional Efficiency", description: "Our trained staff ensures fast retrieval and drop-off, saving you valuable time.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-talking-his-colleague-while-running-car-diagnostic-analyzing-data-workshop_637285-7676.jpg", imageAlt: "fast car parking icon"}, + imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-talking-his-colleague-while-running-car-diagnostic-analyzing-data-workshop_637285-7676.jpg?_wi=2", imageAlt: "fast car parking icon"}, items: [ { text: "Fast retrieval", icon: Timer, @@ -126,7 +126,7 @@ export default function LandingPage() { }, { title: "Fully Insured Security", description: "Your vehicle is in professional hands, covered by comprehensive insurance plans.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/car-park_1203-3451.jpg", imageAlt: "insurance protected parking icon"}, + imageSrc: "http://img.b2bpic.net/free-photo/car-park_1203-3451.jpg?_wi=2", imageAlt: "insurance protected parking icon"}, items: [ { text: "Insured", icon: Shield, @@ -154,7 +154,7 @@ export default function LandingPage() { description="Located in Florida, City Valet Parking is the premier provider of professional valet solutions for hotels, high-end restaurants, and corporate events." subdescription="Our mission is to provide a seamless and professional parking experience, maintaining the highest safety standards in the industry." icon={Car} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-valet-suit-working_23-2150274568.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-valet-suit-working_23-2150274568.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1