From a1b26af0c6ff1c4fcc93541e4ebcccae46968ac2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 02:37:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 98312c5..eaf1e31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,18 +46,18 @@ export default function LandingPage() { title="St. Louis's Premier Hand Car Wash & Detailing Shop" description="Family-owned. Handcrafted. Results you can see — and smell. Your car deserves the best. We deliver it by hand." testimonials={[ - { name: "Kelly Jordan", handle: "@kellyj", testimonial: "Mike D got stains out of my seats that I thought were permanent. Got my car looking like I just bought it!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193627.jpg", imageAlt: "luxury car detailing gleaming paint" }, - { name: "Ben C", handle: "@benc", testimonial: "It is next to impossible to find a good hand car wash in St. Louis, so finding this place was like the holy grail.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193171.jpg", imageAlt: "luxury car detailing gleaming paint" }, - { name: "Vincent Edwards", handle: "@vinced", testimonial: "My car hasn't been detailed in years… have not seen it look like this in years.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2787.jpg", imageAlt: "luxury car detailing gleaming paint" }, - { name: "Sarah Miller", handle: "@sarah_m", testimonial: "Absolutely stellar service. They treated my SUV like it was their own.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194099.jpg", imageAlt: "luxury car detailing gleaming paint" }, - { name: "David W.", handle: "@dwstlouis", testimonial: "The attention to detail is unmatched. Very happy customer.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27233.jpg", imageAlt: "luxury car detailing gleaming paint" }, + { name: "Kelly Jordan", handle: "@kellyj", testimonial: "Mike D got stains out of my seats that I thought were permanent. Got my car looking like I just bought it!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193627.jpg?_wi=1", imageAlt: "luxury car detailing gleaming paint" }, + { name: "Ben C", handle: "@benc", testimonial: "It is next to impossible to find a good hand car wash in St. Louis, so finding this place was like the holy grail.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193171.jpg?_wi=1", imageAlt: "luxury car detailing gleaming paint" }, + { name: "Vincent Edwards", handle: "@vinced", testimonial: "My car hasn't been detailed in years… have not seen it look like this in years.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2787.jpg?_wi=1", imageAlt: "luxury car detailing gleaming paint" }, + { name: "Sarah Miller", handle: "@sarah_m", testimonial: "Absolutely stellar service. They treated my SUV like it was their own.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194099.jpg?_wi=1", imageAlt: "luxury car detailing gleaming paint" }, + { name: "David W.", handle: "@dwstlouis", testimonial: "The attention to detail is unmatched. Very happy customer.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27233.jpg?_wi=1", imageAlt: "luxury car detailing gleaming paint" }, ]} tag="⭐ 4.7 Stars · 111 Reviews · University City, MO · Open Today Until 5 PM" buttons={[ { text: "Book an Appointment", href: "#contact" }, { text: "View Our Services", href: "#services" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193627.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193627.jpg?_wi=2" imageAlt="Gleaming luxury car after hand detailing" mediaAnimation="blur-reveal" avatars={[ @@ -96,21 +96,21 @@ export default function LandingPage() { { title: "Hand Wash & Dry", description: "Gentle exterior cleaning with no machine brushes to ensure zero surface damage.", icon: Sparkles, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2787.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2787.jpg?_wi=2" }, { imageSrc: "http://img.b2bpic.net/free-photo/composition-shaving-objects_23-2148122045.jpg" }, ], }, { title: "Interior Detail", description: "Deep vacuuming, seat shampooing, and vent cleaning to restore your cabin.", icon: Car, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194099.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194099.jpg?_wi=2" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-dusting_23-2149172885.jpg" }, ], }, { title: "Paint Treatment", description: "Clay bar treatment, polish, and wax to make your exterior gleam like new.", icon: Shield, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27233.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27233.jpg?_wi=2" }, { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212227.jpg" }, ], }, @@ -140,11 +140,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Kelly Jordan", date: "2023-10-12", title: "Perfect!", quote: "Got my car looking like I just bought it!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580607.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193627.jpg", imageAlt: "family owned car detailing team" }, - { id: "2", name: "Ben C", date: "2023-09-05", title: "Holy Grail", quote: "It is next to impossible to find a good hand car wash in St. Louis.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-car-wash-car-showroom_146671-18368.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193171.jpg", imageAlt: "family owned car detailing team" }, - { id: "3", name: "Vincent Edwards", date: "2023-08-20", title: "Miracle", quote: "My car hasn't been detailed in years… have not seen it look like this.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-fixing-car_23-2149385729.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2787.jpg", imageAlt: "family owned car detailing team" }, - { id: "4", name: "Thomas Begush-Cook", date: "2023-07-15", title: "Awesome", quote: "My car is cleaner than new. 10/10", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580547.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194099.jpg", imageAlt: "family owned car detailing team" }, - { id: "5", name: "JoJo", date: "2023-06-30", title: "Miracle", quote: "My little red SUV looks almost new.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/car-service-employees-posing-with-tools_23-2148327557.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27233.jpg", imageAlt: "family owned car detailing team" }, + { id: "1", name: "Kelly Jordan", date: "2023-10-12", title: "Perfect!", quote: "Got my car looking like I just bought it!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580607.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193627.jpg?_wi=3", imageAlt: "family owned car detailing team" }, + { id: "2", name: "Ben C", date: "2023-09-05", title: "Holy Grail", quote: "It is next to impossible to find a good hand car wash in St. Louis.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-car-wash-car-showroom_146671-18368.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193171.jpg?_wi=2", imageAlt: "family owned car detailing team" }, + { id: "3", name: "Vincent Edwards", date: "2023-08-20", title: "Miracle", quote: "My car hasn't been detailed in years… have not seen it look like this.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-fixing-car_23-2149385729.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2787.jpg?_wi=3", imageAlt: "family owned car detailing team" }, + { id: "4", name: "Thomas Begush-Cook", date: "2023-07-15", title: "Awesome", quote: "My car is cleaner than new. 10/10", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580547.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194099.jpg?_wi=3", imageAlt: "family owned car detailing team" }, + { id: "5", name: "JoJo", date: "2023-06-30", title: "Miracle", quote: "My little red SUV looks almost new.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/car-service-employees-posing-with-tools_23-2148327557.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27233.jpg?_wi=3", imageAlt: "family owned car detailing team" }, ]} title="Real Results, Real Reviews" description="With 111+ Google reviews, the Lou trusts us with their vehicles." -- 2.49.1