Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7adcf93d32 | |||
| 40350f06f7 | |||
| 62bc239c3f |
@@ -34,7 +34,7 @@ export default function LandingPage() {
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Soon to Come", id: "soon-to-come" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Jasper's wash lab"
|
||||
@@ -47,23 +47,10 @@ export default function LandingPage() {
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Professional Car Care in Prosper, TX."
|
||||
description="High-quality mobile detailing that brings the showroom shine back to your driveway. Managed with the discipline of an athlete and the eye of a professional."
|
||||
testimonials={[
|
||||
{ name: "Michael S.", handle: "@prosper_resident", testimonial: "Jasper is incredibly professional and punctual. He treated my SUV like it was his own.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg?_wi=1", imageAlt: "luxury car detailing mobile service" },
|
||||
{ name: "Sarah L.", handle: "@local_client", testimonial: "It's rare to see a young entrepreneur with this much attention to detail.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193587.jpg?_wi=1", imageAlt: "luxury car detailing mobile service" },
|
||||
{ name: "David K.", handle: "@happy_customer", testimonial: "The best detailing service in Prosper. My car hasn't looked this good since it left the lot.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-spraying-powder-paint_23-2149714339.jpg?_wi=1", imageAlt: "luxury car detailing mobile service" },
|
||||
{ name: "Jessica M.", handle: "@loyal_fan", testimonial: "Punctual, efficient, and thorough. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/car-wheel-with-new-tires-close-up_1303-31692.jpg?_wi=1", imageAlt: "luxury car detailing mobile service" },
|
||||
{ name: "Brian P.", handle: "@daily_driver", testimonial: "Professional results every time. Jasper is my go-to guy for all my detailing needs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/upbeat-young-woman-celebrating-winning-triumphing-sitting-street-bench-laughing-holding_1258-206035.jpg?_wi=1", imageAlt: "luxury car detailing mobile service" }
|
||||
]}
|
||||
testimonials={[]}
|
||||
buttons={[{ text: "Get a Free Quote", href: "#contact" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cj9467erUouycv8NdtCMhMDRzY/uploaded-1776888161723-8183uire.jpg"
|
||||
imageAlt="Professional car detailing service"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-cheerful-european-woman-green-jacket-touching-her-hair-blur-background-photo-fashionable-girl-with-beautiful-brown-hair-smiling-camera_291650-2183.jpg", alt: "Satisfied client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-posing-outdoors-while-holding-shopping-bags_23-2148673232.jpg", alt: "Satisfied client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-sitting-near-house-looking-camera_259150-59313.jpg", alt: "Satisfied client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/person-doing-house-tour-online_23-2151050266.jpg", alt: "Satisfied client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg", alt: "Satisfied client 5" },
|
||||
]}
|
||||
avatarText="Trusted by 100+ Prosper residents"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Premium Paint Correction" },
|
||||
@@ -127,7 +114,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Reviews soon to come"
|
||||
title="Reviews Soon To Come"
|
||||
description="Real feedback from our satisfied clients will appear here soon."
|
||||
testimonials={[]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user