Compare commits
22 Commits
version_9
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| f2b2b5e743 | |||
| 0dfa6fcdc3 | |||
| da3029e2dc | |||
| d827ec07ad | |||
| ce92ecbd4a | |||
| 574d898d02 | |||
| cf74d88293 | |||
| 14b9a6f1cf | |||
| 5f23cbcda8 | |||
| 71bf595650 | |||
| bcc3ece90e | |||
| 1d5d28f3b3 | |||
| b59233cfc7 | |||
| dd2f3f7c1f | |||
| cba7debcc4 | |||
| 52650b9c5e | |||
| 08a201b2a1 | |||
| 0f292c8ae4 | |||
| ee2f2760b7 | |||
| ab2a822640 | |||
| 6087666458 | |||
| 26c37dd042 |
@@ -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,10 +75,11 @@ 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: "Claim Your First Session", href: "/membership" },
|
||||
{ text: "Start Free Trial Today", href: "/membership" },
|
||||
{ text: "Schedule a Tour", href: "/contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-white-top-standing-with-coach_1157-32130.jpg?_wi=1"
|
||||
|
||||
Reference in New Issue
Block a user