Merge version_1 into main #2
@@ -19,24 +19,21 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Window Cleaning", href: "/services" },
|
||||
{ label: "Gutter Cleaning", href: "/services" },
|
||||
{ label: "Pressure Washing", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Service Areas", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: (410) 562-2698", href: "tel:(410)562-2698" },
|
||||
{ label: "Mount Airy, MD 21771", href: "#" },
|
||||
{ label: "Get a Free Quote", href: "/contact" },
|
||||
@@ -46,33 +43,21 @@ export default function AboutPage() {
|
||||
|
||||
const valuesFeatures = [
|
||||
{
|
||||
title: "Quality First",
|
||||
description: "Every job is completed with meticulous attention to detail. We believe in doing the work right the first time, ensuring your complete satisfaction.",
|
||||
icon: Award,
|
||||
title: "Quality First", description: "Every job is completed with meticulous attention to detail. We believe in doing the work right the first time, ensuring your complete satisfaction.", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374391.jpg?_wi=3",
|
||||
imageAlt: "High-quality window cleaning results",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374391.jpg", imageAlt: "High-quality window cleaning results"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg?_wi=3",
|
||||
imageAlt: "Professional cleaning standards",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg", imageAlt: "Professional cleaning standards"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Local Community",
|
||||
description: "We're proud to be part of the Mount Airy community. Our commitment extends beyond business—we care about our neighbors and their homes.",
|
||||
icon: Heart,
|
||||
title: "Local Community", description: "We're proud to be part of the Mount Airy community. Our commitment extends beyond business—we care about our neighbors and their homes.", icon: Heart,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg?_wi=3",
|
||||
imageAlt: "Local service team",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg", imageAlt: "Local service team"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/map-montana-polygonal-mesh-line-map-flag-map_559531-11409.jpg?_wi=2",
|
||||
imageAlt: "Mount Airy community",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/map-montana-polygonal-mesh-line-map-flag-map_559531-11409.jpg", imageAlt: "Mount Airy community"},
|
||||
],
|
||||
},
|
||||
];
|
||||
@@ -98,9 +83,7 @@ export default function AboutPage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Get Free Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Free Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -111,7 +94,7 @@ export default function AboutPage() {
|
||||
description="Locally Owned & Operated in Mount Airy, MD"
|
||||
subdescription="Commitment to Quality, Reliability, and Professional Service"
|
||||
icon={CheckCircle}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg"
|
||||
imageAlt="S n S Window Cleaning professional team"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -137,7 +120,7 @@ export default function AboutPage() {
|
||||
description="Excellence in Every Detail"
|
||||
subdescription="Your trust is our most valuable asset"
|
||||
icon={CheckCircle}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg"
|
||||
imageAlt="Professional service delivery"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -18,24 +18,21 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Window Cleaning", href: "/services" },
|
||||
{ label: "Gutter Cleaning", href: "/services" },
|
||||
{ label: "Pressure Washing", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Service Areas", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: (410) 562-2698", href: "tel:(410)562-2698" },
|
||||
{ label: "Mount Airy, MD 21771", href: "#" },
|
||||
{ label: "Get a Free Quote", href: "/contact" },
|
||||
@@ -64,9 +61,7 @@ export default function ContactPage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Get Free Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Free Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -75,32 +70,22 @@ export default function ContactPage() {
|
||||
title="Get Your Free Quote Today"
|
||||
description="Reach out to S n S Window Cleaning for professional exterior cleaning services in Mount Airy, MD. We're here to help!"
|
||||
tag="Contact Us"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:(410)562-2698" },
|
||||
{ text: "Email Us", href: "mailto:contact@snswindowcleaning.com" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg?_wi=7",
|
||||
imageAlt: "Contact us for cleaning services",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg", imageAlt: "Contact us for cleaning services"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg?_wi=7",
|
||||
imageAlt: "Professional service team ready to help",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg", imageAlt: "Professional service team ready to help"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374391.jpg?_wi=6",
|
||||
imageAlt: "Quality work we deliver",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374391.jpg", imageAlt: "Quality work we deliver"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg?_wi=7",
|
||||
imageAlt: "Comprehensive cleaning solutions",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg", imageAlt: "Comprehensive cleaning solutions"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg?_wi=7",
|
||||
imageAlt: "Professional cleaning in action",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg", imageAlt: "Professional cleaning in action"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,9 +95,9 @@ export default function ContactPage() {
|
||||
tag="Get Started"
|
||||
title="Ready for Spotless Results?"
|
||||
description="Submit your information below and we'll respond within 24 hours with a free, no-obligation quote for your window cleaning, gutter cleaning, or pressure washing needs."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg?_wi=8"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg"
|
||||
imageAlt="Professional pressure washing service"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
153
src/app/page.tsx
153
src/app/page.tsx
@@ -23,177 +23,90 @@ export default function HomePage() {
|
||||
|
||||
const heroMediaItems = [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg?_wi=1",
|
||||
imageAlt: "Crystal clean windows",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg", imageAlt: "Crystal clean windows"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374391.jpg?_wi=1",
|
||||
imageAlt: "Window cleaning before and after",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374391.jpg", imageAlt: "Window cleaning before and after"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg?_wi=1",
|
||||
imageAlt: "Professional gutter cleaning service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg", imageAlt: "Professional gutter cleaning service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg?_wi=1",
|
||||
imageAlt: "Driveway pressure washing results",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg", imageAlt: "Driveway pressure washing results"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg?_wi=1",
|
||||
imageAlt: "S n S Window Cleaning professional team",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg", imageAlt: "S n S Window Cleaning professional team"},
|
||||
];
|
||||
|
||||
const trustMetrics = [
|
||||
{
|
||||
id: "1",
|
||||
title: "4.9 Star Rating",
|
||||
subtitle: "From 45+ verified customer reviews",
|
||||
category: "Reputation",
|
||||
value: "Excellent",
|
||||
},
|
||||
id: "1", title: "4.9 Star Rating", subtitle: "From 45+ verified customer reviews", category: "Reputation", value: "Excellent"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Licensed & Insured",
|
||||
subtitle: "Full coverage and professional protection",
|
||||
category: "Compliance",
|
||||
value: "Verified",
|
||||
},
|
||||
id: "2", title: "Licensed & Insured", subtitle: "Full coverage and professional protection", category: "Compliance", value: "Verified"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Locally Owned & Operated",
|
||||
subtitle: "Serving Mount Airy since day one",
|
||||
category: "Local",
|
||||
value: "Community",
|
||||
},
|
||||
id: "3", title: "Locally Owned & Operated", subtitle: "Serving Mount Airy since day one", category: "Local", value: "Community"},
|
||||
{
|
||||
id: "4",
|
||||
title: "100% Satisfaction Guarantee",
|
||||
subtitle: "Your satisfaction is our commitment",
|
||||
category: "Guarantee",
|
||||
value: "Guaranteed",
|
||||
},
|
||||
id: "4", title: "100% Satisfaction Guarantee", subtitle: "Your satisfaction is our commitment", category: "Guarantee", value: "Guaranteed"},
|
||||
];
|
||||
|
||||
const serviceFeatures = [
|
||||
{
|
||||
title: "Window Cleaning",
|
||||
description: "Interior & exterior cleaning with streak-free finish. We handle screens and tracks for complete clarity.",
|
||||
icon: Sparkles,
|
||||
title: "Window Cleaning", description: "Interior & exterior cleaning with streak-free finish. We handle screens and tracks for complete clarity.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374391.jpg?_wi=2",
|
||||
imageAlt: "Spotless window cleaning results",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374391.jpg", imageAlt: "Spotless window cleaning results"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg?_wi=2",
|
||||
imageAlt: "Crystal clear residential windows",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg", imageAlt: "Crystal clear residential windows"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Gutter Cleaning",
|
||||
description: "Complete debris removal and downspout flushing to prevent foundation damage and overflow.",
|
||||
icon: Shield,
|
||||
title: "Gutter Cleaning", description: "Complete debris removal and downspout flushing to prevent foundation damage and overflow.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg?_wi=2",
|
||||
imageAlt: "Professional gutter maintenance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg", imageAlt: "Professional gutter maintenance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/map-montana-polygonal-mesh-line-map-flag-map_559531-11409.jpg?_wi=1",
|
||||
imageAlt: "Home exterior gutter system",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/map-montana-polygonal-mesh-line-map-flag-map_559531-11409.jpg", imageAlt: "Home exterior gutter system"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Pressure Washing",
|
||||
description: "Professional power washing for driveways, siding, patios, and walkways. Mold and mildew removal included.",
|
||||
icon: Zap,
|
||||
title: "Pressure Washing", description: "Professional power washing for driveways, siding, patios, and walkways. Mold and mildew removal included.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg?_wi=2",
|
||||
imageAlt: "Pristine driveway after pressure washing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg", imageAlt: "Pristine driveway after pressure washing"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg?_wi=3",
|
||||
imageAlt: "Clean exterior surfaces",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg", imageAlt: "Clean exterior surfaces"},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
const testimonialData = [
|
||||
{
|
||||
id: "1",
|
||||
name: "Heidi M.",
|
||||
handle: "Mount Airy, MD",
|
||||
testimonial: "Quinn cares a lot about customer service and getting the job done right! Our windows have never looked better.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=1",
|
||||
imageAlt: "Heidi M.",
|
||||
},
|
||||
id: "1", name: "Heidi M.", handle: "Mount Airy, MD", testimonial: "Quinn cares a lot about customer service and getting the job done right! Our windows have never looked better.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Heidi M."},
|
||||
{
|
||||
id: "2",
|
||||
name: "Joe P.",
|
||||
handle: "Linganore, MD",
|
||||
testimonial: "Great service and communication! Asked if I was satisfied before leaving the house. True professional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1",
|
||||
imageAlt: "Joe P.",
|
||||
},
|
||||
id: "2", name: "Joe P.", handle: "Linganore, MD", testimonial: "Great service and communication! Asked if I was satisfied before leaving the house. True professional.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Joe P."},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lisa M.",
|
||||
handle: "Mount Airy, MD",
|
||||
testimonial: "Left no mess behind and my windows look fantastic! Highly recommend S n S Window Cleaning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg?_wi=1",
|
||||
imageAlt: "Lisa M.",
|
||||
},
|
||||
id: "3", name: "Lisa M.", handle: "Mount Airy, MD", testimonial: "Left no mess behind and my windows look fantastic! Highly recommend S n S Window Cleaning.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg", imageAlt: "Lisa M."},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "Frederick County, MD",
|
||||
testimonial: "Professional, punctual, and thorough. Best window cleaning service in the area. 5 stars!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1",
|
||||
imageAlt: "David K.",
|
||||
},
|
||||
id: "4", name: "David K.", handle: "Frederick County, MD", testimonial: "Professional, punctual, and thorough. Best window cleaning service in the area. 5 stars!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "David K."},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sarah J.",
|
||||
handle: "Mount Airy, MD",
|
||||
testimonial: "Excellent attention to detail and clear communication throughout. Will definitely use again.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=2",
|
||||
imageAlt: "Sarah J.",
|
||||
},
|
||||
id: "5", name: "Sarah J.", handle: "Mount Airy, MD", testimonial: "Excellent attention to detail and clear communication throughout. Will definitely use again.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Sarah J."},
|
||||
{
|
||||
id: "6",
|
||||
name: "Michael T.",
|
||||
handle: "Linganore, MD",
|
||||
testimonial: "Reliable, honest, and they stand behind their work. Worth every penny for quality results.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2",
|
||||
imageAlt: "Michael T.",
|
||||
},
|
||||
id: "6", name: "Michael T.", handle: "Linganore, MD", testimonial: "Reliable, honest, and they stand behind their work. Worth every penny for quality results.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Michael T."},
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Window Cleaning", href: "/services" },
|
||||
{ label: "Gutter Cleaning", href: "/services" },
|
||||
{ label: "Pressure Washing", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Service Areas", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: (410) 562-2698", href: "tel:(410)562-2698" },
|
||||
{ label: "Mount Airy, MD 21771", href: "#" },
|
||||
{ label: "Get a Free Quote", href: "/contact" },
|
||||
@@ -222,9 +135,7 @@ export default function HomePage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Get Free Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Free Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -233,7 +144,7 @@ export default function HomePage() {
|
||||
title="Crystal Clear Windows. Reliable Service. 100% Satisfaction."
|
||||
description="Professional Window Cleaning, Gutter Cleaning & Pressure Washing in Mount Airy, MD. Licensed, Insured, and Locally Owned."
|
||||
tag="Mount Airy, MD Service"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Get a Free Quote", href: "/contact" },
|
||||
{ text: "Call (410) 562-2698", href: "tel:(410)562-2698" },
|
||||
@@ -275,7 +186,7 @@ export default function HomePage() {
|
||||
description="Locally Owned & Operated in Mount Airy, MD"
|
||||
subdescription="Commitment to Quality, Reliability, and Professional Service"
|
||||
icon={CheckCircle}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg"
|
||||
imageAlt="S n S Window Cleaning professional team"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -298,9 +209,9 @@ export default function HomePage() {
|
||||
tag="Ready to Shine?"
|
||||
title="Ready for Spotless Results?"
|
||||
description="Get a free quote today or call us directly. We're here to help you maintain beautiful, clean windows and exterior surfaces year-round."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg"
|
||||
imageAlt="Clean exterior surfaces"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -18,75 +18,36 @@ export default function ReviewsPage() {
|
||||
|
||||
const testimonialData = [
|
||||
{
|
||||
id: "1",
|
||||
name: "Heidi M.",
|
||||
handle: "Mount Airy, MD",
|
||||
testimonial: "Quinn cares a lot about customer service and getting the job done right! Our windows have never looked better.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=3",
|
||||
imageAlt: "Heidi M.",
|
||||
},
|
||||
id: "1", name: "Heidi M.", handle: "Mount Airy, MD", testimonial: "Quinn cares a lot about customer service and getting the job done right! Our windows have never looked better.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Heidi M."},
|
||||
{
|
||||
id: "2",
|
||||
name: "Joe P.",
|
||||
handle: "Linganore, MD",
|
||||
testimonial: "Great service and communication! Asked if I was satisfied before leaving the house. True professional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=3",
|
||||
imageAlt: "Joe P.",
|
||||
},
|
||||
id: "2", name: "Joe P.", handle: "Linganore, MD", testimonial: "Great service and communication! Asked if I was satisfied before leaving the house. True professional.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Joe P."},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lisa M.",
|
||||
handle: "Mount Airy, MD",
|
||||
testimonial: "Left no mess behind and my windows look fantastic! Highly recommend S n S Window Cleaning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg?_wi=2",
|
||||
imageAlt: "Lisa M.",
|
||||
},
|
||||
id: "3", name: "Lisa M.", handle: "Mount Airy, MD", testimonial: "Left no mess behind and my windows look fantastic! Highly recommend S n S Window Cleaning.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg", imageAlt: "Lisa M."},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "Frederick County, MD",
|
||||
testimonial: "Professional, punctual, and thorough. Best window cleaning service in the area. 5 stars!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2",
|
||||
imageAlt: "David K.",
|
||||
},
|
||||
id: "4", name: "David K.", handle: "Frederick County, MD", testimonial: "Professional, punctual, and thorough. Best window cleaning service in the area. 5 stars!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "David K."},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sarah J.",
|
||||
handle: "Mount Airy, MD",
|
||||
testimonial: "Excellent attention to detail and clear communication throughout. Will definitely use again.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=4",
|
||||
imageAlt: "Sarah J.",
|
||||
},
|
||||
id: "5", name: "Sarah J.", handle: "Mount Airy, MD", testimonial: "Excellent attention to detail and clear communication throughout. Will definitely use again.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Sarah J."},
|
||||
{
|
||||
id: "6",
|
||||
name: "Michael T.",
|
||||
handle: "Linganore, MD",
|
||||
testimonial: "Reliable, honest, and they stand behind their work. Worth every penny for quality results.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=4",
|
||||
imageAlt: "Michael T.",
|
||||
},
|
||||
id: "6", name: "Michael T.", handle: "Linganore, MD", testimonial: "Reliable, honest, and they stand behind their work. Worth every penny for quality results.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Michael T."},
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Window Cleaning", href: "/services" },
|
||||
{ label: "Gutter Cleaning", href: "/services" },
|
||||
{ label: "Pressure Washing", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Service Areas", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: (410) 562-2698", href: "tel:(410)562-2698" },
|
||||
{ label: "Mount Airy, MD 21771", href: "#" },
|
||||
{ label: "Get a Free Quote", href: "/contact" },
|
||||
@@ -115,9 +76,7 @@ export default function ReviewsPage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Get Free Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Free Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -126,32 +85,22 @@ export default function ReviewsPage() {
|
||||
title="Reviews & Testimonials"
|
||||
description="See what our satisfied customers across Mount Airy and Frederick County have to say about our professional window cleaning and exterior services."
|
||||
tag="4.9★ Rated"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Get a Quote", href: "/contact" },
|
||||
{ text: "Call (410) 562-2698", href: "tel:(410)562-2698" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=5",
|
||||
imageAlt: "Happy customer testimonial",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Happy customer testimonial"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=5",
|
||||
imageAlt: "Satisfied client review",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Satisfied client review"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg?_wi=3",
|
||||
imageAlt: "Customer feedback",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg", imageAlt: "Customer feedback"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=3",
|
||||
imageAlt: "Client testimonial",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Client testimonial"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg?_wi=8",
|
||||
imageAlt: "Quality service results",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg", imageAlt: "Quality service results"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -19,105 +19,72 @@ export default function ServicesPage() {
|
||||
|
||||
const serviceFeatures = [
|
||||
{
|
||||
title: "Window Cleaning",
|
||||
description: "Interior & exterior cleaning with streak-free finish. We handle screens and tracks for complete clarity. Professional equipment and eco-friendly solutions.",
|
||||
icon: Sparkles,
|
||||
title: "Window Cleaning", description: "Interior & exterior cleaning with streak-free finish. We handle screens and tracks for complete clarity. Professional equipment and eco-friendly solutions.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374391.jpg?_wi=4",
|
||||
imageAlt: "Spotless window cleaning results",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374391.jpg", imageAlt: "Spotless window cleaning results"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg?_wi=4",
|
||||
imageAlt: "Crystal clear residential windows",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg", imageAlt: "Crystal clear residential windows"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Gutter Cleaning",
|
||||
description: "Complete debris removal and downspout flushing to prevent foundation damage and overflow. Protect your home's structural integrity year-round.",
|
||||
icon: Shield,
|
||||
title: "Gutter Cleaning", description: "Complete debris removal and downspout flushing to prevent foundation damage and overflow. Protect your home's structural integrity year-round.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg?_wi=4",
|
||||
imageAlt: "Professional gutter maintenance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg", imageAlt: "Professional gutter maintenance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/map-montana-polygonal-mesh-line-map-flag-map_559531-11409.jpg?_wi=3",
|
||||
imageAlt: "Home exterior gutter system",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/map-montana-polygonal-mesh-line-map-flag-map_559531-11409.jpg", imageAlt: "Home exterior gutter system"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Pressure Washing",
|
||||
description: "Professional power washing for driveways, siding, patios, and walkways. Mold and mildew removal included. Transform your home's exterior.",
|
||||
icon: Zap,
|
||||
title: "Pressure Washing", description: "Professional power washing for driveways, siding, patios, and walkways. Mold and mildew removal included. Transform your home's exterior.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg?_wi=5",
|
||||
imageAlt: "Pristine driveway after pressure washing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg", imageAlt: "Pristine driveway after pressure washing"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg?_wi=5",
|
||||
imageAlt: "Clean exterior surfaces",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg", imageAlt: "Clean exterior surfaces"},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
const serviceAreas = [
|
||||
{
|
||||
title: "Mount Airy, MD",
|
||||
description: "Our home base and primary service area. 30+ years of trusted local service to our neighbors and friends.",
|
||||
icon: MapPin,
|
||||
title: "Mount Airy, MD", description: "Our home base and primary service area. 30+ years of trusted local service to our neighbors and friends.", icon: MapPin,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/map-montana-polygonal-mesh-line-map-flag-map_559531-11409.jpg?_wi=4",
|
||||
imageAlt: "Mount Airy Maryland location",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/map-montana-polygonal-mesh-line-map-flag-map_559531-11409.jpg", imageAlt: "Mount Airy Maryland location"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg?_wi=5",
|
||||
imageAlt: "Local service area",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg", imageAlt: "Local service area"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Linganore & Frederick County",
|
||||
description: "Extended service area covering Linganore and greater Frederick County with the same quality commitment you expect from us.",
|
||||
icon: Navigation,
|
||||
title: "Linganore & Frederick County", description: "Extended service area covering Linganore and greater Frederick County with the same quality commitment you expect from us.", icon: Navigation,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/map-montana-polygonal-mesh-line-map-flag-map_559531-11409.jpg?_wi=5",
|
||||
imageAlt: "Service coverage area",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/map-montana-polygonal-mesh-line-map-flag-map_559531-11409.jpg", imageAlt: "Service coverage area"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg?_wi=5",
|
||||
imageAlt: "Professional service team",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg", imageAlt: "Professional service team"},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Window Cleaning", href: "/services" },
|
||||
{ label: "Gutter Cleaning", href: "/services" },
|
||||
{ label: "Pressure Washing", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Service Areas", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: (410) 562-2698", href: "tel:(410)562-2698" },
|
||||
{ label: "Mount Airy, MD 21771", href: "#" },
|
||||
{ label: "Get a Free Quote", href: "/contact" },
|
||||
@@ -146,9 +113,7 @@ export default function ServicesPage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Get Free Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Free Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -157,32 +122,22 @@ export default function ServicesPage() {
|
||||
title="Professional Cleaning Services"
|
||||
description="Expert exterior cleaning solutions for residential homes throughout Mount Airy and Frederick County, Maryland."
|
||||
tag="Services Overview"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Schedule Now", href: "/contact" },
|
||||
{ text: "Call (410) 562-2698", href: "tel:(410)562-2698" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374391.jpg?_wi=5",
|
||||
imageAlt: "Professional window cleaning",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374391.jpg", imageAlt: "Professional window cleaning"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg?_wi=6",
|
||||
imageAlt: "Gutter cleaning service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg", imageAlt: "Gutter cleaning service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg?_wi=6",
|
||||
imageAlt: "Pressure washing service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg", imageAlt: "Pressure washing service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg?_wi=6",
|
||||
imageAlt: "Exterior cleaning services",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg", imageAlt: "Exterior cleaning services"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg?_wi=6",
|
||||
imageAlt: "Professional team",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg", imageAlt: "Professional team"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user