Merge version_1_1781708047530 into main #3

Merged
bender merged 1 commits from version_1_1781708047530 into main 2026-06-17 14:57:01 +00:00

View File

@@ -6,7 +6,6 @@ import HeroCenteredLogos from '@/components/sections/hero/HeroCenteredLogos';
import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards';
import PricingLayeredCards from '@/components/sections/pricing/PricingLayeredCards';
import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards';
import { Award, Check, Droplets, Leaf, Sparkles, ThumbsUp } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
@@ -16,7 +15,8 @@ export default function HomePage() {
<SectionErrorBoundary name="hero">
<HeroCenteredLogos
avatarsSrc={[
"http://img.b2bpic.net/free-photo/business-man-buying-car-showroom_1303-13554.jpg", "http://img.b2bpic.net/free-photo/young-blond-girl-happy-expression_1194-4509.jpg", "http://img.b2bpic.net/free-photo/smiling-blonde-woman-siting-car_23-2148384908.jpg", "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580607.jpg"]}
"http://img.b2bpic.net/free-photo/business-man-buying-car-showroom_1303-13554.jpg", "http://img.b2bpic.net/free-photo/young-blond-girl-happy-expression_1194-4509.jpg", "http://img.b2bpic.net/free-photo/smiling-blonde-woman-siting-car_23-2148384908.jpg", "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580607.jpg"]
}
avatarText="Trusted by 1000+ local drivers"
title="Restore Your Car's Shine"
description="Professional detailing and washing services that bring back that showroom feeling. Convenient, fast, and high-quality."
@@ -153,4 +153,4 @@ export default function HomePage() {
</div>
</>
);
}
}