diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9aff202..bc6e563 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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"] }); diff --git a/src/app/page.tsx b/src/app/page.tsx index b8b45ba..2b6ebb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,179 +2,173 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import BlogCardOne from '@/components/sections/blog/BlogCardOne'; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);