Merge version_2 into main #1
@@ -10,8 +10,8 @@ import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Sparkle Clean Co. | Professional Exterior Cleaning Services',
|
||||
description: 'Expert fence, sidewalk, patio, driveway, and trash can cleaning services. Get a free quote and transform your property today!',
|
||||
title: 'Bradley Pressure Washing | Professional Exterior Cleaning Services',
|
||||
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"],
|
||||
openGraph: {
|
||||
"title": "Sparkle Clean Co. | Professional Exterior Cleaning Services",
|
||||
|
||||
248
src/app/page.tsx
248
src/app/page.tsx
@@ -30,42 +30,36 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
name: "Services", id: "services"
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
name: "Gallery", id: "gallery"
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
name: "About", id: "about"
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
name: "Testimonials", id: "testimonials"
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"
|
||||
}
|
||||
]}
|
||||
brandName="Sparkle Clean Co."
|
||||
brandName="Bradley Pressure Washing"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
variant: "radial-gradient"
|
||||
}}
|
||||
logoText="Sparkle Clean Co."
|
||||
description="Your trusted partner for a spotless property. We bring life back to your fences, sidewalks, patios, driveways, and trash cans!"
|
||||
logoText="Bradley Pressure Washing"
|
||||
description="We do fence cleaning, sidewalk cleaning, patio cleaning, driveway cleaning, and trash can cleaning. Your trusted partner for a spotless property!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27417.jpg"
|
||||
imageAlt="Sparkling clean outdoor area after professional cleaning"
|
||||
@@ -80,58 +74,33 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "fence-cleaning",
|
||||
label: "Fence Cleaning",
|
||||
title: "Restore Your Fence's Beauty",
|
||||
items: [
|
||||
"Removes dirt, grime, and mildew",
|
||||
"Protects against decay",
|
||||
"Enhances curb appeal",
|
||||
],
|
||||
id: "fence-cleaning", label: "Fence Cleaning", title: "Restore Your Fence's Beauty", items: [
|
||||
"Removes dirt, grime, and mildew", "Protects against decay", "Enhances curb appeal"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "sidewalk-cleaning",
|
||||
label: "Sidewalk Cleaning",
|
||||
title: "Pristine Pathways",
|
||||
items: [
|
||||
"Eliminates stains and discoloration",
|
||||
"Reduces slip hazards",
|
||||
"Boosts property appearance",
|
||||
],
|
||||
id: "sidewalk-cleaning", label: "Sidewalk Cleaning", title: "Pristine Pathways", items: [
|
||||
"Eliminates stains and discoloration", "Reduces slip hazards", "Boosts property appearance"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "patio-cleaning",
|
||||
label: "Patio Cleaning",
|
||||
title: "Enjoy Your Outdoor Space",
|
||||
items: [
|
||||
"Deep cleaning for all patio materials",
|
||||
"Removes algae, moss, and dirt",
|
||||
"Creates a welcoming entertainment area",
|
||||
],
|
||||
id: "patio-cleaning", label: "Patio Cleaning", 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",
|
||||
label: "Driveway Cleaning",
|
||||
title: "A Spotless Welcome Home",
|
||||
items: [
|
||||
"Removes oil, grease, and tire marks",
|
||||
"Prevents surface deterioration",
|
||||
"Significant visual improvement",
|
||||
],
|
||||
id: "driveway-cleaning", label: "Driveway Cleaning", title: "A Spotless Welcome Home", items: [
|
||||
"Removes oil, grease, and tire marks", "Prevents surface deterioration", "Significant visual improvement"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "trash-can-cleaning",
|
||||
label: "Trash Can Cleaning",
|
||||
title: "Odor-Free & Hygienic",
|
||||
items: [
|
||||
"Sanitizes and disinfects",
|
||||
"Eliminates foul odors",
|
||||
"Reduces pest attraction",
|
||||
],
|
||||
},
|
||||
id: "trash-can-cleaning", label: "Trash Can Cleaning", title: "Odor-Free & Hygienic", items: [
|
||||
"Sanitizes and disinfects", "Eliminates foul odors", "Reduces pest attraction"
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Our Expert 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."
|
||||
title="Our Specialized Cleaning Services"
|
||||
description="Bradley Pressure Washing offers comprehensive exterior cleaning, ensuring every surface of your property is spotless."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -143,64 +112,39 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
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",
|
||||
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"
|
||||
},
|
||||
{
|
||||
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",
|
||||
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"
|
||||
},
|
||||
{
|
||||
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",
|
||||
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"
|
||||
},
|
||||
{
|
||||
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",
|
||||
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"
|
||||
},
|
||||
{
|
||||
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",
|
||||
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"
|
||||
},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"
|
||||
}
|
||||
]}
|
||||
title="Transformations You Can See"
|
||||
description="Witness the dramatic difference our professional cleaning services make. Our before and after gallery showcases real results."
|
||||
title="See Our Work: Before & After"
|
||||
description="Witness the power of pressure washing! Our gallery showcases dramatic transformations of fences, sidewalks, patios, and driveways."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
tag="Our Commitment"
|
||||
tag="About Bradley Pressure Washing"
|
||||
tagAnimation="opacity"
|
||||
title="Why Choose Sparkle Clean Co.?"
|
||||
title="Your Trusted Partner for a Pristine Property"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Learn More", href: "#services"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -212,41 +156,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
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,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-woman-with-blue-shirt_1098-3627.jpg",
|
||||
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,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-woman-with-blue-shirt_1098-3627.jpg"
|
||||
},
|
||||
{
|
||||
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,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-looking-camera-winking_1262-18708.jpg",
|
||||
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,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-looking-camera-winking_1262-18708.jpg"
|
||||
},
|
||||
{
|
||||
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,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12687.jpg",
|
||||
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,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12687.jpg"
|
||||
},
|
||||
{
|
||||
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,
|
||||
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",
|
||||
},
|
||||
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,
|
||||
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}
|
||||
title="What Our Clients Say"
|
||||
description="Don't just take our word for it. Our clients love the results and professionalism we bring to every cleaning project."
|
||||
title="Hear From Our Happy Clients"
|
||||
description="Our clients consistently praise our attention to detail and outstanding results across all our cleaning services."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -254,14 +182,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
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={[
|
||||
{
|
||||
text: "Get Your Free Quote",
|
||||
href: "mailto:info@sparklecleanco.com",
|
||||
},
|
||||
text: "Get Your Free Quote", href: "mailto:BradleyPressureWashing1@gmail.com"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -270,66 +197,53 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Fence Cleaning",
|
||||
href: "#services",
|
||||
label: "Fence Cleaning", href: "#services"
|
||||
},
|
||||
{
|
||||
label: "Sidewalk Cleaning",
|
||||
href: "#services",
|
||||
label: "Sidewalk Cleaning", href: "#services"
|
||||
},
|
||||
{
|
||||
label: "Patio Cleaning",
|
||||
href: "#services",
|
||||
label: "Patio Cleaning", href: "#services"
|
||||
},
|
||||
{
|
||||
label: "Driveway Cleaning",
|
||||
href: "#services",
|
||||
label: "Driveway Cleaning", href: "#services"
|
||||
},
|
||||
{
|
||||
label: "Trash Can Cleaning",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
label: "Trash Can Cleaning", href: "#services"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
label: "About Us", href: "#about"
|
||||
},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#gallery",
|
||||
label: "Gallery", href: "#gallery"
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
label: "Contact", href: "#contact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
label: "Privacy Policy", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
label: "Terms of Service", href: "#"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Sparkle Clean Co."
|
||||
copyrightText="© 2024 | Sparkle Clean Co. All rights reserved."
|
||||
logoText="Bradley Pressure Washing"
|
||||
copyrightText="© 2024 | Bradley Pressure Washing. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user