Update src/app/page.tsx

This commit is contained in:
2026-03-10 05:36:15 +00:00
parent f29b9300ea
commit 3dc20b95e7

View File

@@ -11,7 +11,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar
import FaqBase from "@/components/sections/faq/FaqBase";
import ContactFaq from "@/components/sections/contact/ContactFaq";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Phone } from "lucide-react";
import { Phone, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -85,7 +85,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<MediaAbout
title="Why Choose H2O Window Cleaning?"
description="Since serving Overland Park, Kansas, we've built our reputation on professional service, attention to detail, and customer satisfaction. Our team uses environmentally friendly cleaning products and proven techniques to deliver exceptional results every time."
description="Since serving Overland Park, Kansas, we've built our reputation on professional, timely, and friendly service. Our team uses environmentally friendly cleaning products and proven techniques to deliver exceptional results every time."
tag="About Us"
buttons={[{ text: "Call Us Today", href: "tel:+19132799229" }]}
imageSrc="http://img.b2bpic.net/free-photo/young-cleaning-man-plaid-shirt-jumpsuit-cap-holding-rag-cleaning-spray-looking-front-with-confident-expression-showing-thumbs-up-standing-white-wall_141793-128725.jpg"
@@ -153,7 +153,7 @@ export default function LandingPage() {
tag="FAQ"
faqs={[
{
id: "1", title: "What areas do you serve?", content: "We proudly serve Overland Park, Kansas and the surrounding Kansas City metropolitan area. We provide window washing, gutter cleaning, and pressure washing services for both residential and commercial properties."},
id: "1", title: "What areas do you serve?", content: "We proudly serve Overland Park, Kansas and the surrounding Kansas City metropolitan area. We provide window washing, gutter cleaning, and pressure washing services for both residential and commercial properties. Visit us at 6520 W 110th St Ste 101 Overland Park KS 66211."},
{
id: "2", title: "Do you use eco-friendly cleaning products?", content: "Yes! H2O Window Cleaning is committed to using environmentally friendly cleaning products whenever possible. Our solutions are safe for your family, pets, and the environment while delivering exceptional cleaning results."},
{
@@ -163,7 +163,7 @@ export default function LandingPage() {
{
id: "5", title: "Do you offer pressure washing services?", content: "Absolutely! We provide professional pressure washing for driveways, decks, patios, siding, and more. Our pressure washing safely removes dirt, mold, and stains to restore your outdoor surfaces."},
{
id: "6", title: "How can I get a free quote?", content: "Getting a free quote is easy! Call us at (913) 279-9229 or use our contact form to describe your needs. We'll provide a transparent quote with no hidden fees or obligations."},
id: "6", title: "How can I get a free quote?", content: "Getting a free quote is easy! Call us at (913) 279-9229 or use our contact form to describe your needs. We'll provide a transparent quote with no hidden fees or obligations. Our business hours are 8:00 am - 5:00 pm."},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -174,12 +174,12 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Ready to Schedule Your Service?"
ctaDescription="Contact H2O Window Cleaning today for a free quote. Our team is ready to help make your property sparkle."
ctaDescription="Contact H2O Window Cleaning today for a free quote. Our team is ready to help make your property sparkle. We're located at 6520 W 110th St Ste 101 Overland Park KS 66211 and available 8:00 am - 5:00 pm."
ctaButton={{ text: "Call (913) 279-9229", href: "tel:+19132799229" }}
ctaIcon={Phone}
faqs={[
{
id: "1", title: "What's included in window cleaning?", content: "Our window cleaning service includes washing interior and exterior window panes, cleaning window frames, and wiping sills. We use streak-free solutions and professional techniques for sparkling results."},
id: "1", title: "What's included in window cleaning?", content: "Our professional window cleaning service includes washing interior and exterior window panes, cleaning window frames, and wiping sills. We use streak-free solutions and professional techniques for sparkling results."},
{
id: "2", title: "How long does service typically take?", content: "Service time varies based on property size and service type. Most residential window cleaning takes 1-2 hours. We'll provide a time estimate during your free quote consultation."},
{
@@ -210,8 +210,8 @@ export default function LandingPage() {
{
title: "Contact", items: [
{ label: "(913) 279-9229", href: "tel:+19132799229" },
{ label: "Overland Park, KS 66211", href: "#" },
{ label: "Get a Free Quote", href: "#contact" },
{ label: "6520 W 110th St Ste 101, Overland Park, KS 66211", href: "#" },
{ label: "Hours: 8:00 am - 5:00 pm", href: "#" },
],
},
]}