From a1d00705b3a04ef0d4a2814de252520f709912f4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:22:40 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1c6a3f6..a6ae8df 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,36 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const publicSans = Public_Sans({ - variable: "--font-public-sans", - subsets: ["latin"], + variable: "--font-public-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Peak Mindset - Discipline Over Motivation", - description: "Build mental toughness, financial growth, and consistency. Join 10,000+ disciplined builders committed to excellence.", - keywords: "discipline, mindset, productivity, habits, success, motivation", - robots: { + title: "Peak Mindset - Discipline Over Motivation", description: "Build mental toughness, financial growth, and consistency. Join 10,000+ disciplined builders committed to excellence.", keywords: "discipline, mindset, productivity, habits, success, motivation", robots: { index: true, follow: true, }, openGraph: { - title: "Peak Mindset - Discipline Over Motivation", - description: "Build mental toughness, financial growth, and consistency. Join the discipline movement.", - url: "https://peakmindset.com", - siteName: "Peak Mindset", - type: "website", - images: [ + title: "Peak Mindset - Discipline Over Motivation", description: "Build mental toughness, financial growth, and consistency. Join the discipline movement.", url: "https://peakmindset.com", siteName: "Peak Mindset", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/young-sportsman-exercising-with-barbell-cross-training-gym_637285-2501.jpg", - alt: "Peak Mindset - Discipline Movement", - }, + url: "http://img.b2bpic.net/free-photo/young-sportsman-exercising-with-barbell-cross-training-gym_637285-2501.jpg", alt: "Peak Mindset - Discipline Movement"}, ], }, twitter: { - card: "summary_large_image", - title: "Peak Mindset - Discipline Over Motivation", - description: "Build discipline, not motivation. Join the movement.", - images: ["http://img.b2bpic.net/free-photo/young-sportsman-exercising-with-barbell-cross-training-gym_637285-2501.jpg"], + card: "summary_large_image", title: "Peak Mindset - Discipline Over Motivation", description: "Build discipline, not motivation. Join the movement.", images: ["http://img.b2bpic.net/free-photo/young-sportsman-exercising-with-barbell-cross-training-gym_637285-2501.jpg"], }, };