From 5d3e47202f17a54cee0419ab26e6279eae5124df Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 12:44:10 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 384de27..384dab0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,39 +6,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const openSans = Open_Sans({ - variable: "--font-open-sans", - subsets: ["latin"], + variable: "--font-open-sans", subsets: ["latin"], }); const workSans = Work_Sans({ - variable: "--font-work-sans", - subsets: ["latin"], + variable: "--font-work-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Family Lovers Basketball - Alabama's Premier Team", - description: "Join Family Lovers, Alabama's premier community basketball team. Experience excellence, unity, and passion. Follow game schedules, meet our champions, and become part of the family.", - keywords: "basketball, Alabama, Family Lovers, sports, community, team", - metadataBase: new URL("https://familyloversbasketball.com"), + title: "Family Lovers Basketball - Alabama's Premier Team", description: "Join Family Lovers, Alabama's premier community basketball team. Experience excellence, unity, and passion. Follow game schedules, meet our champions, and become part of the family.", keywords: "basketball, Alabama, Family Lovers, sports, community, team", metadataBase: new URL("https://familyloversbasketball.com"), alternates: { canonical: "https://familyloversbasketball.com" }, openGraph: { - title: "Family Lovers Basketball - United by Passion", - description: "Experience the excitement of Alabama's premier basketball team. Champions for the community.", - url: "https://familyloversbasketball.com", - siteName: "Family Lovers Basketball", - type: "website", - images: [{ - url: "https://img.b2bpic.net/free-photo/basketball-players-big-professional-arena-game_654080-388.jpg", - alt: "Family Lovers basketball court" + title: "Family Lovers Basketball - United by Passion", description: "Experience the excitement of Alabama's premier basketball team. Champions for the community.", url: "https://familyloversbasketball.com", siteName: "Family Lovers Basketball", type: "website", images: [{ + url: "https://img.b2bpic.net/free-photo/basketball-players-big-professional-arena-game_654080-388.jpg", alt: "Family Lovers basketball court" }] }, twitter: { - card: "summary_large_image", - title: "Family Lovers Basketball", - description: "Alabama's Premier Basketball Team - Join the Family", - images: ["https://img.b2bpic.net/free-photo/basketball-players-big-professional-arena-game_654080-388.jpg"] + card: "summary_large_image", title: "Family Lovers Basketball", description: "Alabama's Premier Basketball Team - Join the Family", images: ["https://img.b2bpic.net/free-photo/basketball-players-big-professional-arena-game_654080-388.jpg"] }, robots: { index: true,