diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index be5d83f..d22c110 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -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 (
@@ -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"
/>
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 4e316e8..e6c825f 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -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 (
@@ -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"
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 8fb9d10..2d05b44 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -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,
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 192c72d..0e106e2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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 (
@@ -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"
/>
@@ -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() {
@@ -64,14 +62,9 @@ export default function ReplacementWindowsPage() {