Update src/app/page.tsx
This commit is contained in:
216
src/app/page.tsx
216
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="PureClean"
|
||||
/>
|
||||
@@ -53,18 +41,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Restore Your Home’s Shine"
|
||||
description="Professional pressure washing services to rejuvenate your home’s exterior. We remove grime, mold, and stains, leaving your property looking brand new."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-24808.jpg?_wi=1"
|
||||
buttons={[{ text: "Get a Free Quote", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-24808.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -73,21 +54,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Why Choose PureClean"
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "10+",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Projects Completed",
|
||||
value: "2,500+",
|
||||
},
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Satisfied Clients",
|
||||
value: "98%",
|
||||
},
|
||||
{ icon: Award, label: "Years Experience", value: "10+" },
|
||||
{ icon: CheckCircle, label: "Projects Completed", value: "2,500+" },
|
||||
{ icon: Sparkles, label: "Satisfied Clients", value: "98%" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -100,67 +69,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "House Washing",
|
||||
description: "Safe, effective soft washing to remove dirt, mold, and mildew from your siding.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-cleaning-hazmat-suit_23-2149345576.jpg",
|
||||
imageAlt: "House Washing",
|
||||
},
|
||||
title: "House Washing", description: "Safe, effective soft washing to remove dirt, mold, and mildew from your siding.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-cleaning-hazmat-suit_23-2149345576.jpg", imageAlt: "House Washing"},
|
||||
items: [
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Eco-friendly soaps",
|
||||
},
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Surface protection",
|
||||
},
|
||||
{ icon: Sparkles, text: "Eco-friendly soaps" },
|
||||
{ icon: Shield, text: "Surface protection" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-24808.jpg?_wi=2",
|
||||
imageAlt: "siding house cleaning professional",
|
||||
},
|
||||
{
|
||||
title: "Driveway Cleaning",
|
||||
description: "Deep clean concrete and pavers to remove oil, algae, and stubborn surface stains.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27386.jpg",
|
||||
imageAlt: "Driveway Cleaning",
|
||||
},
|
||||
title: "Driveway Cleaning", description: "Deep clean concrete and pavers to remove oil, algae, and stubborn surface stains.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27386.jpg", imageAlt: "Driveway Cleaning"},
|
||||
items: [
|
||||
{
|
||||
icon: Zap,
|
||||
text: "High pressure power",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Deep stain extraction",
|
||||
},
|
||||
{ icon: Zap, text: "High pressure power" },
|
||||
{ icon: CheckCircle, text: "Deep stain extraction" },
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24747.jpg",
|
||||
imageAlt: "siding house cleaning professional",
|
||||
},
|
||||
{
|
||||
title: "Roof Cleaning",
|
||||
description: "Remove unsightly black streaks and moss growth without damaging your shingles.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg?_wi=1",
|
||||
imageAlt: "Roof Cleaning",
|
||||
},
|
||||
title: "Roof Cleaning", description: "Remove unsightly black streaks and moss growth without damaging your shingles.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg", imageAlt: "Roof Cleaning"},
|
||||
items: [
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Gentle soft wash",
|
||||
},
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Algae prevention",
|
||||
},
|
||||
{ icon: Shield, text: "Gentle soft wash" },
|
||||
{ icon: Sparkles, text: "Algae prevention" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg?_wi=1",
|
||||
imageAlt: "siding house cleaning professional",
|
||||
},
|
||||
]}
|
||||
title="Our Specialized Services"
|
||||
@@ -173,46 +106,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Incredible results!",
|
||||
quote: "My driveway has never looked this clean. The team was fast and professional.",
|
||||
name: "Sarah Miller",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Worth every penny.",
|
||||
quote: "They removed years of black streaks from our roof safely. Highly recommended.",
|
||||
name: "James Wilson",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Professional and fast.",
|
||||
quote: "Our siding looks brand new. Very pleased with their soft wash service.",
|
||||
name: "Emily Chen",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-thinking_93675-133241.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Top notch service!",
|
||||
quote: "Excellent communication and a spotless finish. Will definitely use again.",
|
||||
name: "David Rogers",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358979.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Exceeded expectations.",
|
||||
quote: "A truly professional job from start to finish. Our home curb appeal improved instantly.",
|
||||
name: "Linda Smith",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg",
|
||||
},
|
||||
{ id: "1", title: "Incredible results!", quote: "My driveway has never looked this clean. The team was fast and professional.", name: "Sarah Miller", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg" },
|
||||
{ id: "2", title: "Worth every penny.", quote: "They removed years of black streaks from our roof safely. Highly recommended.", name: "James Wilson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg" },
|
||||
{ id: "3", title: "Professional and fast.", quote: "Our siding looks brand new. Very pleased with their soft wash service.", name: "Emily Chen", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/woman-thinking_93675-133241.jpg" },
|
||||
{ id: "4", title: "Top notch service!", quote: "Excellent communication and a spotless finish. Will definitely use again.", name: "David Rogers", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358979.jpg" },
|
||||
{ id: "5", title: "Exceeded expectations.", quote: "A truly professional job from start to finish. Our home curb appeal improved instantly.", name: "Linda Smith", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg" },
|
||||
]}
|
||||
title="Trusted by Homeowners"
|
||||
description="See why our clients choose us for their exterior cleaning needs."
|
||||
@@ -224,21 +122,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Is pressure washing safe for my home?",
|
||||
content: "Yes, we use low-pressure 'soft wash' techniques for siding and roofs to ensure zero damage.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How often should I clean my house?",
|
||||
content: "We recommend professional exterior cleaning every 12-18 months to prevent mold build-up.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do I need to be home?",
|
||||
content: "No, as long as we have access to a water source, we can complete the work while you are out.",
|
||||
},
|
||||
{ id: "f1", title: "Is pressure washing safe for my home?", content: "Yes, we use low-pressure 'soft wash' techniques for siding and roofs to ensure zero damage." },
|
||||
{ id: "f2", title: "How often should I clean my house?", content: "We recommend professional exterior cleaning every 12-18 months to prevent mold build-up." },
|
||||
{ id: "f3", title: "Do I need to be home?", content: "No, as long as we have access to a water source, we can complete the work while you are out." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common answers about our pressure washing process and safety."
|
||||
@@ -249,18 +135,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Get a Sparkling Clean Home Today"
|
||||
description="Ready to see the PureClean difference? Schedule your free quote now."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now",
|
||||
href: "mailto:info@pureclean.com",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us Now", href: "mailto:info@pureclean.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -268,33 +147,16 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "House Washing",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Driveway Cleaning",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Roof Cleaning",
|
||||
href: "#",
|
||||
},
|
||||
title: "Services", items: [
|
||||
{ label: "House Washing", href: "#" },
|
||||
{ label: "Driveway Cleaning", href: "#" },
|
||||
{ label: "Roof Cleaning", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user