From 21d20b2d94b1b4cc6cf3c1bf83d92d9c53b66e7c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 16:19:27 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 57e683a..d317816 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -76,21 +76,21 @@ export default function AboutPage() { { title: "Roof Replacement", description: "Complete roof replacement with high-quality materials and expert installation", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg?_wi=4", imageAlt: "Roof replacement service", buttonIcon: ArrowRight, }, { title: "Roof Repair", description: "Fast and reliable roof repair for leaks, damage, and wear", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg?_wi=4", imageAlt: "Roof repair service", buttonIcon: ArrowRight, }, { title: "Storm Damage Repair", description: "Emergency storm damage assessment and repair services", - imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530694.jpg?_wi=4", imageAlt: "Storm damage repair", buttonIcon: ArrowRight, }, @@ -106,37 +106,37 @@ export default function AboutPage() { { id: "1", name: "Sarah Johnson", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg?_wi=3", imageAlt: "Sarah Johnson", }, { id: "2", name: "Michael Chen", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-long-blonde-hair-shorts-handsome-joyful-guy-bed-smiling-with-tablet-modern-apartment-lovely-couple-having-fun-true-emotions_197531-1600.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-long-blonde-hair-shorts-handsome-joyful-guy-bed-smiling-with-tablet-modern-apartment-lovely-couple-having-fun-true-emotions_197531-1600.jpg?_wi=3", imageAlt: "Michael Chen", }, { id: "3", name: "Emily Rodriguez", - imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up-like_74855-10007.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up-like_74855-10007.jpg?_wi=3", imageAlt: "Emily Rodriguez", }, { id: "4", name: "David Kim", - imageSrc: "http://img.b2bpic.net/free-photo/contemplated-serious-young-man-looking-camera_23-2148130297.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/contemplated-serious-young-man-looking-camera_23-2148130297.jpg?_wi=3", imageAlt: "David Kim", }, { id: "5", name: "Jennifer Lee", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-pensive-beautiful-business-woman_1262-2981.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-pensive-beautiful-business-woman_1262-2981.jpg?_wi=3", imageAlt: "Jennifer Lee", }, { id: "6", name: "Robert Martinez", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg?_wi=3", imageAlt: "Robert Martinez", }, ]} -- 2.49.1 From ff9ebbce64fd397aa779a8ba0dbbbef5dc942a00 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 16:19:28 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 60 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 51 insertions(+), 9 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0e3865a..9e7189d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,29 +1,69 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Manrope } from "next/font/google"; +import { DM_Sans } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Manrope } from "next/font/google"; -import { DM_Sans } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const manrope = Manrope({ variable: "--font-manrope", subsets: ["latin"], }); + const dmSans = DM_Sans({ variable: "--font-dm-sans", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Hinkle Roofing - Trusted Contractor Birmingham AL", + description: "Licensed roofing contractor in Birmingham, Alabama. Roof repairs, replacements, inspections & storm damage. 4.7⭐ 200+ reviews. Free estimates.", + keywords: "roofing contractor Birmingham AL, roof repair Birmingham, roof replacement, storm damage repair, roof inspection", + metadataBase: new URL("https://hinkleroofing.com"), + alternates: { + canonical: "https://hinkleroofing.com", + }, + openGraph: { + title: "Hinkle Roofing - Trusted Roofing Experts Birmingham", + description: "Professional roofing services in Birmingham, AL. Licensed, insured, and rated 4.7⭐ by 200+ customers.", + url: "https://hinkleroofing.com", + siteName: "Hinkle Roofing", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof-together_23-2149343676.jpg", + alt: "Hinkle Roofing - Professional roofing contractor", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Trusted Roofing Experts Birmingham AL", + description: "Roof repairs, replacements & inspections. 4.7⭐ rated. Free estimates.", + images: [ + "http://img.b2bpic.net/free-photo/long-shot-men-working-roof-together_23-2149343676.jpg", + ], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -32,7 +72,9 @@ export default function RootLayout({ return ( - + {children}