Compare commits
2 Commits
version_10
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| f2b2b5e743 | |||
| 0dfa6fcdc3 |
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user