Update src/app/layout.tsx

This commit is contained in:
2026-03-02 19:22:40 +00:00
parent 362d5e9157
commit a1d00705b3

View File

@@ -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"],
},
};