Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 50d7e40b4b | |||
| 0b3bbe1c59 |
@@ -10,8 +10,8 @@ import { getVisualEditScript } from "@/utils/visual-edit-script";
|
|||||||
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: 'Sparkle Clean Co. | Professional Exterior Cleaning Services',
|
title: 'Bradley Pressure Washing | Professional Exterior Cleaning Services',
|
||||||
description: 'Expert fence, sidewalk, patio, driveway, and trash can cleaning services. Get a free quote and transform your property today!',
|
description: 'Expert fence, sidewalk, patio, driveway, and trash can cleaning services by Bradley Pressure Washing. Get a free quote and transform your property today!',
|
||||||
keywords: ["fence cleaning, sidewalk cleaning, patio cleaning, driveway cleaning, trash can cleaning, power washing, exterior cleaning, pressure washing, home cleaning services"],
|
keywords: ["fence cleaning, sidewalk cleaning, patio cleaning, driveway cleaning, trash can cleaning, power washing, exterior cleaning, pressure washing, home cleaning services"],
|
||||||
openGraph: {
|
openGraph: {
|
||||||
"title": "Sparkle Clean Co. | Professional Exterior Cleaning Services",
|
"title": "Sparkle Clean Co. | Professional Exterior Cleaning Services",
|
||||||
|
|||||||
246
src/app/page.tsx
246
src/app/page.tsx
@@ -30,42 +30,36 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "services"
|
||||||
id: "services",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Gallery",
|
name: "Gallery", id: "gallery"
|
||||||
id: "gallery",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"
|
||||||
id: "about",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "testimonials"
|
||||||
id: "testimonials",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"
|
||||||
id: "contact",
|
}
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Sparkle Clean Co."
|
brandName="Bradley Pressure Washing"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"
|
||||||
}}
|
}}
|
||||||
logoText="Sparkle Clean Co."
|
logoText="Bradley Pressure Washing"
|
||||||
description="Your trusted partner for a spotless property. We bring life back to your fences, sidewalks, patios, driveways, and trash cans!"
|
description="We do fence cleaning, sidewalk cleaning, patio cleaning, driveway cleaning, and trash can cleaning. Your trusted partner for a spotless property!"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get a Free Quote",
|
text: "Get a Free Quote", href: "#contact"
|
||||||
href: "#contact",
|
}
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27417.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27417.jpg"
|
||||||
imageAlt="Sparkling clean outdoor area after professional cleaning"
|
imageAlt="Sparkling clean outdoor area after professional cleaning"
|
||||||
@@ -80,58 +74,33 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "fence-cleaning",
|
id: "fence-cleaning", label: "Fence Cleaning", title: "Restore Your Fence's Beauty", items: [
|
||||||
label: "Fence Cleaning",
|
"Removes dirt, grime, and mildew", "Protects against decay", "Enhances curb appeal"
|
||||||
title: "Restore Your Fence's Beauty",
|
]
|
||||||
items: [
|
|
||||||
"Removes dirt, grime, and mildew",
|
|
||||||
"Protects against decay",
|
|
||||||
"Enhances curb appeal",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "sidewalk-cleaning",
|
id: "sidewalk-cleaning", label: "Sidewalk Cleaning", title: "Pristine Pathways", items: [
|
||||||
label: "Sidewalk Cleaning",
|
"Eliminates stains and discoloration", "Reduces slip hazards", "Boosts property appearance"
|
||||||
title: "Pristine Pathways",
|
]
|
||||||
items: [
|
|
||||||
"Eliminates stains and discoloration",
|
|
||||||
"Reduces slip hazards",
|
|
||||||
"Boosts property appearance",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "patio-cleaning",
|
id: "patio-cleaning", label: "Patio Cleaning", title: "Enjoy Your Outdoor Space", items: [
|
||||||
label: "Patio Cleaning",
|
"Deep cleaning for all patio materials", "Removes algae, moss, and dirt", "Creates a welcoming entertainment area"
|
||||||
title: "Enjoy Your Outdoor Space",
|
]
|
||||||
items: [
|
|
||||||
"Deep cleaning for all patio materials",
|
|
||||||
"Removes algae, moss, and dirt",
|
|
||||||
"Creates a welcoming entertainment area",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "driveway-cleaning",
|
id: "driveway-cleaning", label: "Driveway Cleaning", title: "A Spotless Welcome Home", items: [
|
||||||
label: "Driveway Cleaning",
|
"Removes oil, grease, and tire marks", "Prevents surface deterioration", "Significant visual improvement"
|
||||||
title: "A Spotless Welcome Home",
|
]
|
||||||
items: [
|
|
||||||
"Removes oil, grease, and tire marks",
|
|
||||||
"Prevents surface deterioration",
|
|
||||||
"Significant visual improvement",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "trash-can-cleaning",
|
id: "trash-can-cleaning", label: "Trash Can Cleaning", title: "Odor-Free & Hygienic", items: [
|
||||||
label: "Trash Can Cleaning",
|
"Sanitizes and disinfects", "Eliminates foul odors", "Reduces pest attraction"
|
||||||
title: "Odor-Free & Hygienic",
|
]
|
||||||
items: [
|
}
|
||||||
"Sanitizes and disinfects",
|
|
||||||
"Eliminates foul odors",
|
|
||||||
"Reduces pest attraction",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Expert Cleaning Services"
|
title="Our Specialized Cleaning Services"
|
||||||
description="At Sparkle Clean Co., we specialize in a range of exterior cleaning services designed to revitalize your property and maintain its pristine condition."
|
description="Bradley Pressure Washing offers comprehensive exterior cleaning, ensuring every surface of your property is spotless."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -143,64 +112,39 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "patio-transformation",
|
id: "patio-transformation", name: "Patio Cleaning", price: "View Results", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-16156.jpg", imageAlt: "Dirty patio before cleaning"
|
||||||
name: "Patio Cleaning",
|
|
||||||
price: "View Results",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-16156.jpg",
|
|
||||||
imageAlt: "Dirty patio before cleaning",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "patio-after",
|
id: "patio-after", name: "Patio Cleaning", price: "View Results", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-practicing-yoga_72229-499.jpg", imageAlt: "Clean patio after cleaning"
|
||||||
name: "Patio Cleaning",
|
|
||||||
price: "View Results",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-practicing-yoga_72229-499.jpg",
|
|
||||||
imageAlt: "Clean patio after cleaning",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "driveway-transformation",
|
id: "driveway-transformation", name: "Driveway Cleaning", price: "View Results", imageSrc: "http://img.b2bpic.net/free-photo/glittery-golden-black-wrapping-paper_53876-88534.jpg", imageAlt: "Dirty driveway before cleaning"
|
||||||
name: "Driveway Cleaning",
|
|
||||||
price: "View Results",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/glittery-golden-black-wrapping-paper_53876-88534.jpg",
|
|
||||||
imageAlt: "Dirty driveway before cleaning",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "driveway-after",
|
id: "driveway-after", name: "Driveway Cleaning", price: "View Results", imageSrc: "http://img.b2bpic.net/free-photo/asphalt-street-grunge-texture-urban_58702-10717.jpg", imageAlt: "Clean driveway after cleaning"
|
||||||
name: "Driveway Cleaning",
|
|
||||||
price: "View Results",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/asphalt-street-grunge-texture-urban_58702-10717.jpg",
|
|
||||||
imageAlt: "Clean driveway after cleaning",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "fence-transformation",
|
id: "fence-transformation", name: "Fence Cleaning", price: "View Results", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15436.jpg", imageAlt: "Dirty fence before cleaning"
|
||||||
name: "Fence Cleaning",
|
|
||||||
price: "View Results",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15436.jpg",
|
|
||||||
imageAlt: "Dirty fence before cleaning",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "fence-after",
|
id: "fence-after", name: "Fence Cleaning", price: "View Results", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15459.jpg", imageAlt: "Clean fence after cleaning"
|
||||||
name: "Fence Cleaning",
|
}
|
||||||
price: "View Results",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15459.jpg",
|
|
||||||
imageAlt: "Clean fence after cleaning",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Transformations You Can See"
|
title="See Our Work: Before & After"
|
||||||
description="Witness the dramatic difference our professional cleaning services make. Our before and after gallery showcases real results."
|
description="Witness the power of pressure washing! Our gallery showcases dramatic transformations of fences, sidewalks, patios, and driveways."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextAbout
|
<TextAbout
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
tag="Our Commitment"
|
tag="About Bradley Pressure Washing"
|
||||||
tagAnimation="opacity"
|
tagAnimation="opacity"
|
||||||
title="Why Choose Sparkle Clean Co.?"
|
title="Your Trusted Partner for a Pristine Property"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Learn More",
|
text: "Learn More", href: "#services"
|
||||||
href: "#services",
|
}
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -212,41 +156,25 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah J.", handle: "@SarahJClean", testimonial: "Sparkle Clean Co. transformed my patio! It looks brand new, and the team was incredibly professional and efficient. Highly recommend!", rating: 5,
|
||||||
name: "Sarah J.",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-woman-with-blue-shirt_1098-3627.jpg"
|
||||||
handle: "@SarahJClean",
|
|
||||||
testimonial: "Sparkle Clean Co. transformed my patio! It looks brand new, and the team was incredibly professional and efficient. Highly recommend!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-woman-with-blue-shirt_1098-3627.jpg",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Mark L.", handle: "@MarkLHome", testimonial: "My driveway went from grimy to sparkling. The difference is amazing. Excellent service and great attention to detail.", rating: 5,
|
||||||
name: "Mark L.",
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-looking-camera-winking_1262-18708.jpg"
|
||||||
handle: "@MarkLHome",
|
|
||||||
testimonial: "My driveway went from grimy to sparkling. The difference is amazing. Excellent service and great attention to detail.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-looking-camera-winking_1262-18708.jpg",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emily R.", handle: "@EmilyRSpaces", testimonial: "Fence cleaning was overdue, and Sparkle Clean Co. delivered. My backyard looks so much brighter now. Fantastic job!", rating: 5,
|
||||||
name: "Emily R.",
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12687.jpg"
|
||||||
handle: "@EmilyRSpaces",
|
|
||||||
testimonial: "Fence cleaning was overdue, and Sparkle Clean Co. delivered. My backyard looks so much brighter now. Fantastic job!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12687.jpg",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David K.", handle: "@DavidKProperties", testimonial: "The trash can cleaning service is a game-changer. No more odors, and they look incredibly clean. A service I truly appreciate!", rating: 5,
|
||||||
name: "David K.",
|
imageSrc: "http://img.b2bpic.net/free-photo/grey-haired-senior-man-wears-transparent-glasses-white-sweater-stands-cools-hot-beverage-enjoys-pleasant-conversation-poses-against-purple-background_273609-33931.jpg"
|
||||||
handle: "@DavidKProperties",
|
}
|
||||||
testimonial: "The trash can cleaning service is a game-changer. No more odors, and they look incredibly clean. A service I truly appreciate!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-haired-senior-man-wears-transparent-glasses-white-sweater-stands-cools-hot-beverage-enjoys-pleasant-conversation-poses-against-purple-background_273609-33931.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
title="What Our Clients Say"
|
title="Hear From Our Happy Clients"
|
||||||
description="Don't just take our word for it. Our clients love the results and professionalism we bring to every cleaning project."
|
description="Our clients consistently praise our attention to detail and outstanding results across all our cleaning services."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -254,14 +182,13 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"
|
||||||
}}
|
}}
|
||||||
text="Ready for a sparkling clean property? Contact us today for a free estimate!"
|
text="Ready for a sparkling clean property? Contact us today for a free estimate! Call us at 469-769-2200 or email us at BradleyPressureWashing1@gmail.com."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Your Free Quote",
|
text: "Get Your Free Quote", href: "mailto:BradleyPressureWashing1@gmail.com"
|
||||||
href: "mailto:info@sparklecleanco.com",
|
}
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -270,63 +197,50 @@ export default function LandingPage() {
|
|||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Fence Cleaning",
|
label: "Fence Cleaning", href: "#services"
|
||||||
href: "#services",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Sidewalk Cleaning",
|
label: "Sidewalk Cleaning", href: "#services"
|
||||||
href: "#services",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Patio Cleaning",
|
label: "Patio Cleaning", href: "#services"
|
||||||
href: "#services",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Driveway Cleaning",
|
label: "Driveway Cleaning", href: "#services"
|
||||||
href: "#services",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Trash Can Cleaning",
|
label: "Trash Can Cleaning", href: "#services"
|
||||||
href: "#services",
|
}
|
||||||
},
|
]
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"
|
||||||
href: "#about",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Gallery",
|
label: "Gallery", href: "#gallery"
|
||||||
href: "#gallery",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"
|
||||||
href: "#contact",
|
}
|
||||||
},
|
]
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"
|
||||||
href: "#",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"
|
||||||
href: "#",
|
}
|
||||||
},
|
]
|
||||||
],
|
}
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoText="Sparkle Clean Co."
|
logoText="Bradley Pressure Washing"
|
||||||
copyrightText="© 2024 | Sparkle Clean Co. All rights reserved."
|
copyrightText="© 2024 | Bradley Pressure Washing. All rights reserved."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user