diff --git a/src/app/page.tsx b/src/app/page.tsx index 93d0412..1f079f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,8 @@ export default function HomePage() { brandName="American Screen Hero" navItems={navItems} button={{ - text: "Get a Free Estimate", href: "/contact"}} + text: "Get a Free Estimate", href: "/contact" + }} /> @@ -63,20 +64,25 @@ export default function HomePage() { tagAnimation="slide-up" buttons={[ { - text: "Get a Free Estimate", href: "/contact"}, + text: "Get a Free Estimate", href: "/contact" + }, { - text: "Call Now: (941) 809-9115", href: "tel:(941)809-9115"}, + text: "Call Now: (941) 809-9115", href: "tel:(941)809-9115" + }, ]} buttonAnimation="slide-up" background={{ - variant: "radial-gradient"}} + variant: "radial-gradient" + }} dashboard={{ title: "Complete Screen Solutions", logoIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530810.jpg", searchPlaceholder: "What screen service do you need?", buttons: [ { - text: "View Services", href: "/services"}, + text: "View Services", href: "/services" + }, { - text: "Get Quote", href: "/contact"}, + text: "Get Quote", href: "/contact" + }, ], sidebarItems: [ { @@ -93,13 +99,16 @@ export default function HomePage() { stats: [ { title: "Years Experience", values: [15, 18, 20], - description: "Serving the Sarasota area"}, + description: "Serving the Sarasota area" + }, { title: "Projects Completed", values: [1200, 1500, 1850], - description: "Happy homeowners"}, + description: "Happy homeowners" + }, { title: "Service Areas", values: [3, 5, 7], - description: "Greater Sarasota region"}, + description: "Greater Sarasota region" + }, ], chartTitle: "Customer Satisfaction", chartData: [ { @@ -121,13 +130,16 @@ export default function HomePage() { listTitle: "Featured Services", listItems: [ { icon: CheckCircle, - title: "Pool Cage Rescreening", status: "Most Popular"}, + title: "Pool Cage Rescreening", status: "Most Popular" + }, { icon: CheckCircle, - title: "Screen Door Repair", status: "Quick Service"}, + title: "Screen Door Repair", status: "Quick Service" + }, { icon: CheckCircle, - title: "Hurricane Screen Installation", status: "Protection"}, + title: "Hurricane Screen Installation", status: "Protection" + }, ], }} /> @@ -138,37 +150,37 @@ export default function HomePage() { features={[ { icon: DropletIcon, - title: "Pool Cage Repair", description: - "Expert repair of pool cage screens and enclosures. We handle damage assessment, panel replacement, and structural repairs."}, + title: "Pool Cage Screen Repair", description: "Expert repair of damaged pool cage screens. We assess damage, replace panels, and ensure proper sealing for complete protection." + }, { icon: RefreshCw, - title: "Pool Cage Rescreening", description: - "Complete rescreening of pool enclosures with high-quality mesh. Restore your pool protection and enjoy outdoor living."}, + title: "Pool Cage Rescreening", description: "Complete rescreening of pool enclosures with premium mesh material. Restore function and appearance to your outdoor space." + }, { icon: Home, - title: "Lanai Screen Repair", description: - "Professional lanai screen repair and maintenance. Keep your outdoor living space protected from insects and weather."}, - { - icon: Wind, - title: "Hurricane Screen Replacement", description: - "Install protective hurricane screens for storm season. Reinforce your home's defense against severe weather."}, + title: "Lanai and Patio Screen Repair", description: "Professional repair and maintenance of lanai and patio screens. Keep your outdoor living areas protected from insects and elements." + }, { icon: DoorOpen, - title: "Screen Door Repair", description: - "Fast repair and replacement of screen doors. Smooth operation and secure seals guaranteed."}, + title: "Screen Door Repair and Replacement", description: "Fast and reliable screen door repairs and full replacements. Smooth operation and secure seals guaranteed." + }, + { + icon: Wind, + title: "Hurricane Screen Installation", description: "Install protective hurricane screens for storm season. Reinforce your home's defense against severe weather and strong winds." + }, { icon: Zap, - title: "Screen Maintenance", description: - "Regular maintenance and minor repairs to keep your screens in perfect condition year-round."}, + title: "Screen Panel Replacement", description: "Individual screen panel replacement for pools, lanais, and patios. Get the exact panels you need without full rescreening." + }, ]} - title="Our Screen Repair Services" + title="Professional Screen Repair Services in Sarasota" description="Comprehensive screen and pool enclosure solutions for homeowners throughout Sarasota, Lakewood Ranch, and Bradenton." tag="What We Offer" tagIcon={Wrench} tagAnimation="slide-up" buttons={[ { - text: "Request a Quote", href: "#cta-contact" + text: "Learn More", href: "#trust-section" } ]} buttonAnimation="slide-up" @@ -178,14 +190,43 @@ export default function HomePage() { /> +