diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index bb7d94b..d15f78f 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1,13 +1,17 @@
import type { Metadata } from "next";
-import { Inter } from "next/font/google";
-import "./globals.css";
import "./styles/variables.css";
import "./styles/base.css";
+import { Inter } from "next/font/google";
+import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper";
+import { Tag } from "@/components/common/Tag";
-const inter = Inter({ subsets: ["latin"] });
+const inter = Inter({
+ variable: "--font-inter", subsets: ["latin"],
+});
export const metadata: Metadata = {
- title: "American Screen Hero - Pool Cage & Screen Repair Sarasota", description: "Professional pool cage and screen repair services in Sarasota, Lakewood Ranch, and Bradenton. Fast, reliable rescreening and repairs."};
+ title: "American Screen Hero - Pool Cage & Screen Repair in Sarasota", description:
+ "Professional pool cage and screen repair services in Sarasota, Lakewood Ranch, and Bradenton. Fast, reliable screen repair and rescreening solutions."};
export default function RootLayout({
children,
@@ -16,24 +20,18 @@ export default function RootLayout({
}) {
return (
-
- {children}
+
+
+
+ {children}
+
@@ -150,28 +139,28 @@ export default function HomePage() {
features={[
{
icon: DropletIcon,
- 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."
- },
+ 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 premium mesh material. Restore function and appearance to your outdoor space."
- },
+ 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 and Patio Screen Repair", description: "Professional repair and maintenance of lanai and patio screens. Keep your outdoor living areas protected from insects and elements."
- },
+ 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 and Replacement", description: "Fast and reliable screen door repairs and full replacements. 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."
- },
+ 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 Panel Replacement", description: "Individual screen panel replacement for pools, lanais, and patios. Get the exact panels you need without full rescreening."
- },
+ title: "Screen Panel Replacement", description:
+ "Individual screen panel replacement for pools, lanais, and patios. Get the exact panels you need without full rescreening."},
]}
title="Professional Screen Repair Services in Sarasota"
description="Comprehensive screen and pool enclosure solutions for homeowners throughout Sarasota, Lakewood Ranch, and Bradenton."
@@ -180,8 +169,7 @@ export default function HomePage() {
tagAnimation="slide-up"
buttons={[
{
- text: "Learn More", href: "#trust-section"
- }
+ text: "Learn More", href: "#why-choose"},
]}
buttonAnimation="slide-up"
textboxLayout="default"
@@ -195,16 +183,16 @@ export default function HomePage() {
features={[
{
icon: CheckCircle,
- title: "Fast and Reliable Service", description: "We respond quickly to your service requests and complete repairs efficiently without compromising quality or attention to detail."
- },
+ title: "Fast and Reliable Service", description:
+ "We respond quickly to your service requests and complete repairs efficiently without compromising quality or attention to detail."},
{
icon: Shield,
- title: "Quality Screen Repairs", description: "We use premium materials and proven techniques. Every repair is backed by our commitment to excellence and customer satisfaction."
- },
+ title: "Quality Screen Repairs", description:
+ "We use premium materials and proven techniques. Every repair is backed by our commitment to excellence and customer satisfaction."},
{
icon: Star,
- title: "Free Estimates", description: "Get a clear, no-obligation estimate for your screen repair project. We assess your needs and provide honest pricing upfront."
- },
+ title: "Free Estimates", description:
+ "Get a clear, no-obligation estimate for your screen repair project. We assess your needs and provide honest pricing upfront."},
]}
title="Why Trust American Screen Hero?"
description="We stand behind every job we do."
@@ -221,12 +209,10 @@ export default function HomePage() {
@@ -276,22 +258,18 @@ export default function HomePage() {
{
icon: MapPin,
title: "Sarasota", description:
- "Full service coverage throughout Sarasota, including downtown, coastal neighborhoods, and surrounding areas."
- },
+ "Full service coverage throughout Sarasota, including downtown, coastal neighborhoods, and surrounding areas."},
{
icon: MapPin,
title: "Lakewood Ranch", description:
- "Serving all of Lakewood Ranch. Fast response times and same-day estimates for pool enclosure repairs."
- },
+ "Serving all of Lakewood Ranch. Fast response times and same-day estimates for pool enclosure repairs."},
{
icon: MapPin,
title: "Bradenton", description:
- "Professional screen repair service in Bradenton. We handle residential and pool enclosure projects."
- },
+ "Professional screen repair service in Bradenton. We handle residential and pool enclosure projects."},
{
icon: MapPin,
- title: "Surrounding Areas", description: "Extended service to nearby communities. Call for availability in your area."
- },
+ title: "Surrounding Areas", description: "Extended service to nearby communities. Call for availability in your area."},
]}
title="Service Areas We Serve"
description="Fast service to homeowners throughout Sarasota and surrounding communities. Same-day quotes available."
@@ -306,19 +284,16 @@ export default function HomePage() {
@@ -329,59 +304,45 @@ export default function HomePage() {
{
title: "Company", items: [
{
- label: "Home", href: "/"
- },
+ label: "Home", href: "/"},
{
- label: "Services", href: "/services"
- },
+ label: "Services", href: "#services-overview"},
{
- label: "About Us", href: "/about"
- },
+ label: "About Us", href: "#why-choose"},
{
- label: "Contact", href: "/contact"
- },
+ label: "Contact", href: "#cta-contact"},
],
},
{
title: "Services", items: [
{
- label: "Pool Cage Repair", href: "/services"
- },
+ label: "Pool Cage Repair", href: "#services-overview"},
{
- label: "Screen Rescreening", href: "/services"
- },
+ label: "Screen Rescreening", href: "#services-overview"},
{
- label: "Hurricane Screens", href: "/services"
- },
+ label: "Hurricane Screens", href: "#services-overview"},
{
- label: "Lanai Repair", href: "/services"
- },
+ label: "Lanai Repair", href: "#services-overview"},
],
},
{
title: "Contact", items: [
{
- label: "Call: (941) 809-9115", href: "tel:(941)809-9115"
- },
+ label: "Call: (941) 809-9115", href: "tel:(941)809-9115"},
{
- label: "Email: ascreenhero@gmail.com", href: "mailto:ascreenhero@gmail.com"
- },
+ label: "Email: ascreenhero@gmail.com", href: "mailto:ascreenhero@gmail.com"},
{
- label: "Free Estimate", href: "/contact"
- },
+ label: "Free Estimate", href: "#cta-contact"},
],
},
{
title: "Service Areas", items: [
{
- label: "Sarasota", href: "/service-areas"
- },
+ label: "Sarasota", href: "#service-areas"},
{
- label: "Lakewood Ranch", href: "/service-areas"
- },
+ label: "Lakewood Ranch", href: "#service-areas"},
{
- label: "Bradenton", href: "/service-areas"
- },
+ label: "Bradenton", href: "#service-areas"},
],
},
]}