Update src/app/layout.tsx
This commit is contained in:
@@ -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({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user