Compare commits
27 Commits
version_9
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| f4ac81c72c | |||
| fbe1106989 | |||
| 43902a9e67 | |||
| 636f992413 | |||
| 97e397692e | |||
| f2b2b5e743 | |||
| 0dfa6fcdc3 | |||
| da3029e2dc | |||
| d827ec07ad | |||
| ce92ecbd4a | |||
| 574d898d02 | |||
| cf74d88293 | |||
| 14b9a6f1cf | |||
| 5f23cbcda8 | |||
| 71bf595650 | |||
| bcc3ece90e | |||
| 1d5d28f3b3 | |||
| b59233cfc7 | |||
| dd2f3f7c1f | |||
| cba7debcc4 | |||
| 52650b9c5e | |||
| 08a201b2a1 | |||
| 0f292c8ae4 | |||
| ee2f2760b7 | |||
| ab2a822640 | |||
| 6087666458 | |||
| 26c37dd042 |
@@ -98,7 +98,7 @@ export default function AboutPage() {
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
metricsContainerClassName="grid grid-cols-1 md:grid-cols-2 gap-8 md:gap-12 min-h-96 md:min-h-80"
|
||||
valueClassName="text-lg md:text-2xl lg:text-3xl font-medium break-words whitespace-normal w-full"
|
||||
valueClassName="text-4xl md:text-5xl lg:text-6xl font-medium break-words whitespace-normal w-full"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -98,7 +98,7 @@ export default function ContactPage() {
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
metricsContainerClassName="grid grid-cols-1 md:grid-cols-2 gap-8 md:gap-12 min-h-96 md:min-h-80"
|
||||
valueClassName="text-lg md:text-2xl lg:text-3xl font-medium break-words whitespace-normal w-full"
|
||||
valueClassName="text-4xl md:text-5xl lg:text-6xl font-medium break-words whitespace-normal w-full"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
|
||||
import { Archivo } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Montserrat } from "next/font/google";
|
||||
import { Open_Sans } from "next/font/google";
|
||||
@@ -59,7 +58,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${mulish.variable} ${inter.variable} antialiased`}>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -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"
|
||||
@@ -161,7 +163,7 @@ export default function HomePage() {
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
metricsContainerClassName="grid grid-cols-1 md:grid-cols-2 gap-8 md:gap-12 min-h-96 md:min-h-80"
|
||||
valueClassName="text-lg md:text-2xl lg:text-3xl font-medium break-words whitespace-normal w-full"
|
||||
valueClassName="text-4xl md:text-5xl lg:text-6xl font-medium break-words whitespace-normal w-full"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user