From 1d3738d31fb9318f7c6c98c38a128ddbfc953b30 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:49:01 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a79d9d6..b07e946 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -52,7 +52,7 @@ export default function AboutPage() { tag="🏆 20+ Years of Excellence" tagIcon="Award" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-coffee-shop-owner-holding-open-sign-while-standing-doorway_637285-6308.jpg" + imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-coffee-shop-owner-holding-open-sign-while-standing-doorway_637285-6308.jpg?_wi=1" imageAlt="Welcoming local business storefront" mediaAnimation="blur-reveal" imagePosition="right" @@ -79,14 +79,14 @@ export default function AboutPage() { title: "Founder & Owner", subtitle: "25+ Years Experience", detail: "Dedicated to building a business based on trust and quality", - imageSrc: "http://img.b2bpic.net/free-photo/three-smiling-business-men-sitting-stairs_1262-5906.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-smiling-business-men-sitting-stairs_1262-5906.jpg?_wi=2", }, { id: "founder-2", title: "Co-Founder", subtitle: "Community Champion", detail: "Passionate about serving our local neighbors", - imageSrc: "http://img.b2bpic.net/free-photo/three-smiling-business-men-sitting-stairs_1262-5906.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-smiling-business-men-sitting-stairs_1262-5906.jpg?_wi=3", }, ], }, @@ -99,14 +99,14 @@ export default function AboutPage() { title: "Lead Technician", subtitle: "15+ Years Licensed", detail: "Certified expert with outstanding track record", - imageSrc: "http://img.b2bpic.net/free-photo/three-smiling-business-men-sitting-stairs_1262-5906.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-smiling-business-men-sitting-stairs_1262-5906.jpg?_wi=4", }, { id: "specialist-2", title: "Customer Care Manager", subtitle: "Always Friendly", detail: "Your go-to person for questions and support", - imageSrc: "http://img.b2bpic.net/free-photo/three-smiling-business-men-sitting-stairs_1262-5906.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-smiling-business-men-sitting-stairs_1262-5906.jpg?_wi=5", }, ], }, -- 2.49.1 From 42a2579abcf46b74f13f2304b007e3ba7af6ce7d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:49:02 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f60d197..33c1a4c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -62,7 +62,7 @@ export default function ContactPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288174.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288174.jpg?_wi=2" imageAlt="friendly customer service representative" mediaAnimation="blur-reveal" imagePosition="right" @@ -116,7 +116,7 @@ export default function ContactPage() { description="123 Main Street, Downtown\nOur Community, ST 12345" subdescription="📞 (555) 123-4567 | 📧 info@localexperts.com" icon={Clock} - imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-coffee-shop-owner-holding-open-sign-while-standing-doorway_637285-6308.jpg" + imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-coffee-shop-owner-holding-open-sign-while-standing-doorway_637285-6308.jpg?_wi=2" imageAlt="local business storefront exterior" mediaAnimation="blur-reveal" useInvertedBackground={true} -- 2.49.1 From 5f15ed3b834107ab39a461b278231a80360778b1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:49:02 +0000 Subject: [PATCH 3/6] Update src/app/layout.tsx --- src/app/layout.tsx | 55 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 47 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0d09ce2..91b4e61 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,61 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Figtree } 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 { Figtree } 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 figtree = Figtree({ variable: "--font-figtree", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Local Experts - Trusted Service Professionals", + description: "Family-owned local service business trusted by 5000+ customers. 4.9/5 star rating. Free consultation. Call now for expert service.", + keywords: "local service, trusted professionals, family owned, expert service, free consultation, rated 4.9 stars", + metadataBase: new URL("https://www.localexperts.com"), + alternates: { + canonical: "https://www.localexperts.com", + }, + robots: { + index: true, + follow: true, + }, + openGraph: { + title: "Local Experts - Trusted Service Professionals", + description: "Family-owned local service business trusted by 5000+ customers. 4.9/5 star rating. Free consultation.", + url: "https://www.localexperts.com", + siteName: "Local Experts", + type: "website", + images: [ + { + url: "https://www.localexperts.com/og-image.jpg", + alt: "Local Experts - Trusted Service Professionals", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Local Experts - Trusted Service Professionals", + description: "Trusted by 5000+ customers. 4.9/5 stars. Free consultation. Call now!", + images: ["https://www.localexperts.com/twitter-image.jpg"], + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +64,9 @@ export default function RootLayout({ return ( - + {children}