10 Commits

Author SHA1 Message Date
3ac50700a7 Switch to version 2: modified src/app/page.tsx 2026-04-04 16:49:45 +00:00
3991fb632d Merge version_3 into main
Merge version_3 into main
2026-04-04 16:49:03 +00:00
ff77f8424c Update src/app/page.tsx 2026-04-04 16:49:00 +00:00
b5a9ec3af2 Merge version_2 into main
Merge version_2 into main
2026-04-04 16:45:30 +00:00
b6712497cc Update src/app/page.tsx 2026-04-04 16:45:27 +00:00
f4099b5ed3 Merge version_2 into main
Merge version_2 into main
2026-04-04 16:45:00 +00:00
75da95f598 Update src/app/page.tsx 2026-04-04 16:44:54 +00:00
cb29bbb65a Merge version_1 into main
Merge version_1 into main
2026-04-04 16:40:04 +00:00
4cbcecbc29 Merge version_1 into main
Merge version_1 into main
2026-04-04 16:39:39 +00:00
5076d994cf Merge version_1 into main
Merge version_1 into main
2026-04-04 16:38:43 +00:00

View File

@@ -48,7 +48,6 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/car-wrapping-with-foil-drying-with-fan-car-service_1303-32345.jpg"
imageAlt="ASLC Detailing showroom quality result"
mediaAnimation="blur-reveal"
avatars={[{ src: "http://img.b2bpic.net/free-photo/man-buying-car-showroom_1303-14589.jpg", alt: "Customer" }, { src: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32008.jpg", alt: "Customer" }, { src: "http://img.b2bpic.net/free-photo/this-job-needs-from-me-staying-contact-24-7_329181-2796.jpg", alt: "Customer" }, { src: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3038.jpg", alt: "Customer" }, { src: "http://img.b2bpic.net/free-photo/medium-shot-man-wrapping-car_23-2149385679.jpg", alt: "Customer" }]}
avatarText="Trusted by 500+ car owners"
marqueeItems={[{ type: "text", text: "Certified Experts" }, { type: "text", text: "Premium Materials" }, { type: "text", text: "Satisfaction Guaranteed" }, { type: "text", text: "Environmentally Friendly" }, { type: "text", text: "Fast Turnaround" }]}
/>
@@ -75,9 +74,9 @@ export default function LandingPage() {
testimonial="The attention to detail is second to none. My car looks like it just came out of the showroom. Superb service!"
rating={5}
author="Sarah J."
avatars={[{ src: "http://img.b2bpic.net/free-photo/man-buying-car-showroom_1303-14589.jpg", alt: "Customer" }, { src: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32008.jpg", alt: "Customer" }, { src: "http://img.b2bpic.net/free-photo/this-job-needs-from-me-staying-contact-24-7_329181-2796.jpg", alt: "Customer" }, { src: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3038.jpg", alt: "Customer" }, { src: "http://img.b2bpic.net/free-photo/medium-shot-man-wrapping-car_23-2149385679.jpg", alt: "Customer" }]}
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
avatars={[{ src: "https://avatar.vercel.sh/sarah", alt: "Sarah J." }]}
/>
</div>
@@ -104,8 +103,8 @@ export default function LandingPage() {
title="Our Impact"
description="Numbers that reflect our quality."
metrics={[
{ id: "1", value: "1200+", title: "Vehicles Detailed", description: "Happy cars served.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wrapping-car_23-2149385679.jpg?_wi=3" },
{ id: "2", value: "99%", title: "Client Satisfaction", description: "Consistently rated 5 stars.", imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26070.jpg?_wi=3" }
{ id: "1", value: "1200+", title: "Vehicles Detailed", description: "Happy cars served.", imageSrc: "http://img.b2bpic.net/free-photo/car-detailing-studio-clean.jpg?_wi=3" },
{ id: "2", value: "99%", title: "Client Satisfaction", description: "Consistently rated 5 stars.", imageSrc: "http://img.b2bpic.net/free-photo/car-detailing-tools-clean.jpg?_wi=3" }
]}
/>
</div>