Update src/app/layout.tsx
This commit is contained in:
@@ -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"] });
|
||||
|
||||
Reference in New Issue
Block a user