Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-03 03:43:02 +00:00
5 changed files with 85 additions and 238 deletions

View File

@@ -18,9 +18,7 @@ export default function AboutPage() {
];
const navButton = {
text: "Call (608) 519-3230",
href: "tel:6085193230",
};
text: "Call (608) 519-3230", href: "tel:6085193230"};
return (
<ThemeProvider
@@ -54,7 +52,7 @@ export default function AboutPage() {
{ text: "Learn About Our Services", href: "/replacement-windows" },
{ text: "Contact Us", href: "/contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15697.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15697.jpg"
imageAlt="Professional window installation team"
mediaAnimation="slide-up"
/>
@@ -70,10 +68,11 @@ export default function AboutPage() {
{ value: "4.9★", title: "Customer Rating" },
{ value: "217+", title: "Five-Star Reviews" },
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-looking-tape-measure_23-2148384474.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-looking-tape-measure_23-2148384474.jpg"
imageAlt="Professional home improvement expertise"
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>

View File

@@ -17,9 +17,7 @@ export default function ContactPage() {
];
const navButton = {
text: "Call (608) 519-3230",
href: "tel:6085193230",
};
text: "Call (608) 519-3230", href: "tel:6085193230"};
return (
<ThemeProvider
@@ -53,7 +51,7 @@ export default function ContactPage() {
{ text: "Call (608) 519-3230", href: "tel:6085193230" },
{ text: "Get Free Estimate", href: "#contact-form" },
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-with-their-new-house-background-smiling_493343-29853.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-with-their-new-house-background-smiling_493343-29853.jpg"
imageAlt="Happy homeowners with new windows"
mediaAnimation="slide-up"
/>
@@ -64,29 +62,18 @@ export default function ContactPage() {
ctaTitle="Schedule Your Free Estimate"
ctaDescription="Our certified team will visit your home, assess your needs, and provide transparent pricing. No obligation, no hidden fees—just expert consultation."
ctaButton={{
text: "Call Now: (608) 519-3230",
href: "tel:6085193230",
}}
text: "Call Now: (608) 519-3230", href: "tel:6085193230"}}
ctaIcon={Phone}
faqs={[
{
id: "1",
title: "Service Hours",
content:
"Monday - Friday: 8:00 AM - 6:00 PM | Saturday: 9:00 AM - 3:00 PM | Sunday: Closed. We're available for emergencies. Call (608) 519-3230.",
},
id: "1", title: "Service Hours", content:
"Monday - Friday: 8:00 AM - 6:00 PM | Saturday: 9:00 AM - 3:00 PM | Sunday: Closed. We're available for emergencies. Call (608) 519-3230."},
{
id: "2",
title: "Serving La Crosse County",
content:
"We proudly serve Onalaska, La Crosse, Holmen, West Salem, Tomah, Cashton, Sparta, Viroqua, and surrounding communities with professional window, door, and siding installation.",
},
id: "2", title: "Serving La Crosse County", content:
"We proudly serve Onalaska, La Crosse, Holmen, West Salem, Tomah, Cashton, Sparta, Viroqua, and surrounding communities with professional window, door, and siding installation."},
{
id: "3",
title: "What to Expect",
content:
"Your free estimate includes a thorough home assessment, product recommendations tailored to your needs, transparent pricing, and flexible financing options. We answer all your questions and respect your time.",
},
id: "3", title: "What to Expect", content:
"Your free estimate includes a thorough home assessment, product recommendations tailored to your needs, transparent pricing, and flexible financing options. We answer all your questions and respect your time."},
]}
useInvertedBackground={false}
animationType="slide-up"

View File

@@ -5,31 +5,18 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],
variable: "--font-mulish", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Window Replacement & Doors La Crosse | 4.9★ Rated",
description: "Energy-efficient vinyl windows, patio doors & siding installed by certified professionals. 4.9-star rated • 217+ reviews • Free estimate • (608) 519-3230",
keywords: "window replacement La Crosse, vinyl windows Onalaska, window installation near me, patio door installation, siding contractor La Crosse County",
openGraph: {
title: "Window World of La Crosse - Professional Window Installation",
description: "4.9-star rated window, door & siding installation. Energy-efficient vinyl products from certified experts. Free in-home estimate.",
siteName: "Window World of La Crosse",
type: "website",
images: [
title: "Window Replacement & Doors La Crosse | 4.9★ Rated", description: "Energy-efficient vinyl windows, patio doors & siding installed by certified professionals. 4.9-star rated • 217+ reviews • Free estimate • (608) 519-3230", keywords: "window replacement La Crosse, vinyl windows Onalaska, window installation near me, patio door installation, siding contractor La Crosse County", openGraph: {
title: "Window World of La Crosse - Professional Window Installation", description: "4.9-star rated window, door & siding installation. Energy-efficient vinyl products from certified experts. Free in-home estimate.", siteName: "Window World of La Crosse", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15697.jpg",
alt: "Professional window installation in La Crosse",
},
url: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15697.jpg", alt: "Professional window installation in La Crosse"},
],
},
twitter: {
card: "summary_large_image",
title: "Window World of La Crosse",
description: "Energy-efficient windows installed by 4.9★ rated local experts",
images: ["http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15697.jpg"],
card: "summary_large_image", title: "Window World of La Crosse", description: "Energy-efficient windows installed by 4.9★ rated local experts", images: ["http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15697.jpg"],
},
robots: {
index: true,

View File

@@ -24,9 +24,7 @@ export default function HomePage() {
];
const navButton = {
text: "Call (608) 519-3230",
href: "tel:6085193230",
};
text: "Call (608) 519-3230", href: "tel:6085193230"};
return (
<ThemeProvider
@@ -60,7 +58,7 @@ export default function HomePage() {
{ text: "Call (608) 519-3230", href: "tel:6085193230" },
{ text: "Get Free Estimate", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15697.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15697.jpg"
imageAlt="Energy-efficient replacement windows installed in La Crosse home"
mediaAnimation="slide-up"
/>
@@ -76,10 +74,11 @@ export default function HomePage() {
{ value: "4.9★", title: "Google Rating" },
{ value: "217+", title: "Five-Star Reviews" },
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-looking-tape-measure_23-2148384474.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-looking-tape-measure_23-2148384474.jpg"
imageAlt="Professional window installation and maintenance"
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -89,45 +88,17 @@ export default function HomePage() {
description="Complete home improvement solutions from certified professionals"
products={[
{
id: "1",
brand: "Vinyl Windows",
name: "Replacement Windows",
price: "Starting $350+",
rating: 5,
reviewCount: "47",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-checking-products_23-2149148460.jpg?_wi=1",
imageAlt: "Energy-efficient replacement windows",
},
id: "1", brand: "Vinyl Windows", name: "Replacement Windows", price: "Starting $350+", rating: 5,
reviewCount: "47", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-checking-products_23-2149148460.jpg", imageAlt: "Energy-efficient replacement windows"},
{
id: "2",
brand: "Glass Doors",
name: "Patio Doors",
price: "Starting $400+",
rating: 5,
reviewCount: "38",
imageSrc: "http://img.b2bpic.net/free-photo/portraif-caucasian-woman-romantic-elegant-pink-long-dress-vacation-luxury-rich-villa-hotel-with-amazing-tropical-palm-trees-view-female-classic-white-hat_343596-2056.jpg",
imageAlt: "Modern patio door installation",
},
id: "2", brand: "Glass Doors", name: "Patio Doors", price: "Starting $400+", rating: 5,
reviewCount: "38", imageSrc: "http://img.b2bpic.net/free-photo/portraif-caucasian-woman-romantic-elegant-pink-long-dress-vacation-luxury-rich-villa-hotel-with-amazing-tropical-palm-trees-view-female-classic-white-hat_343596-2056.jpg", imageAlt: "Modern patio door installation"},
{
id: "3",
brand: "Home Exterior",
name: "Siding Installation",
price: "Starting $500+",
rating: 5,
reviewCount: "22",
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13150.jpg",
imageAlt: "Professional vinyl siding installation",
},
id: "3", brand: "Home Exterior", name: "Siding Installation", price: "Starting $500+", rating: 5,
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13150.jpg", imageAlt: "Professional vinyl siding installation"},
{
id: "4",
brand: "Energy Efficient",
name: "Entry Doors",
price: "Starting $350+",
rating: 5,
reviewCount: "31",
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-with-their-new-house-background-smiling_493343-29853.jpg?_wi=1",
imageAlt: "Premium entry door installation",
},
id: "4", brand: "Energy Efficient", name: "Entry Doors", price: "Starting $350+", rating: 5,
reviewCount: "31", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-with-their-new-house-background-smiling_493343-29853.jpg", imageAlt: "Premium entry door installation"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -140,14 +111,9 @@ export default function HomePage() {
<FeatureCardTen
features={[
{
id: "1",
title: "Free In-Home Estimate",
description:
"We visit your home, assess your needs, and provide transparent pricing. No pressure, no hidden costs—just honest consultation with certified experts.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-tape-measure_23-2148384474.jpg?_wi=2",
imageAlt: "Free in-home estimate process",
},
id: "1", title: "Free In-Home Estimate", description:
"We visit your home, assess your needs, and provide transparent pricing. No pressure, no hidden costs—just honest consultation with certified experts.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-tape-measure_23-2148384474.jpg", imageAlt: "Free in-home estimate process"},
items: [
{ icon: Phone, text: "Call for free estimate" },
{ icon: MapPin, text: "We come to you" },
@@ -156,14 +122,9 @@ export default function HomePage() {
reverse: false,
},
{
id: "2",
title: "Expert Installation",
description:
"Certified professionals handle every detail. Our teams work cleanly and respectfully, often finishing faster than expected with precision workmanship.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-reading-magazine_23-2148415784.jpg?_wi=1",
imageAlt: "Expert installation expertise",
},
id: "2", title: "Expert Installation", description:
"Certified professionals handle every detail. Our teams work cleanly and respectfully, often finishing faster than expected with precision workmanship.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-reading-magazine_23-2148415784.jpg", imageAlt: "Expert installation expertise"},
items: [
{ icon: Shield, text: "Licensed & insured" },
{ icon: CheckCircle, text: "Certified experts" },
@@ -172,14 +133,9 @@ export default function HomePage() {
reverse: true,
},
{
id: "3",
title: "Energy Savings Guaranteed",
description:
"Enjoy lower energy bills year-round with our industry-leading vinyl windows. ENERGY STAR certified products that pay for themselves over time.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020295.jpg",
imageAlt: "Energy efficient window benefits",
},
id: "3", title: "Energy Savings Guaranteed", description:
"Enjoy lower energy bills year-round with our industry-leading vinyl windows. ENERGY STAR certified products that pay for themselves over time.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020295.jpg", imageAlt: "Energy efficient window benefits"},
items: [
{ icon: Zap, text: "Lower energy costs" },
{ icon: Leaf, text: "Eco-friendly" },
@@ -212,41 +168,17 @@ export default function HomePage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1",
name: "Rich Halverson",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=1",
imageAlt: "Rich Halverson",
},
id: "1", name: "Rich Halverson", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Rich Halverson"},
{
id: "2",
name: "Kim Czechowicz",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=2",
imageAlt: "Kim Czechowicz",
},
id: "2", name: "Kim Czechowicz", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Kim Czechowicz"},
{
id: "3",
name: "Julie Larson",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=3",
imageAlt: "Julie Larson",
},
id: "3", name: "Julie Larson", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Julie Larson"},
{
id: "4",
name: "John Mitchell",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=4",
imageAlt: "John Mitchell",
},
id: "4", name: "John Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "John Mitchell"},
{
id: "5",
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=5",
imageAlt: "Sarah Johnson",
},
id: "5", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Sarah Johnson"},
{
id: "6",
name: "Michael Chen",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=6",
imageAlt: "Michael Chen",
},
id: "6", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Michael Chen"},
]}
cardTitle="Over 217 customers trust us to deliver exceptional results"
cardTag="See what they say"
@@ -262,43 +194,25 @@ export default function HomePage() {
description="Everything you need to know about our windows, doors, and installation services"
faqs={[
{
id: "1",
title: "What makes your windows energy efficient?",
content:
"Our ENERGY STAR certified vinyl windows feature advanced multi-chamber frames, low-E glass coating, and precision sealing. These features dramatically reduce heat loss in winter and heat gain in summer, lowering your energy bills year-round.",
},
id: "1", title: "What makes your windows energy efficient?", content:
"Our ENERGY STAR certified vinyl windows feature advanced multi-chamber frames, low-E glass coating, and precision sealing. These features dramatically reduce heat loss in winter and heat gain in summer, lowering your energy bills year-round."},
{
id: "2",
title: "How long does installation take?",
content:
"Most installations are completed within 1-3 days depending on the project scope. Our certified teams work efficiently while maintaining meticulous attention to detail. We often finish faster than expected.",
},
id: "2", title: "How long does installation take?", content:
"Most installations are completed within 1-3 days depending on the project scope. Our certified teams work efficiently while maintaining meticulous attention to detail. We often finish faster than expected."},
{
id: "3",
title: "Do you offer financing?",
content:
"Yes! We offer flexible financing options to make your home improvement project affordable. Ask about our current promotions and payment plans during your free in-home estimate.",
},
id: "3", title: "Do you offer financing?", content:
"Yes! We offer flexible financing options to make your home improvement project affordable. Ask about our current promotions and payment plans during your free in-home estimate."},
{
id: "4",
title: "Are your teams licensed and insured?",
content:
"Absolutely. All Window World installation teams are fully licensed, insured, and certified. We maintain comprehensive liability coverage to protect your home throughout the installation process.",
},
id: "4", title: "Are your teams licensed and insured?", content:
"Absolutely. All Window World installation teams are fully licensed, insured, and certified. We maintain comprehensive liability coverage to protect your home throughout the installation process."},
{
id: "5",
title: "What warranty do you provide?",
content:
"We provide comprehensive warranties on all products and workmanship. We stand behind our installations because we believe in quality that lasts. Details are provided at your free estimate.",
},
id: "5", title: "What warranty do you provide?", content:
"We provide comprehensive warranties on all products and workmanship. We stand behind our installations because we believe in quality that lasts. Details are provided at your free estimate."},
{
id: "6",
title: "Can you install in winter?",
content:
"Yes! Our professional installation methods ensure quality results year-round, even in cold Wisconsin winters. Proper installation is more important than timing.",
},
id: "6", title: "Can you install in winter?", content:
"Yes! Our professional installation methods ensure quality results year-round, even in cold Wisconsin winters. Proper installation is more important than timing."},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-distraught-call-center-agent-communicating-with-client-while-using-desktop-pc-office_637285-6461.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/young-distraught-call-center-agent-communicating-with-client-while-using-desktop-pc-office_637285-6461.jpg"
imageAlt="Customer support and FAQ illustration"
mediaAnimation="slide-up"
faqsAnimation="slide-up"
@@ -313,35 +227,21 @@ export default function HomePage() {
ctaTitle="Ready to Upgrade Your Home?"
ctaDescription="Get your free in-home estimate today. No pressure, no hidden fees—just honest consultation and transparent pricing from certified professionals."
ctaButton={{
text: "Schedule Free Estimate",
href: "tel:6085193230",
}}
text: "Schedule Free Estimate", href: "tel:6085193230"}}
ctaIcon={Phone}
faqs={[
{
id: "1",
title: "Free In-Home Estimate",
content:
"Our certified team visits your home to assess your needs and provide transparent pricing.",
},
id: "1", title: "Free In-Home Estimate", content:
"Our certified team visits your home to assess your needs and provide transparent pricing."},
{
id: "2",
title: "Licensed & Insured",
content:
"All installations are performed by certified professionals with full licensing and insurance coverage.",
},
id: "2", title: "Licensed & Insured", content:
"All installations are performed by certified professionals with full licensing and insurance coverage."},
{
id: "3",
title: "Flexible Financing",
content:
"We offer flexible payment plans to make your project affordable. Ask about current promotions during your estimate.",
},
id: "3", title: "Flexible Financing", content:
"We offer flexible payment plans to make your project affordable. Ask about current promotions during your estimate."},
{
id: "4",
title: "Local La Crosse Experts",
content:
"Serving our community with 4.9-star rated service. Over 217+ five-star reviews from satisfied homeowners.",
},
id: "4", title: "Local La Crosse Experts", content:
"Serving our community with 4.9-star rated service. Over 217+ five-star reviews from satisfied homeowners."},
]}
useInvertedBackground={false}
animationType="slide-up"

