From 3cda3615ffac34802ab42e05eaaa195d5127cb07 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:38:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f36f3ac..01aa132 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,16 +50,16 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "glowing-orb" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=1", imageAlt: "Professional exterior detailing" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Professional exterior detailing" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-car-clean-vacuuming-car-inside_1303-30580.jpg", imageAlt: "Mobile car washing service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=2", imageAlt: "Ceramic coating application" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Ceramic coating application" }, { imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Interior detailing work" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg?_wi=1", imageAlt: "Luxury vehicle detailing" }, + { imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg", imageAlt: "Luxury vehicle detailing" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-washing-car-carwash-station-wearing-orange-vest_651396-2793.jpg", imageAlt: "On-site mobile service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg?_wi=2", imageAlt: "Meticulous exterior care" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=3", imageAlt: "Premium paint protection" } + { imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg", imageAlt: "Meticulous exterior care" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Premium paint protection" } ]} buttons={[ { text: "Book Your Detailing", href: "#contact" }, @@ -84,6 +84,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/happy-auto-mechanics-working-together-workshop_637285-9438.jpg" imageAlt="Refine Detailing professional team" mediaAnimation="blur-reveal" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -160,23 +161,23 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "John Martinez", handle: "@john_m", testimonial: "Refine Detailing transformed my BMW. The ceramic coating has kept it looking showroom-fresh for months. Highly recommend their service!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "John Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "John Martinez" }, { id: "2", name: "Sarah Chen", handle: "@sarahcars", testimonial: "The convenience of mobile detailing is unbeatable. They came to my office in Portland and my car looked brand new. Exceptional work and professionalism.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Sarah Chen" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Sarah Chen" }, { id: "3", name: "Michael Rodriguez", handle: "@mike_auto", testimonial: "I've used Refine Detailing for my business fleet. Consistent quality, reliable scheduling, and fair pricing. They're our go-to for vehicle maintenance.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Rodriguez" }, { id: "4", name: "Lisa Thompson", handle: "@lisathompson", testimonial: "The interior deep clean was incredible. Everything smells fresh and looks pristine. The attention to detail is truly impressive.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Lisa Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Lisa Thompson" }, { id: "5", name: "David Park", handle: "@davidpark88", testimonial: "Best money I've spent on my car. The ceramic coating protection is worth every penny. Professional team from start to finish.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Park" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park" }, { id: "6", name: "Jennifer Watson", handle: "@jen_watson", testimonial: "Reliable, professional, and reasonably priced. Refine Detailing is the only place I trust with my vehicle in the Portland area.", rating: 5, -- 2.49.1