From 5f79bd8217c993e93916cbd7cef171482a39ab11 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 18:47:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 285b23e..c65980e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -54,7 +54,7 @@ export default function LandingPage() {
-
@@ -185,22 +192,22 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Joshua Mendel", handle: "@JoshuaM", testimonial: "Had an amazing experience with Gonzalo. Great detail and fair pricing. I was golfing at the Biltmore, and I left my car to be detailed while I golfed, he took pictures along the way, and left my car in the shade when I was finished!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosimng-car-car-showroom_1303-26306.jpg", imageAlt: "Joshua Mendel"}, + imageSrc: "http://img.b2bpic.net/free-photo/hand-man-polishing-car_23-2147798191.jpg", imageAlt: "Joshua Mendel"}, { id: "2", name: "G Qubbe", handle: "@GQubbe", testimonial: "Excellent work, a luxury detail... super versatile on any type of vehicle, reliable and with good prices. I can't lose more, thanks Shine Carwash Mobile.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-umbrella-while-taking-selfie_107420-12270.jpg", imageAlt: "G Qubbe"}, + imageSrc: "http://img.b2bpic.net/free-photo/car-washing-car-care_23-2147798198.jpg", imageAlt: "G Qubbe"}, { id: "3", name: "Virginia Ansaldi", handle: "@VirginiaA", testimonial: "Gonzalo and his crew were so easy to schedule a car cleaning with and so efficient! They have everything they need, you don’t even have to supply water or power! I have 3 little kids so you can imagine the state of my car. These guys did a very thorough job and it looks great.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mother-son-looking-map_23-2148938681.jpg", imageAlt: "Virginia Ansaldi"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-his-car-car-wash_23-2147798205.jpg", imageAlt: "Virginia Ansaldi"}, { id: "4", name: "Michael S.", handle: "@MichaelS", testimonial: "BuildSHINE transformed my car! The convenience of them coming to my office was fantastic, and the results speak for themselves. Highly recommend for anyone in Miami.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-groomed-man-is-washing-his-own-car-car-washing-station_613910-21477.jpg", imageAlt: "Michael S."}, + imageSrc: "http://img.b2bpic.net/free-photo/clean-car-shine-detailing_23-2147798203.jpg", imageAlt: "Michael S."}, { id: "5", name: "Sarah L.", handle: "@SarahL", testimonial: "Prompt, professional, and my car looks brand new every time. As a busy parent, this service is a lifesaver. Thank you, BuildSHINE!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-polish-salon-car-garage_1157-36594.jpg", imageAlt: "Sarah L."}, + imageSrc: "http://img.b2bpic.net/free-photo/car-detailing-interior-clean_23-2147798201.jpg", imageAlt: "Sarah L."}, { id: "6", name: "Carlos R.", handle: "@CarlosR", testimonial: "The best mobile car wash in Miami, hands down. The attention to detail is incredible, and the team is always friendly and efficient. My go-to for all my detailing needs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-gray-sweater-wipes-car-car-wash_1157-35958.jpg", imageAlt: "Carlos R."}, + imageSrc: "http://img.b2bpic.net/free-photo/car-wash-worker_23-2147798199.jpg", imageAlt: "Carlos R."}, ]} showRating={true} title="What Our Valued Customers Say" -- 2.49.1