From f9d638bba788d15df8950f1a9d56e3e0149a131a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 01:53:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 72c103e..f05508c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,8 +54,9 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "plain"}} - title="Shine Brighter with Detail Pros - Your Car, Our Passion." - description="Experience top-tier car detailing by dedicated local high school students. We guarantee meticulous attention to every detail, ensuring your vehicle looks its absolute best, every time." + title="Upper Valley Detailing" + titleClassName="font-bold" + description="We are two high school freshmen with 2 years of experience and a commitment to meticulous detailing. Your satisfaction is always guaranteed." testimonials={[]} buttons={[ { @@ -63,19 +64,6 @@ export default function LandingPage() { { text: "Book Now", href: "#contact"}, ]} - avatars={[ - { - src: "http://img.b2bpic.net/free-photo/front-view-young-male-grey-t-shirt-posing-smiling_140725-27983.jpg", alt: "Student avatar"}, - { - src: "http://img.b2bpic.net/free-photo/attractive-young-woman-smiling_74855-2579.jpg", alt: "Student avatar"}, - { - src: "http://img.b2bpic.net/free-photo/happy-man-sitting-mat-outdoors_23-2147562273.jpg", alt: "Student avatar"}, - { - src: "http://img.b2bpic.net/free-photo/happy-african-young-lady-walking-outdoors_171337-15134.jpg", alt: "Student avatar"}, - { - src: "http://img.b2bpic.net/free-photo/cheerful-schoolgirl-carries-rucksack-notepads-digital-tablet-looks-into-distance-with-happy-expression-walks-campus-daytime-female-student-returns-from-university-education-concept_273609-59160.jpg", alt: "Student avatar"}, - ]} - avatarText="Meet the Team!" imageSrc="http://img.b2bpic.net/free-photo/high-angle-new-car-with-back-door-open_23-2148332892.jpg" mediaAnimation="opacity" /> @@ -88,8 +76,8 @@ export default function LandingPage() { { type: "text", content: "We’re two young high school freshmen who take pride in delivering top-quality detailing with a personal touch. What sets us apart isn’t just our attention to detail—it’s the way we treat every client with honesty, respect, and care. We believe that great service starts with trust, which is why we never ask for payment until you’re completely satisfied with the results. Even at a young age, we’ve built a reputation for being reliable, hardworking, and genuinely passionate about what we do. Every car we work on gets our full effort, as if it were our own. We enjoy transforming vehicles and seeing the difference a clean, polished finish can make—not just for the car, but for its owner too. Our goal is simple: to provide a professional-level clean while building real connections with our customers. We’re always learning, improving, and pushing ourselves to be better with every job. When you choose us, you’re not just getting a service—you’re supporting two motivated students who care deeply about doing things the right way."}, ]} - headingClassName="text-xs text-foreground/80 leading-relaxed max-w-xl mx-auto" - containerClassName="max-w-3xl mx-auto" + headingClassName="text-sm text-foreground/80 leading-relaxed max-w-full" + containerClassName="max-w-md mx-auto p-4" /> -- 2.49.1