diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7fe0149..ca0ce50 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,16 +1,13 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; -import "./styles/variables.css"; import "./globals.css"; +import "./styles/variables.css"; +import "./styles/base.css"; -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Sarabia Sealing - Professional Driveway & Parking Lot Sealing in O'Fallon, IL", description: "Expert driveway and parking lot sealing services in O'Fallon, IL. Free estimates for residential and commercial projects. Trusted by hundreds of homeowners and businesses.", keywords: "driveway sealing, parking lot sealing, sealcoating, O'Fallon IL, asphalt sealing, concrete sealing", openGraph: { - title: "Sarabia Sealing - Professional Sealing Services", description: "Protect your surfaces with expert sealing solutions in O'Fallon, IL", type: "website"}, -}; + title: "Sarabia Sealing | Professional Driveway & Parking Lot Sealing", description: "Expert driveway and parking lot sealing services in O'Fallon, IL. Free estimates, professional team, 15+ years of experience."}; export default function RootLayout({ children, @@ -19,7 +16,7 @@ export default function RootLayout({ }) { return ( -
+ {children} @@ -97,15 +96,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Driveway Sealing", description: "Professional sealcoating to protect your driveway from UV damage, water infiltration, and harsh weather conditions. Extends pavement life by 5-10 years.", imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695c952952?w=600&h=400&fit=crop&_wi=1", imageAlt: "Driveway sealing service" + title: "Driveway Sealing", description: "Professional sealcoating to protect your driveway from UV damage, water infiltration, and harsh weather conditions. Extends pavement life by 5-10 years.", imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695c952952?w=600&h=400&fit=crop", imageAlt: "Driveway sealing service" }, { id: 2, - title: "Parking Lot Maintenance", description: "Commercial-grade sealing services for parking lots, ensuring longevity and professional appearance for your business. Includes line striping and repairs.", imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695c952952?w=600&h=400&fit=crop&_wi=2", imageAlt: "Parking lot maintenance" + title: "Parking Lot Maintenance", description: "Commercial-grade sealing services for parking lots, ensuring longevity and professional appearance for your business. Includes line striping and repairs.", imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695c952952?w=600&h=400&fit=crop", imageAlt: "Parking lot maintenance" }, { id: 3, - title: "Crack Filling & Repair", description: "Expert crack identification and filling to prevent further damage and maintain surface integrity. Prevents water infiltration and extends surface life.", imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695c952952?w=600&h=400&fit=crop&_wi=3", imageAlt: "Crack filling service" + title: "Crack Filling & Repair", description: "Expert crack identification and filling to prevent further damage and maintain surface integrity. Prevents water infiltration and extends surface life.", imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695c952952?w=600&h=400&fit=crop", imageAlt: "Crack filling service" } ]} textboxLayout="default"