From 0ca240c25d25a19bd97a09db6a4374cd49361ae5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 05:42:14 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 210 +++++++++++------------------------------------ 1 file changed, 49 insertions(+), 161 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f420cc..eb028f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,80 +31,49 @@ export default function LandingPage() {
@@ -116,9 +85,7 @@ export default function LandingPage() { title="Your Trusted Partner for a Pristine Property" buttons={[ { - text: "Meet Our Team", - href: "#", - }, + text: "Meet Our Team", href: "#"}, ]} /> @@ -131,34 +98,22 @@ export default function LandingPage() { features={[ { icon: Home, - title: "House Washing", - description: "Gentle yet effective cleaning for all exterior surfaces, removing dirt, grime, and mildew without damage.", - }, + title: "House Washing", description: "Gentle yet effective cleaning for all exterior surfaces, removing dirt, grime, and mildew without damage."}, { icon: Car, - title: "Driveway & Sidewalk Cleaning", - description: "Restore your concrete, asphalt, or paver surfaces, eliminating oil stains, dirt buildup, and discoloration.", - }, + title: "Driveway & Sidewalk Cleaning", description: "Restore your concrete, asphalt, or paver surfaces, eliminating oil stains, dirt buildup, and discoloration."}, { icon: Droplets, - title: "Roof Cleaning", - description: "Soft wash treatment to safely remove moss, algae, and lichen, extending your roof's lifespan and improving curb appeal.", - }, + title: "Roof Cleaning", description: "Soft wash treatment to safely remove moss, algae, and lichen, extending your roof's lifespan and improving curb appeal."}, { icon: Sun, - title: "Deck & Patio Restoration", - description: "Bring your outdoor living spaces back to life, cleaning wood, composite, and stone decks and patios.", - }, + title: "Deck & Patio Restoration", description: "Bring your outdoor living spaces back to life, cleaning wood, composite, and stone decks and patios."}, { icon: Building, - title: "Commercial Pressure Washing", - description: "Maintain a professional image for your business with our tailored cleaning services for storefronts, parking lots, and more.", - }, + title: "Commercial Pressure Washing", description: "Maintain a professional image for your business with our tailored cleaning services for storefronts, parking lots, and more."}, { icon: CheckCircle, - title: "Fence Cleaning", - description: "Revitalize your fences, removing dirt, mold, and weathered appearances to enhance your property's perimeter.", - }, + title: "Fence Cleaning", description: "Revitalize your fences, removing dirt, mold, and weathered appearances to enhance your property's perimeter."}, ]} title="Comprehensive Pressure Washing Solutions" description="From delicate surfaces to tough stains, our experienced team handles it all with precision and care. Explore our range of services designed to make your property shine." @@ -173,40 +128,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah J.", - handle: "@homeowner", - testimonial: "Bradley Pressure Washing transformed my home! The siding looks brand new, and the driveway has never been cleaner. Highly recommend their meticulous work!", - imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-young-male-student-with-afro-hairstyle-trendy-clothes-sitting-park-while-smiling-broadly-drinking-coffee_176420-19802.jpg", - }, + id: "1", name: "Sarah J.", handle: "@homeowner", testimonial: "Bradley Pressure Washing transformed my home! The siding looks brand new, and the driveway has never been cleaner. Highly recommend their meticulous work!", imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-young-male-student-with-afro-hairstyle-trendy-clothes-sitting-park-while-smiling-broadly-drinking-coffee_176420-19802.jpg"}, { - id: "2", - name: "Michael D.", - handle: "@localbusiness", - testimonial: "Our business entrance was grimy, but Bradley Pressure Washing made it spotless. Their team was professional and efficient. Fantastic service!", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598987.jpg", - }, + id: "2", name: "Michael D.", handle: "@localbusiness", testimonial: "Our business entrance was grimy, but Bradley Pressure Washing made it spotless. Their team was professional and efficient. Fantastic service!", imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598987.jpg"}, { - id: "3", - name: "Emily R.", - handle: "@satisfiedclient", - testimonial: "They did an incredible job on our deck and patio. It looks amazing and is ready for summer entertaining. So pleased with the results!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-woman-smiling_23-2148729684.jpg", - }, + id: "3", name: "Emily R.", handle: "@satisfiedclient", testimonial: "They did an incredible job on our deck and patio. It looks amazing and is ready for summer entertaining. So pleased with the results!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-woman-smiling_23-2148729684.jpg"}, { - id: "4", - name: "David K.", - handle: "@propertyowner", - testimonial: "Professional, punctual, and polite. My roof looks fantastic after their soft wash. Bradley Pressure Washing truly cares about quality.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-work_23-2149741200.jpg", - }, + id: "4", name: "David K.", handle: "@propertyowner", testimonial: "Professional, punctual, and polite. My roof looks fantastic after their soft wash. Bradley Pressure Washing truly cares about quality.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-work_23-2149741200.jpg"}, { - id: "5", - name: "Jessica L.", - handle: "@neighborhoodresident", - testimonial: "I was hesitant about pressure washing my older home, but Bradley's team was incredibly careful and the results exceeded my expectations. My house sparkles!", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-cute-young-business-woman-smiling_93675-133169.jpg", - }, + id: "5", name: "Jessica L.", handle: "@neighborhoodresident", testimonial: "I was hesitant about pressure washing my older home, but Bradley's team was incredibly careful and the results exceeded my expectations. My house sparkles!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-cute-young-business-woman-smiling_93675-133169.jpg"}, ]} title="Hear From Our Happy Clients" description="Our customers consistently praise our professionalism, thoroughness, and amazing results. See what they have to say!" @@ -219,25 +149,13 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "faq-1", - title: "What is the difference between pressure washing and soft washing?", - content: "Pressure washing uses high-pressure water to remove dirt and grime, ideal for durable surfaces like concrete. Soft washing uses low-pressure water combined with cleaning solutions for more delicate surfaces like siding and roofs, preventing damage.", - }, + id: "faq-1", title: "What is the difference between pressure washing and soft washing?", content: "Pressure washing uses high-pressure water to remove dirt and grime, ideal for durable surfaces like concrete. Soft washing uses low-pressure water combined with cleaning solutions for more delicate surfaces like siding and roofs, preventing damage."}, { - id: "faq-2", - title: "Is pressure washing safe for all surfaces?", - content: "No, not all surfaces are suitable for high-pressure washing. Our experts assess each surface to determine the appropriate cleaning method, ensuring safety and optimal results. We use soft washing for delicate materials.", - }, + id: "faq-2", title: "Is pressure washing safe for all surfaces?", content: "No, not all surfaces are suitable for high-pressure washing. Our experts assess each surface to determine the appropriate cleaning method, ensuring safety and optimal results. We use soft washing for delicate materials."}, { - id: "faq-3", - title: "How often should I have my property pressure washed?", - content: "The frequency depends on factors like your local climate, pollution levels, and surrounding vegetation. Generally, we recommend a professional cleaning every 1-2 years to maintain your property's appearance and prevent buildup.", - }, + id: "faq-3", title: "How often should I have my property pressure washed?", content: "The frequency depends on factors like your local climate, pollution levels, and surrounding vegetation. Generally, we recommend a professional cleaning every 1-2 years to maintain your property's appearance and prevent buildup."}, { - id: "faq-4", - title: "Do I need to be home during the service?", - content: "You do not need to be home for us to perform the service, as long as we have access to the areas needing cleaning and a water source. We'll communicate with you before, during, and after the job.", - }, + id: "faq-4", title: "Do I need to be home during the service?", content: "You do not need to be home for us to perform the service, as long as we have access to the areas needing cleaning and a water source. We'll communicate with you before, during, and after the job."}, ]} sideTitle="Frequently Asked Questions" sideDescription="Have questions about our pressure washing services? We've got answers! If you don't find what you're looking for, feel free to contact us directly." @@ -249,18 +167,13 @@ export default function LandingPage() { @@ -269,62 +182,37 @@ export default function LandingPage() { Date: Mon, 23 Mar 2026 05:42:15 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 0fdb09b..9a49d98 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fffefe; - --card: #f6f7f4; - --foreground: #080908; - --primary-cta: #0e3a29; + --background: #f5faff; + --card: #f1f8ff; + --foreground: #001122; + --primary-cta: #15479c; --primary-cta-text: #fffefe; - --secondary-cta: #e7eecd; + --secondary-cta: #ffffff; --secondary-cta-text: #080908; - --accent: #35c18b; - --background-accent: #ecebe4; + --accent: #a8cce8; + --background-accent: #7ba3cf; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);