2 Commits

Author SHA1 Message Date
f2b2b5e743 Update src/app/page.tsx 2026-03-11 20:39:05 +00:00
0dfa6fcdc3 Merge version_10 into main
Merge version_10 into main
2026-03-11 20:35:46 +00:00

View File

@@ -10,6 +10,7 @@ import TeamCardFive from "@/components/sections/team/TeamCardFive";
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
import FooterBase from "@/components/sections/footer/FooterBase";
import Link from "next/link";
import { Users } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -74,7 +75,8 @@ export default function HomePage() {
<HeroBillboardScroll
title="Awaken the Dragon Within"
description="Enter the Den. Train with uncompromising intensity. Recover like never before. 24/7 access to personal training, sauna, cold plunge, and a community built on inner fire."
tag="Where Discipline Meets Transformation"
tag="Trusted by 500+ Members"
tagIcon={Users}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Start Free Trial Today", href: "/membership" },