Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-23 05:42:18 +00:00
2 changed files with 56 additions and 168 deletions

View File

@@ -31,80 +31,49 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "About Us",
id: "about",
},
name: "About Us", id: "about"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "FAQ",
id: "faq",
},
name: "FAQ", id: "faq"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Bradley Pressure Washing"
button={{
text: "Get a Free Quote",
href: "#contact",
}}
text: "Get a Free Quote", href: "#contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Experience the Bradley Pressure Washing Difference"
description="Professional pressure washing for homes and businesses. We revitalize your property's appearance with efficient, reliable, and thorough cleaning services. Get your free estimate today!"
buttons={[
{
text: "Get a Free Quote",
href: "#contact",
},
text: "Get a Free Quote", href: "#contact"},
{
text: "Our Services",
href: "#services",
},
text: "Our Services", href: "#services"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359015.jpg",
imageAlt: "Cleaned house exterior",
},
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359015.jpg", imageAlt: "Cleaned house exterior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/autumn-red-leaves-stone-wall-climbing-vine-plants_1372-42.jpg",
imageAlt: "Cleaned driveway",
},
imageSrc: "http://img.b2bpic.net/free-photo/autumn-red-leaves-stone-wall-climbing-vine-plants_1372-42.jpg", imageAlt: "Cleaned driveway"},
{
imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138819.jpg",
imageAlt: "Cleaned wooden deck",
},
imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138819.jpg", imageAlt: "Cleaned wooden deck"},
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552285.jpg",
imageAlt: "House washing service in action",
},
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552285.jpg", imageAlt: "House washing service in action"},
{
imageSrc: "http://img.b2bpic.net/free-photo/focused-senior-male-worker-using-big-rake-gather-fallen-leaves-pile-front-view-bearded-man_7502-10268.jpg",
imageAlt: "Driveway cleaning service in action",
},
imageSrc: "http://img.b2bpic.net/free-photo/focused-senior-male-worker-using-big-rake-gather-fallen-leaves-pile-front-view-bearded-man_7502-10268.jpg", imageAlt: "Driveway cleaning service in action"},
{
imageSrc: "http://img.b2bpic.net/free-photo/female-person-feeling-tired-after-finishing-spring-cleaning-sitting-clean-wooden-floor-with-mop-gloves-young-sleepy-woman-being-proud-tidy-apartment-household-chores-finished_482257-59836.jpg",
imageAlt: "Deck and patio cleaning service in action",
},
imageSrc: "http://img.b2bpic.net/free-photo/female-person-feeling-tired-after-finishing-spring-cleaning-sitting-clean-wooden-floor-with-mop-gloves-young-sleepy-woman-being-proud-tidy-apartment-household-chores-finished_482257-59836.jpg", imageAlt: "Deck and patio cleaning service in action"},
]}
/>
</div>
@@ -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: "#"},
]}
/>
</div>
@@ -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() {
<ContactText
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
text="Ready for a sparkling clean property? Contact Bradley Pressure Washing today for a free estimate!"
buttons={[
{
text: "Call Us Now",
href: "tel:+1234567890",
},
text: "Call Us Now", href: "tel:+1234567890"},
{
text: "Email Us",
href: "mailto:info@bradleypressurewashing.com",
},
text: "Email Us", href: "mailto:info@bradleypressurewashing.com"},
]}
/>
</div>
@@ -269,62 +182,37 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "House Washing",
href: "#services",
},
label: "House Washing", href: "#services"},
{
label: "Driveway Cleaning",
href: "#services",
},
label: "Driveway Cleaning", href: "#services"},
{
label: "Roof Cleaning",
href: "#services",
},
label: "Roof Cleaning", href: "#services"},
{
label: "Deck & Patio",
href: "#services",
},
label: "Deck & Patio", href: "#services"},
{
label: "Commercial",
href: "#services",
},
label: "Commercial", href: "#services"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Get a Free Quote",
href: "#contact",
},
label: "Get a Free Quote", href: "#contact"},
{
label: "Email Us",
href: "mailto:info@bradleypressurewashing.com",
},
label: "Email Us", href: "mailto:info@bradleypressurewashing.com"},
{
label: "Call Us",
href: "tel:+1234567890",
},
label: "Call Us", href: "tel:+1234567890"},
],
},
]}

View File

@@ -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);