Update src/app/page.tsx

This commit is contained in:
2026-05-29 22:02:40 +00:00
parent 648f017d71
commit a5b1089505

View File

@@ -13,32 +13,6 @@ import FooterBase from '@/components/sections/footer/FooterBase';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { ArrowRight, Sparkles, Star, Zap } from "lucide-react";
const assetMap = [
{"id":"logo-the-good-sons","url":"http://img.b2bpic.net/free-vector/pressure-washing-logo-template_23-2149203659.jpg","alt":"pressure washing company logo"},
{"id":"hero-pressure-washing","url":"http://img.b2bpic.net/free-photo/road-sidewalk-gardens-stone-nature_1203-5157.jpg","alt":"modern home exterior pressure washing"},
{"id":"about-brothers-working","url":"http://img.b2bpic.net/free-photo/happy-senior-couple-with-water-hose_23-2148256618.jpg","alt":"two brothers working together pressure washing"},
{"id":"feature-driveway","url":"http://img.b2bpic.net/free-photo/columns-parking-lot_1127-34.jpg","alt":"clean concrete driveway before after"},
{"id":"feature-house","url":"http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg","alt":"house washing soft wash technique"},
{"id":"feature-roof","url":"http://img.b2bpic.net/free-photo/male-worker-using-concrete-screed-machine-construction-site_651396-2749.jpg","alt":"roof cleaning moss removal service"},
{"id":"feature-deck","url":"http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-24808.jpg","alt":"clean wooden deck pressure wash"},
{"id":"gallery-before-after-driveway","url":"http://img.b2bpic.net/free-photo/batako-wall-texture-street_272375-3198.jpg","alt":"driveway before and after cleaning"},
{"id":"gallery-before-after-house","url":"http://img.b2bpic.net/free-photo/painting-red_1385-599.jpg","alt":"house exterior clean before after"},
{"id":"gallery-before-after-siding","url":"http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13915.jpg","alt":"dirty vinyl siding clean comparison"},
{"id":"gallery-before-after-concrete","url":"http://img.b2bpic.net/free-photo/batako-wall-texture-street_272375-3192.jpg","alt":"concrete patio before after cleaning"},
{"id":"gallery-before-after-patio","url":"http://img.b2bpic.net/free-photo/closeup-shot-wooden-bench_181624-15544.jpg","alt":"wooden deck before after restoration"},
{"id":"gallery-before-after-fence","url":"http://img.b2bpic.net/free-photo/man-is-applying-paint-old-fence-using-airbrush-his-garden_613910-17232.jpg","alt":"dirty wooden fence clean before after"},
{"id":"testimonial-1","url":"http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg","alt":"happy customer smiling outdoors"},
{"id":"testimonial-2","url":"http://img.b2bpic.net/free-photo/closeup-attractive-young-man-showing-thumbup-praising-good-work-standing-light-blue-backgrou_1258-161401.jpg","alt":"man giving thumbs up happy"},
{"id":"testimonial-3","url":"http://img.b2bpic.net/free-photo/beautiful-smiling-girl-blouse-happily-looking-camera-holding-blue-paper-message-icon-hand-near-head-while-spending-time-office_574295-5901.jpg","alt":"woman smiling in front of business"},
{"id":"testimonial-4","url":"http://img.b2bpic.net/free-photo/woman-holding-bill-piggy-bank_1169-122.jpg","alt":"elderly couple happy at home"},
{"id":"testimonial-5","url":"http://img.b2bpic.net/free-photo/house-model-blocks-with-question-mark-sign-paper-model-against-grunge-white-wall_23-2148038650.jpg","alt":"young family enjoying clean patio"},
{"id":"faq-clean-home","url":"http://img.b2bpic.net/free-photo/female-with-headphones-listening-music_23-2148602755.jpg","alt":"sparkling clean home exterior blue sky"},
{"id":"contact-equipment","url":"http://img.b2bpic.net/free-photo/gardening_23-2148020462.jpg","alt":"professional pressure washing equipment"}
];
const getAssetUrl = (id) => assetMap.find(asset => asset.id === id)?.url || '';
const getAssetAlt = (id, fallbackAlt) => assetMap.find(asset => asset.id === id)?.alt || fallbackAlt || '';
export default function LandingPage() {
return (
<ThemeProvider
@@ -66,8 +40,8 @@ export default function LandingPage() {
{ name: "FAQ", id: "#faq" },
{ name: "Contact", id: "#contact" }
]}
logoSrc={getAssetUrl("logo-the-good-sons")}
logoAlt={getAssetAlt("logo-the-good-sons", "The Good Sons Pressure Washing Logo")}
logoSrc="http://img.b2bpic.net/free-vector/pressure-washing-logo-template_23-2149203659.jpg"
logoAlt="pressure washing company logo"
button={{
text: "Get a Free Quote", href: "#contact"
}}
@@ -82,8 +56,8 @@ export default function LandingPage() {
{ text: "Get a Free Quote", href: "#contact" },
{ text: "View Our Services", href: "#services" }
]}
imageSrc={getAssetUrl("hero-pressure-washing")}
imageAlt={getAssetAlt("hero-pressure-washing", "Sparkling clean home exterior after pressure washing")}
imageSrc="http://img.b2bpic.net/free-photo/road-sidewalk-gardens-stone-nature_1203-5157.jpg"
imageAlt="modern home exterior pressure washing"
mediaAnimation="slide-up"
imagePosition="right"
buttonAnimation="blur-reveal"
@@ -99,8 +73,8 @@ export default function LandingPage() {
{ value: "500+", title: "Projects Completed" }
]}
useInvertedBackground={true}
imageSrc={getAssetUrl("about-brothers-working")}
imageAlt={getAssetAlt("about-brothers-working", "The Good Sons founders with pressure washing equipment")}
imageSrc="http://img.b2bpic.net/free-photo/happy-senior-couple-with-water-hose_23-2148256618.jpg"
imageAlt="two brothers working together pressure washing"
mediaAnimation="slide-up"
metricsAnimation="entrance-slide"
/>
@@ -111,24 +85,16 @@ export default function LandingPage() {
description="From delicate siding to tough concrete, our expert team uses the right techniques and equipment to safely and effectively clean all types of exterior surfaces. Discover our range of services designed to make your property shine."
features={[
{
title: "Driveway & Walkway Cleaning", description: "Restore the pristine look of your concrete and paved surfaces, removing dirt, oil stains, and grime.", imageSrc: getAssetUrl("feature-driveway"),
imageAlt: getAssetAlt("feature-driveway", "Clean concrete driveway"),
buttonIcon: ArrowRight
title: "Driveway & Walkway Cleaning", description: "Restore the pristine look of your concrete and paved surfaces, removing dirt, oil stains, and grime.", imageSrc: "http://img.b2bpic.net/free-photo/columns-parking-lot_1127-34.jpg", imageAlt: "clean concrete driveway before after", buttonIcon: ArrowRight
},
{
title: "House Washing", description: "Gentle soft wash techniques to safely clean your home's siding, stucco, brick, and delicate exterior surfaces.", imageSrc: getAssetUrl("feature-house"),
imageAlt: getAssetAlt("feature-house", "Clean house siding"),
buttonIcon: ArrowRight
title: "House Washing", description: "Gentle soft wash techniques to safely clean your home's siding, stucco, brick, and delicate exterior surfaces.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg", imageAlt: "house washing soft wash technique", buttonIcon: ArrowRight
},
{
title: "Roof Cleaning", description: "Eliminate moss, algae, and black streaks with our specialized low-pressure roof cleaning, protecting your roof's integrity.", imageSrc: getAssetUrl("feature-roof"),
imageAlt: getAssetAlt("feature-roof", "Clean residential roof"),
buttonIcon: ArrowRight
title: "Roof Cleaning", description: "Eliminate moss, algae, and black streaks with our specialized low-pressure roof cleaning, protecting your roof's integrity.", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-using-concrete-screed-machine-construction-site_651396-2749.jpg", imageAlt: "roof cleaning moss removal service", buttonIcon: ArrowRight
},
{
title: "Deck & Patio Cleaning", description: "Revitalize your outdoor living spaces, removing built-up dirt, mildew, and weathering from wood, composite, and stone.", imageSrc: getAssetUrl("feature-deck"),
imageAlt: getAssetAlt("feature-deck", "Clean wooden deck"),
buttonIcon: ArrowRight
title: "Deck & Patio Cleaning", description: "Revitalize your outdoor living spaces, removing built-up dirt, mildew, and weathering from wood, composite, and stone.", imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-24808.jpg", imageAlt: "clean wooden deck pressure wash", buttonIcon: ArrowRight
}
]}
textboxLayout="default"
@@ -140,33 +106,27 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Before & After", name: "Driveway Transformation", price: "See the Difference", rating: 5,
reviewCount: "250+ Projects", imageSrc: getAssetUrl("gallery-before-after-driveway"),
imageAlt: getAssetAlt("gallery-before-after-driveway", "Cleaned driveway before and after")
reviewCount: "250+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/batako-wall-texture-street_272375-3198.jpg", imageAlt: "driveway before and after cleaning"
},
{
id: "2", brand: "Before & After", name: "House Exterior Wash", price: "See the Difference", rating: 5,
reviewCount: "250+ Projects", imageSrc: getAssetUrl("gallery-before-after-house"),
imageAlt: getAssetAlt("gallery-before-after-house", "Cleaned house exterior before and after")
reviewCount: "250+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/painting-red_1385-599.jpg", imageAlt: "house exterior clean before after"
},
{
id: "3", brand: "Before & After", name: "Siding Refresh", price: "See the Difference", rating: 5,
reviewCount: "250+ Projects", imageSrc: getAssetUrl("gallery-before-after-siding"),
imageAlt: getAssetAlt("gallery-before-after-siding", "Cleaned siding before and after")
reviewCount: "250+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13915.jpg", imageAlt: "dirty vinyl siding clean comparison"
},
{
id: "4", brand: "Before & After", name: "Concrete Patio Rejuvenation", price: "See the Difference", rating: 5,
reviewCount: "250+ Projects", imageSrc: getAssetUrl("gallery-before-after-concrete"),
imageAlt: getAssetAlt("gallery-before-after-concrete", "Cleaned concrete patio before and after")
reviewCount: "250+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/batako-wall-texture-street_272375-3192.jpg", imageAlt: "concrete patio before after cleaning"
},
{
id: "5", brand: "Before & After", name: "Deck & Fence Restoration", price: "See the Difference", rating: 5,
reviewCount: "250+ Projects", imageSrc: getAssetUrl("gallery-before-after-patio"),
imageAlt: getAssetAlt("gallery-before-after-patio", "Cleaned wooden deck before and after")
reviewCount: "250+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-wooden-bench_181624-15544.jpg", imageAlt: "wooden deck before after restoration"
},
{
id: "6", brand: "Before & After", name: "Fence Power Wash", price: "See the Difference", rating: 5,
reviewCount: "250+ Projects", imageSrc: getAssetUrl("gallery-before-after-fence"),
imageAlt: getAssetAlt("gallery-before-after-fence", "Cleaned wooden fence before and after")
reviewCount: "250+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/man-is-applying-paint-old-fence-using-airbrush-his-garden_613910-17232.jpg", imageAlt: "dirty wooden fence clean before after"
}
]}
gridVariant="bento-grid"
@@ -214,24 +174,19 @@ export default function LandingPage() {
<TestimonialCardTen
testimonials={[
{
id: "1", title: "Absolutely Transformed My Home!", quote: "The Good Sons did an incredible job on my house and driveway. It looks brand new! Their attention to detail and professional approach were outstanding. Highly recommend!", name: "Sarah J.", role: "Homeowner", imageSrc: getAssetUrl("testimonial-1"),
imageAlt: getAssetAlt("testimonial-1", "Customer Sarah J.")
id: "1", title: "Absolutely Transformed My Home!", quote: "The Good Sons did an incredible job on my house and driveway. It looks brand new! Their attention to detail and professional approach were outstanding. Highly recommend!", name: "Sarah J.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "happy customer smiling outdoors"
},
{
id: "2", title: "Exceptional Service, Fantastic Results", quote: "We've used several pressure washing companies in the past, but The Good Sons truly stands out. Our deck and patio have never looked better. They were prompt, efficient, and very friendly.", name: "Michael D.", role: "Residential Client", imageSrc: getAssetUrl("testimonial-2"),
imageAlt: getAssetAlt("testimonial-2", "Customer Michael D.")
id: "2", title: "Exceptional Service, Fantastic Results", quote: "We've used several pressure washing companies in the past, but The Good Sons truly stands out. Our deck and patio have never looked better. They were prompt, efficient, and very friendly.", name: "Michael D.", role: "Residential Client", imageSrc: "http://img.b2bpic.net/free-photo/closeup-attractive-young-man-showing-thumbup-praising-good-work-standing-light-blue-backgrou_1258-161401.jpg", imageAlt: "man giving thumbs up happy"
},
{
id: "3", title: "Reliable and Professional for Our Business", quote: "As a business owner, curb appeal is crucial. The Good Sons exceeded our expectations in cleaning our commercial facade and walkways. We'll definitely be calling them again!", name: "Emily R.", role: "Business Owner", imageSrc: getAssetUrl("testimonial-3"),
imageAlt: getAssetAlt("testimonial-3", "Customer Emily R.")
id: "3", title: "Reliable and Professional for Our Business", quote: "As a business owner, curb appeal is crucial. The Good Sons exceeded our expectations in cleaning our commercial facade and walkways. We'll definitely be calling them again!", name: "Emily R.", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-girl-blouse-happily-looking-camera-holding-blue-paper-message-icon-hand-near-head-while-spending-time-office_574295-5901.jpg", imageAlt: "woman smiling in front of business"
},
{
id: "4", title: "My Roof Looks Amazing!", quote: "I was worried about the moss and streaks on my roof, but The Good Sons handled it with such care. The low-pressure wash was perfect, and my roof looks years younger.", name: "David K.", role: "Homeowner", imageSrc: getAssetUrl("testimonial-4"),
imageAlt: getAssetAlt("testimonial-4", "Customer David K.")
id: "4", title: "My Roof Looks Amazing!", quote: "I was worried about the moss and streaks on my roof, but The Good Sons handled it with such care. The low-pressure wash was perfect, and my roof looks years younger.", name: "David K.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-bill-piggy-bank_1169-122.jpg", imageAlt: "elderly couple happy at home"
},
{
id: "5", title: "Great Value and Incredible Work", quote: "The pricing was fair, and the quality of work was beyond what I expected. My fence and driveway are spotless. It's clear they take pride in what they do. Thankujudkan Thank you, Good Sons!", name: "Jessica L.", role: "Happy Client", imageSrc: getAssetUrl("testimonial-5"),
imageAlt: getAssetAlt("testimonial-5", "Happy Client Jessica L.")
id: "5", title: "Great Value and Incredible Work", quote: "The pricing was fair, and the quality of work was beyond what I expected. My fence and driveway are spotless. It's clear they take pride in what they do. Thank you, Good Sons!", name: "Jessica L.", role: "Happy Client", imageSrc: "http://img.b2bpic.net/free-photo/house-model-blocks-with-question-mark-sign-paper-model-against-grunge-white-wall_23-2148038650.jpg", imageAlt: "young family enjoying clean patio"
}
]}
title="Hear From Our Happy Customers"
@@ -253,8 +208,8 @@ export default function LandingPage() {
id: "q3", title: "How often should I have my property pressure washed?", content: "Typically, we recommend professional pressure washing once a year to maintain your property's appearance and prevent buildup of dirt, mold, and mildew. However, it can vary based on your location and environment."
}
]}
imageSrc={getAssetUrl("faq-clean-home")}
imageAlt={getAssetAlt("faq-clean-home", "Sparkling clean home exterior")}
imageSrc="http://img.b2bpic.net/free-photo/female-with-headphones-listening-music_23-2148602755.jpg"
imageAlt="sparkling clean home exterior blue sky"
mediaAnimation="slide-up"
mediaPosition="left"
title="Frequently Asked Questions"
@@ -271,8 +226,8 @@ export default function LandingPage() {
description="Schedule your pressure washing service today! Fill out the form below or give us a call for a free, no-obligation quote."
background={{ variant: "plain" }}
useInvertedBackground={true}
imageSrc={getAssetUrl("contact-equipment")}
imageAlt={getAssetAlt("contact-equipment", "Professional pressure washing equipment")}
imageSrc="http://img.b2bpic.net/free-photo/gardening_23-2148020462.jpg"
imageAlt="professional pressure washing equipment"
mediaAnimation="slide-up"
mediaPosition="left"
inputPlaceholder="Your Email Address"
@@ -307,12 +262,12 @@ export default function LandingPage() {
]
}
]}
logoSrc={getAssetUrl("logo-the-good-sons")}
logoAlt={getAssetAlt("logo-the-good-sons", "The Good Sons Pressure Washing Logo")}
logoSrc="http://img.b2bpic.net/free-vector/pressure-washing-logo-template_23-2149203659.jpg"
logoAlt="pressure washing company logo"
logoText="The Good Sons"
copyrightText="© 2024 The Good Sons Pressure Washing. All rights reserved."
/>
</div>
</ThemeProvider>
);
}
}