Update src/app/layout.tsx

This commit is contained in:
2026-04-16 14:04:44 +00:00
parent ecb5a2c517
commit 6b4b205d01

View File

@@ -11,14 +11,18 @@ import { Oswald, Inter } from "next/font/google";
export const metadata: Metadata = {
title: 'Apex Forge Athletics | Pro-Grade Training Equipment',
description: 'Professional power racks, calibrated plates, and smart cardio machines for relentless athletes. Equip your gym with Apex Forge.',
title: 'APEX FORGE | Competition-Grade Equipment',
description: 'Forge your legacy with competition-grade strength equipment engineered for the relentless.',
keywords: ["powerlifting gear, power racks, training equipment, apex forge athletics, calibrated plates"],
openGraph: {
"title": "Apex Forge Athletics",
"description": "Professional gym equipment engineered for the relentless.",
"siteName": "Apex Forge Athletics"
},
robots: {
"index": true,
"follow": true
},
};
const oswald = Oswald({ variable: "--font-oswald", subsets: ["latin"] });