diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c9da0d1..a11acbe 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,11 +3,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; -import TeamCardFive from "@/components/sections/team/TeamCardFive"; -import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree"; +import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; +import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import FooterBase from "@/components/sections/footer/FooterBase"; import Link from "next/link"; -import { Sparkles } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -21,8 +20,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Explore", - items: [ + title: "Explore", items: [ { label: "Home", href: "/" }, { label: "Trainers", href: "/trainers" }, { label: "Membership", href: "/membership" }, @@ -30,8 +28,7 @@ export default function AboutPage() { ], }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "About Us", href: "/about" }, { label: "Our Story", href: "/about" }, { label: "Contact", href: "/contact" }, @@ -39,8 +36,7 @@ export default function AboutPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, { label: "Email", href: "mailto:info@dragonsden.gym" }, @@ -67,9 +63,7 @@ export default function AboutPage() { brandName="Dragon's Den" navItems={navItems} button={{ - text: "Start Your Journey", - href: "/membership", - }} + text: "Start Your Journey", href: "/membership"}} /> @@ -82,80 +76,47 @@ export default function AboutPage() { { value: "24/7", title: "Access to Your Sanctuary" }, { value: "100%", title: "Member-Focused Environment" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/fashion-portrait-caucasian-woman-bikini-blue-swimming-pool-vacation-coudy-day-natural-light_343596-2303.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/fashion-portrait-caucasian-woman-bikini-blue-swimming-pool-vacation-coudy-day-natural-light_343596-2303.jpg" imageAlt="Sauna and cold plunge recovery experience" mediaAnimation="opacity" + metricsAnimation="opacity" useInvertedBackground={false} /> -
- +
-
- +
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8372bcb..1bf3b8e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -79,6 +79,7 @@ export default function ContactPage() { imageSrc="http://img.b2bpic.net/free-photo/young-woman-white-top-standing-with-coach_1157-32130.jpg" imageAlt="Trainer ready to welcome you to Dragon's Den" mediaAnimation="opacity" + metricsAnimation="opacity" useInvertedBackground={false} /> @@ -103,11 +104,11 @@ export default function ContactPage() { - {/* Navbar */} - {/* Hero Section */}
- {/* Brand Statement */}
- {/* Personal Training */}
- {/* 24/7 Access */}
- {/* Recovery Core */}
- {/* Trainer Spotlight */}
- {/* Testimonials */} +
+ +
+
- {/* CTA Section */}
- {/* Footer */}