View File

@@ -18,9 +18,7 @@ export default function ReplacementWindowsPage() {
];
const navButton = {
text: "Call (608) 519-3230",
href: "tel:6085193230",
};
text: "Call (608) 519-3230", href: "tel:6085193230"};
return (
<ThemeProvider
@@ -54,7 +52,7 @@ export default function ReplacementWindowsPage() {
{ text: "Get Free Estimate", href: "tel:6085193230" },
{ text: "Learn More", href: "#features" },
]}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-women-checking-products_23-2149148460.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-women-checking-products_23-2149148460.jpg"
imageAlt="Energy-efficient replacement windows showcase"
mediaAnimation="slide-up"
/>
@@ -64,14 +62,9 @@ export default function ReplacementWindowsPage() {
<FeatureCardTen
features={[
{
id: "1",
title: "Advanced Energy Efficiency",
description:
"Our replacement windows feature multi-chamber vinyl frames with low-E glass coating. Reduce heating and cooling costs by up to 30% while maintaining optimal indoor comfort throughout Wisconsin winters and summers.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-reading-magazine_23-2148415784.jpg?_wi=2",
imageAlt: "Advanced window technology",
},
id: "1", title: "Advanced Energy Efficiency", description:
"Our replacement windows feature multi-chamber vinyl frames with low-E glass coating. Reduce heating and cooling costs by up to 30% while maintaining optimal indoor comfort throughout Wisconsin winters and summers.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-reading-magazine_23-2148415784.jpg", imageAlt: "Advanced window technology"},
items: [
{ icon: Zap, text: "30% energy savings" },
{ icon: Award, text: "ENERGY STAR certified" },
@@ -80,14 +73,9 @@ export default function ReplacementWindowsPage() {
reverse: false,
},
{
id: "2",
title: "Professional Installation Process",
description:
"Our certified teams remove old windows and install new ones with precision. Proper sealing and insulation ensure long-lasting performance. We work cleanly and respect your home throughout the entire process.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-tape-measure_23-2148384474.jpg?_wi=3",
imageAlt: "Professional installation expertise",
},
id: "2", title: "Professional Installation Process", description:
"Our certified teams remove old windows and install new ones with precision. Proper sealing and insulation ensure long-lasting performance. We work cleanly and respect your home throughout the entire process.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-tape-measure_23-2148384474.jpg", imageAlt: "Professional installation expertise"},
items: [
{ icon: Shield, text: "Licensed & insured" },
{ icon: CheckCircle, text: "Certified experts" },
@@ -96,14 +84,9 @@ export default function ReplacementWindowsPage() {
reverse: true,
},
{
id: "3",
title: "Comprehensive Warranty Protection",
description:
"We stand behind every window we install with comprehensive warranties covering products and workmanship. Your investment is protected for years to come with our commitment to quality.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15697.jpg?_wi=2",
imageAlt: "Quality warranty coverage",
},
id: "3", title: "Comprehensive Warranty Protection", description:
"We stand behind every window we install with comprehensive warranties covering products and workmanship. Your investment is protected for years to come with our commitment to quality.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15697.jpg", imageAlt: "Quality warranty coverage"},
items: [
{ icon: Award, text: "Full warranty coverage" },
{ icon: Shield, text: "Lifetime protection" },
@@ -126,25 +109,16 @@ export default function ReplacementWindowsPage() {
description="Common questions about our energy-efficient window products and installation service"
faqs={[
{
id: "1",
title: "What are the benefits of replacement windows?",
content:
"Replacement windows significantly reduce energy costs, improve home comfort, enhance curb appeal, and reduce outside noise. ENERGY STAR certified windows can cut energy bills by 15-30% depending on your climate and current windows.",
},
id: "1", title: "What are the benefits of replacement windows?", content:
"Replacement windows significantly reduce energy costs, improve home comfort, enhance curb appeal, and reduce outside noise. ENERGY STAR certified windows can cut energy bills by 15-30% depending on your climate and current windows."},
{
id: "2",
title: "How long do vinyl windows last?",
content:
"Quality vinyl windows typically last 20-40 years with proper maintenance. Our premium windows are built to withstand Wisconsin's harsh winters and are backed by comprehensive warranties for your peace of mind.",
},
id: "2", title: "How long do vinyl windows last?", content:
"Quality vinyl windows typically last 20-40 years with proper maintenance. Our premium windows are built to withstand Wisconsin's harsh winters and are backed by comprehensive warranties for your peace of mind."},
{
id: "3",
title: "Can replacement windows be installed year-round?",
content:
"Yes! Professional installation can happen any time of year. Our expert teams use advanced sealing techniques to ensure proper installation even in Wisconsin winters. We maintain building envelope integrity throughout the process.",
},
id: "3", title: "Can replacement windows be installed year-round?", content:
"Yes! Professional installation can happen any time of year. Our expert teams use advanced sealing techniques to ensure proper installation even in Wisconsin winters. We maintain building envelope integrity throughout the process."},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-distraught-call-center-agent-communicating-with-client-while-using-desktop-pc-office_637285-6461.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/young-distraught-call-center-agent-communicating-with-client-while-using-desktop-pc-office_637285-6461.jpg"
imageAlt="Customer support representative"
mediaAnimation="slide-up"
faqsAnimation="slide-up"