diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b515a32..e286f7d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -71,7 +71,7 @@ export default function AboutPage() { ]} buttonAnimation="slide-up" layoutOrder="reverse" - imageSrc="http://img.b2bpic.net/free-photo/worker-with-hard-hat-building-roof-house_23-2148748851.jpg" + imageSrc="http://img.b2bpic.net/free-photo/worker-with-hard-hat-building-roof-house_23-2148748851.jpg?_wi=3" imageAlt="Elite Roofing team" mediaAnimation="slide-up" frameStyle="card" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d0819c1..e24a559 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -65,7 +65,7 @@ export default function ContactPage() { ]} buttonAnimation="slide-up" layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/worker-with-hard-hat-building-roof-house_23-2148748851.jpg" + imageSrc="http://img.b2bpic.net/free-photo/worker-with-hard-hat-building-roof-house_23-2148748851.jpg?_wi=4" imageAlt="Contact Elite Roofing" mediaAnimation="slide-up" frameStyle="card" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6713378..f7f656c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,18 +6,34 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; - - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Elite Roofing - Professional Roofing Services", + description: "Expert roofing services for installation, replacement, repair, and storm damage. 25+ years of trusted service with guaranteed quality.", + keywords: "roofing contractor, roof repair, roof replacement, roof installation, storm damage repair, licensed roofer", + openGraph: { + title: "Elite Roofing - Premium Roofing Services", + description: "Trusted roofing experts serving your area. Free estimates, licensed and insured, 25+ years of excellence.", + siteName: "Elite Roofing", + type: "website", + }, + twitter: { + card: "summary_large_image", + title: "Elite Roofing - Professional Roofing Services", + description: "Expert roofing solutions you can trust. Get your free estimate today.", + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -26,7 +42,9 @@ export default function RootLayout({ return ( - + {children}