From e79be3554d2e0e2930621c81c0edee55e60ae985 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 14:14:07 +0000 Subject: [PATCH 1/6] Update src/app/car-accident-lawyer/page.tsx --- src/app/car-accident-lawyer/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/car-accident-lawyer/page.tsx b/src/app/car-accident-lawyer/page.tsx index 5e8c575..6976484 100644 --- a/src/app/car-accident-lawyer/page.tsx +++ b/src/app/car-accident-lawyer/page.tsx @@ -95,7 +95,7 @@ export default function CarAccidentLawyerPage() { ]} buttonAnimation="slide-up" background={{ variant: "noise" }} - imageSrc="http://img.b2bpic.net/free-photo/front-view-man-wearing-protective-equipment_23-2149714276.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-man-wearing-protective-equipment_23-2149714276.jpg?_wi=2" imageAlt="Car accident damage and vehicle collision" mediaAnimation="opacity" frameStyle="card" @@ -115,7 +115,7 @@ export default function CarAccidentLawyerPage() { description: "Rear-end accidents are often the result of negligent driving like following too closely or distracted driving. These accidents frequently cause whiplash and back injuries. We hold negligent drivers accountable for all your medical expenses and pain and suffering.", tags: ["Whiplash injuries", "Back injuries", "Clear liability"], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-wearing-protective-equipment_23-2149714276.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-wearing-protective-equipment_23-2149714276.jpg?_wi=3", imageAlt: "Rear-end collision damage assessment", }, { @@ -125,7 +125,7 @@ export default function CarAccidentLawyerPage() { description: "Drivers running red lights or stop signs cause serious injuries. We investigate these accidents thoroughly to prove negligence and secure maximum compensation for your injuries, vehicle damage, and lost income.", tags: ["Red light violations", "Stop sign violations", "Serious injuries"], - imageSrc: "http://img.b2bpic.net/free-photo/co-workers-planning-strategy_1098-588.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/co-workers-planning-strategy_1098-588.jpg?_wi=2", imageAlt: "Intersection accident investigation", }, { @@ -135,7 +135,7 @@ export default function CarAccidentLawyerPage() { description: "Multi-vehicle highway accidents involve complex liability determination. We work with accident reconstruction experts to establish who caused the accident and secure compensation from all responsible parties.", tags: ["Multiple vehicles", "Complex liability", "High damage claims"], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-discussing-business_23-2148911776.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-discussing-business_23-2148911776.jpg?_wi=2", imageAlt: "Highway multi-vehicle accident", }, ]} @@ -157,7 +157,7 @@ export default function CarAccidentLawyerPage() { role: "Rear-End Accident Winner", company: "Allen, TX", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2548.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2548.jpg?_wi=3", }, { id: "2", @@ -165,7 +165,7 @@ export default function CarAccidentLawyerPage() { role: "Highway Collision Survivor", company: "McKinney, TX", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-mug_23-2149271064.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-mug_23-2149271064.jpg?_wi=3", }, { id: "3", @@ -173,7 +173,7 @@ export default function CarAccidentLawyerPage() { role: "Intersection Accident Claimant", company: "Plano, TX", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-home-using-mobile_23-2148306608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-home-using-mobile_23-2148306608.jpg?_wi=2", }, ]} animationType="slide-up" -- 2.49.1 From 88b14722c4adaf552e67db7462f499d8295bb8c7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 14:14:08 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d4f67b4..795a924 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -88,7 +88,7 @@ export default function ContactPage() { tagAnimation="entrance-slide" background={{ variant: "noise" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/handsome-young-man-using-his-mobile-phone-office_1301-3936.jpg" + imageSrc="http://img.b2bpic.net/free-photo/handsome-young-man-using-his-mobile-phone-office_1301-3936.jpg?_wi=4" imageAlt="Legal consultation ready" mediaAnimation="opacity" mediaPosition="right" -- 2.49.1 From d9ac10cdb741899b318687d0ad438b71a6c18435 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 14:14:08 +0000 Subject: [PATCH 3/6] Update src/app/layout.tsx --- src/app/layout.tsx | 59 ++++++++++++++++++++++++++++++++++++---------- 1 file changed, 47 insertions(+), 12 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c1f48a0..9bfacfd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,27 +1,60 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Public_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 { Public_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 publicSans = Public_Sans({ variable: "--font-public-sans", subsets: ["latin"], }); -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); + +export const metadata: Metadata = { + title: "Allen TX Car & Motorcycle Accident Lawyer - Free Consultation", + description: "Expert personal injury attorney in Allen TX. Get maximum compensation for car & motorcycle accidents. Free case evaluation, no upfront fees. Call (877) 749-1112.", + keywords: "car accident lawyer Allen TX, motorcycle accident lawyer, personal injury attorney, free consultation, Allen TX", + metadataBase: new URL("https://www.carandmotorcycleaccidentlawyerpros.com"), + alternates: { + canonical: "https://www.carandmotorcycleaccidentlawyerpros.com", + }, + openGraph: { + title: "Allen TX Car & Motorcycle Accident Lawyer - Corey Higgins", + description: "Get fair compensation for your accident. Experienced personal injury attorney with 5-star reviews. Free consultation available.", + url: "https://www.carandmotorcycleaccidentlawyerpros.com", + siteName: "Car & Motorcycle Accident Lawyer Pros", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/hiring-new-manager_1098-12663.jpg", + alt: "Professional law firm office", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Allen TX Accident Lawyer - Get Maximum Compensation", + description: "Free consultation for car & motorcycle accident victims. Expert representation, no upfront fees.", + images: ["http://img.b2bpic.net/free-photo/hiring-new-manager_1098-12663.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; export default function RootLayout({ children, @@ -31,7 +64,9 @@ export default function RootLayout({ return ( - + {children}