From c5ae29e1666cbc73bf02d9f5bcdc9b47a6bed37a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:53:31 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f8bea89..cf71cdb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,26 +5,14 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const manrope = Manrope({ - variable: "--font-manrope", - subsets: ["latin"], + variable: "--font-manrope", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Elite Athletes - Female Sports Agency", - description: "Elite representation for female athletes. Contract negotiation, endorsements, and career management for the best women in college and professional sports.", - keywords: "female athletes, sports agency, representation, contract negotiation, endorsements, career management, women sports", - openGraph: { - title: "Elite Athletes - Female Sports Agency", - description: "Elite representation for female athletes. We negotiate contracts, build brands, and accelerate careers.", - url: "https://eliteathletes.com", - siteName: "Elite Athletes", - type: "website", - }, + title: "Elite Athletes - Female Sports Agency", description: "Elite representation for female athletes. Contract negotiation, endorsements, and career management for the best women in college and professional sports.", keywords: "female athletes, sports agency, representation, contract negotiation, endorsements, career management, women sports", openGraph: { + title: "Elite Athletes - Female Sports Agency", description: "Elite representation for female athletes. We negotiate contracts, build brands, and accelerate careers.", url: "https://eliteathletes.com", siteName: "Elite Athletes", type: "website"}, twitter: { - card: "summary_large_image", - title: "Elite Athletes - Female Sports Agency", - description: "Contract negotiation, endorsements, and career management for elite female athletes.", - }, + card: "summary_large_image", title: "Elite Athletes - Female Sports Agency", description: "Contract negotiation, endorsements, and career management for elite female athletes."}, robots: { index: true, follow: true,