diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6446945..44320db 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,33 +1,24 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { Roboto } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); -const roboto = Roboto({ - variable: "--font-roboto", subsets: ["latin"], - weight: ["100", "300", "400", "500", "700", "900"], -}); - export const metadata: Metadata = { - title: "Roofing Contractor in Lindenhurst NY | USA Remodeling", description: "USA Remodeling is a 5-star roofing contractor in Lindenhurst, NY offering roof repair, roof replacement, siding, gutters & kitchen remodeling. Call 631-957-5400 for a free estimate.", keywords: "roofing contractor Lindenhurst NY, roof repair, roof replacement, siding installation, Long Island roofing, licensed roofer", metadataBase: new URL("https://usaremodeling.com"), + title: "Premium Roofing & Remodeling | USA Remodeling", description: "Professional roofing contractor in Lindenhurst, NY. Licensed, insured, and 5-star rated. Fast installations, fair pricing, and expert service.", keywords: "roofing contractor Lindenhurst NY, roof repair, roof replacement, siding installation, Long Island roofing, licensed roofer", metadataBase: new URL("https://usaremodeling.com"), alternates: { - canonical: "https://usaremodeling.com"}, + canonical: "https://usaremodeling.com" + }, openGraph: { - title: "Roofing Contractor in Lindenhurst, NY | USA Remodeling", description: "Professional roofing services in Lindenhurst, NY. 5-star rated, licensed & insured. Free estimates. Call 631-957-5400.", url: "https://usaremodeling.com", siteName: "USA Remodeling", type: "website"}, + title: "Premium Roofing & Remodeling | USA Remodeling", description: "Professional roofing services in Lindenhurst, NY. 5-star rated, licensed & insured. Free estimates. Call 631-957-5400.", url: "https://usaremodeling.com", siteName: "USA Remodeling", type: "website" + }, twitter: { - card: "summary_large_image", title: "Roofing Contractor in Lindenhurst, NY", description: "Professional roof repair & replacement services. 5-star rated local contractor. Free estimates!"}, + card: "summary_large_image", title: "Roofing Contractor in Lindenhurst, NY", description: "Professional roof repair & replacement services. 5-star rated local contractor. Free estimates!" + }, robots: { index: true, follow: true, @@ -43,7 +34,7 @@ export default function RootLayout({ {children} diff --git a/src/app/page.tsx b/src/app/page.tsx index e29de6a..7ace033 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,20 +31,18 @@ export default function LandingPage() { { name: "Services", id: "services" }, { name: "Why Choose Us", id: "about" }, { name: "Reviews", id: "metrics" }, - { name: "Service Areas", id: "contact" }, - { name: "Portfolio", id: "/portfolio" }, - { name: "Blog", id: "/blog" }, - { name: "Team", id: "/team" }, + { name: "Get Started", id: "contact" }, ]} button={{ - text: "Call: 631-957-5400", href: "tel:631-957-5400"}} + text: "Call: 631-957-5400", href: "tel:631-957-5400" + }} animateOnLoad={true} />
@@ -118,13 +121,17 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "1", value: "5.0★", description: "Professional, punctual, and excellent workmanship. The roof was completed quickly and the cleanup was perfect."}, + id: "1", value: "5.0★", description: "Professional, punctual, and excellent workmanship. The roof was completed quickly and the cleanup was perfect." + }, { - id: "2", value: "5.0★", description: "Fair pricing and honest service. Highly recommended roofing contractor in Lindenhurst."}, + id: "2", value: "5.0★", description: "Fair pricing and honest service. Highly recommended roofing contractor." + }, { - id: "3", value: "5.0★", description: "The crew arrived early and completed everything before promised time."}, + id: "3", value: "5.0★", description: "The crew arrived early and completed everything before promised time." + }, { - id: "4", value: "100%", description: "Customer Satisfaction Rate"}, + id: "4", value: "100%", description: "Customer Satisfaction Rate" + }, ]} /> @@ -134,8 +141,8 @@ export default function LandingPage() { tag="Get Started" tagIcon={Phone} tagAnimation="slide-up" - title="Need Roof Repair or Replacement?" - description="Contact USA Remodeling today for a free estimate and professional service you can trust. We proudly serve Lindenhurst, Babylon, West Babylon, Copiague, Amityville, Farmingdale, and Deer Park." + title="Ready for Professional Service?" + description="Contact USA Remodeling today for a free estimate and professional service you can trust. We proudly serve Lindenhurst and surrounding areas." background={{ variant: "plain" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg?_wi=1" @@ -167,8 +174,6 @@ export default function LandingPage() { { label: "West Babylon, NY", href: "#" }, { label: "Copiague, NY", href: "#" }, { label: "Amityville, NY", href: "#" }, - { label: "Farmingdale, NY", href: "#" }, - { label: "Deer Park, NY", href: "#" }, ], }, { @@ -180,7 +185,7 @@ export default function LandingPage() { ], }, ]} - copyrightText="© 2025 USA Remodeling | Roofing & Remodeling Contractor in Lindenhurst, NY" + copyrightText="© 2025 USA Remodeling | Professional Roofing & Remodeling Contractor" />