4 Commits

Author SHA1 Message Date
452230ad9a Update theme colors 2026-04-22 20:16:10 +00:00
7adcf93d32 Update src/app/page.tsx 2026-04-22 20:14:18 +00:00
40350f06f7 Merge version_3 into main
Merge version_3 into main
2026-04-22 20:12:10 +00:00
62bc239c3f Merge version_3 into main
Merge version_3 into main
2026-04-22 20:11:29 +00:00
2 changed files with 6 additions and 19 deletions

View File

@@ -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={[]}
/>

View File

@@ -12,11 +12,11 @@
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f0f8ffe6;
--primary-cta: #cee7ff;
--foreground: #fffffae6;
--primary-cta: #fde047;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #f0f8ffe6;
--secondary-cta-text: #fffffae6;
--accent: #737373;
--background-accent: #737373;