Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ac50700a7 | |||
| 3991fb632d | |||
| ff77f8424c | |||
| b5a9ec3af2 | |||
| b6712497cc | |||
| f4099b5ed3 | |||
| 75da95f598 | |||
| cb29bbb65a | |||
| 4cbcecbc29 | |||
| 5076d994cf |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user