From e8986a896d200f30905450a9fc8fae0dabb0e7a2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 13:33:33 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 35 +++++++++-------------------------- 1 file changed, 9 insertions(+), 26 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 82f04a5..558d633 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,51 +7,34 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], + variable: "--font-halant", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], + variable: "--font-dm-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Premium Growth System for Local Service Businesses | 90-Day Lead Generation", - description: "Stop losing customers to competitors. Generate 40+ qualified leads/month with our proven growth system. Founded by a 15-year veteran. 90-day guarantee. $6K/month.", - keywords: "local service business marketing, lead generation agency, B2B growth system, service business growth, marketing for plumbers painters dentists", - metadataBase: new URL("https://growthsystems.io"), + title: "Premium Growth System for Local Service Businesses | 90-Day Lead Generation", description: "Stop losing customers to competitors. Generate 40+ qualified leads/month with our proven growth system. Founded by a 15-year veteran. 90-day guarantee. $6K/month.", keywords: "local service business marketing, lead generation agency, B2B growth system, service business growth, marketing for plumbers painters dentists", metadataBase: new URL("https://growthsystems.io"), alternates: { - canonical: "https://growthsystems.io", - }, + canonical: "https://growthsystems.io"}, robots: { index: true, follow: true, }, openGraph: { - title: "Premium Growth System for Local Service Businesses", - description: "Your competition is outranking you online. We help service owners dominate their market with a proven system that generates qualified leads on demand.", - url: "https://growthsystems.io", - siteName: "Growth Systems", - type: "website", - images: [ + title: "Premium Growth System for Local Service Businesses", description: "Your competition is outranking you online. We help service owners dominate their market with a proven system that generates qualified leads on demand.", url: "https://growthsystems.io", siteName: "Growth Systems", type: "website", images: [ { - url: "http://img.b2bpic.net/free-psd/neon-landing-page-template-candy-store_23-2149001652.jpg", - alt: "Premium B2B growth agency dashboard", - }, + url: "http://img.b2bpic.net/free-psd/neon-landing-page-template-candy-store_23-2149001652.jpg", alt: "Premium B2B growth agency dashboard"}, ], }, twitter: { - card: "summary_large_image", - title: "Premium Growth System for Local Service Businesses", - description: "Stop losing customers to competitors. Generate 40+ qualified leads/month with our proven growth system.", - images: ["http://img.b2bpic.net/free-psd/neon-landing-page-template-candy-store_23-2149001652.jpg"], + card: "summary_large_image", title: "Premium Growth System for Local Service Businesses", description: "Stop losing customers to competitors. Generate 40+ qualified leads/month with our proven growth system.", images: ["http://img.b2bpic.net/free-psd/neon-landing-page-template-candy-store_23-2149001652.jpg"], }, }; @@ -1439,4 +1422,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +}