diff --git a/src/app/page.tsx b/src/app/page.tsx index 60c3500..28e4c62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,5 +1,6 @@ "use client"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; @@ -8,238 +9,143 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Award, Camera, DollarSign, Flame, Quote, Target, Trophy, TrendingUp, Users, Zap } from 'lucide-react'; +import Link from 'next/link'; +import { Zap, Package, Trophy, Users } from 'lucide-react'; -export default function LandingPage() { +export default function Home() { return (
@@ -248,40 +154,28 @@ export default function LandingPage() { logoText="Iron Pulse" columns={[ { - title: "Quick Links", items: [ - { label: "Home", href: "/" }, - { label: "Today's WOD", href: "#wod" }, - { label: "Pricing", href: "#pricing" }, - { label: "Gallery", href: "#gallery" } + title: "Platform", items: [ + { label: "Classes", href: "wod" }, + { label: "Pricing", href: "pricing" }, + { label: "3D Tour", href: "/gym-3d" } ] }, { title: "Community", items: [ - { label: "Testimonials", href: "#testimonials" }, - { label: "Athletes", href: "#gallery" }, - { label: "Events", href: "#" }, - { label: "Leaderboards", href: "#" } - ] - }, - { - title: "Training", items: [ - { label: "Programming", href: "#wod" }, - { label: "Coaching", href: "#pricing" }, - { label: "Class Schedule", href: "#" }, - { label: "Facility Tour", href: "/gym-3d" } + { label: "Members", href: "testimonials" }, + { label: "Events", href: "testimonials" }, + { label: "Blog", href: "testimonials" } ] }, { title: "Company", items: [ - { label: "About Us", href: "#" }, - { label: "Contact", href: "#contact" }, - { label: "Join Team", href: "#" }, - { label: "Blog", href: "#" } + { label: "About", href: "/" }, + { label: "Contact", href: "testimonials" }, + { label: "Careers", href: "/" } ] } ]} - copyrightText="© 2025 Iron Pulse CrossFit. All rights reserved. Forged in intensity. Built by community." - ariaLabel="Site Footer" + copyrightText="© 2025 Iron Pulse. All rights reserved." />