Compare commits
7 Commits
version_10
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| f4ac81c72c | |||
| fbe1106989 | |||
| 43902a9e67 | |||
| 636f992413 | |||
| 97e397692e | |||
| f2b2b5e743 | |||
| 0dfa6fcdc3 |
@@ -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,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" },
|
||||
@@ -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