Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b6712497cc | |||
| 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"
|
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"
|
imageAlt="ASLC Detailing showroom quality result"
|
||||||
mediaAnimation="blur-reveal"
|
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"
|
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" }]}
|
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!"
|
testimonial="The attention to detail is second to none. My car looks like it just came out of the showroom. Superb service!"
|
||||||
rating={5}
|
rating={5}
|
||||||
author="Sarah J."
|
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"
|
ratingAnimation="blur-reveal"
|
||||||
avatarsAnimation="blur-reveal"
|
avatarsAnimation="blur-reveal"
|
||||||
|
avatars={[{ src: "https://avatar.vercel.sh/sarah", alt: "Sarah J." }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -104,8 +103,8 @@ export default function LandingPage() {
|
|||||||
title="Our Impact"
|
title="Our Impact"
|
||||||
description="Numbers that reflect our quality."
|
description="Numbers that reflect our quality."
|
||||||
metrics={[
|
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: "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/man-washing-his-car-garage_1157-26070.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>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user