Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-11 06:39:23 +00:00
5 changed files with 72 additions and 40 deletions

View File

@@ -82,7 +82,7 @@ export default function AboutPage() {
{ value: "24/7", title: "Access to Your Sanctuary" },
{ value: "100%", title: "Member-Focused Environment" },
]}
imageSrc="http://img.b2bpic.net/free-photo/fashion-portrait-caucasian-woman-bikini-blue-swimming-pool-vacation-coudy-day-natural-light_343596-2303.jpg"
imageSrc="http://img.b2bpic.net/free-photo/fashion-portrait-caucasian-woman-bikini-blue-swimming-pool-vacation-coudy-day-natural-light_343596-2303.jpg?_wi=2"
imageAlt="Sauna and cold plunge recovery experience"
mediaAnimation="opacity"
useInvertedBackground={false}
@@ -101,25 +101,25 @@ export default function AboutPage() {
id: "1",
name: "Marcus Stone",
role: "Head Coach & Founder",
imageSrc: "http://img.b2bpic.net/free-photo/athlete-swings-triceps-with-dumbbells-gym-healthy-sports-lifestyle_169016-58843.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/athlete-swings-triceps-with-dumbbells-gym-healthy-sports-lifestyle_169016-58843.jpg?_wi=3",
},
{
id: "2",
name: "Sarah Chen",
role: "Strength & Conditioning Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/serious-sportswoman-posing-outdoors_23-2147600761.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/serious-sportswoman-posing-outdoors_23-2147600761.jpg?_wi=3",
},
{
id: "3",
name: "James Rivera",
role: "Functional Movement Coach",
imageSrc: "http://img.b2bpic.net/free-photo/nice-musculature-man-portrait-fitness-athlete-handsome-man-posing-outdoor-with-crossed-arms_343629-35.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/nice-musculature-man-portrait-fitness-athlete-handsome-man-posing-outdoor-with-crossed-arms_343629-35.jpg?_wi=3",
},
{
id: "4",
name: "Maya Patel",
role: "Recovery & Mobility Expert",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3",
},
]}
useInvertedBackground={false}
@@ -149,7 +149,7 @@ export default function AboutPage() {
id: "recovery",
title: "Recovery as Ritual",
tags: ["Sauna & Plunge", "Mental Clarity"],
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-sauna-warm-light-wellness-mood-sauna-pause_169016-69224.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-sauna-warm-light-wellness-mood-sauna-pause_169016-69224.jpg?_wi=2",
imageAlt: "Recovery ritual experience",
},
]}

View File

@@ -81,7 +81,7 @@ export default function ContactPage() {
{ value: "24/7", title: "Open for Members" },
{ value: "100%", title: "Satisfaction Guaranteed" },
]}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-white-top-standing-with-coach_1157-32130.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-woman-white-top-standing-with-coach_1157-32130.jpg?_wi=2"
imageAlt: "Trainer ready to welcome you to Dragon's Den"
mediaAnimation="opacity"
useInvertedBackground={false}
@@ -118,21 +118,21 @@ export default function ContactPage() {
name: "David Martinez",
role: "Working Professional, Age 38",
testimonial: "I came to Dragon's Den intimidated by big gyms. Marcus met me where I was and built a program that fit my life. The 24/7 access changed everything. Recovery sessions in the sauna cleared my head after brutal work weeks.",
imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg?_wi=3",
},
{
id: "2",
name: "Elena Russo",
role: "Software Engineer, Age 32",
testimonial: "This place is fierce but welcoming. The cold plunge became my ritual. I'm stronger than ever, and the mental clarity I get from the recovery practices is invaluable.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=3",
},
{
id: "3",
name: "James Oh",
role: "Entrepreneur, Age 45",
testimonial: "Dragon's Den feels like a sanctuary. Real trainers who care about your form and your story. The community doesn't judge—it lifts you up.",
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg?_wi=2",
},
]}
title="Why Members Choose Dragon's Den"

View File

@@ -1,24 +1,54 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
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 { Archivo } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const archivo = Archivo({
variable: "--font-archivo",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Dragon's Den | Premium 24/7 Personal Training & Recovery Gym",
description: "Elite personal training, sauna, and cold plunge recovery in Rohnert Park, Sonoma County. 24/7 member access. Where discipline meets transformation.",
keywords: "personal training Sonoma County, 24/7 gym Rohnert Park, sauna cold plunge, private gym, fitness coaching, strength training",
metadataBase: new URL("https://dragonsden.gym"),
alternates: {
canonical: "https://dragonsden.gym",
},
openGraph: {
title: "Dragon's Den | Where Strength Meets Transformation",
description: "Elite personal training and recovery experience. 24/7 access. Sauna. Cold plunge. Real community.",
url: "https://dragonsden.gym",
siteName: "Dragon's Den",
type: "website",
},
twitter: {
card: "summary_large_image",
title: "Dragon's Den | Personal Training & Recovery Gym",
description: "Elite training. Deep recovery. Real transformation. 24/7 access in Rohnert Park.",
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +57,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${archivo.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${archivo.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +71,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -88,7 +88,7 @@ export default function HomePage() {
{ text: "Book Your First Session", 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"
imageSrc="http://img.b2bpic.net/free-photo/young-woman-white-top-standing-with-coach_1157-32130.jpg?_wi=1"
imageAlt="Trainer and client in intense training moment at Dragon's Den"
tagAnimation="slide-up"
buttonAnimation="slide-up"
@@ -105,7 +105,7 @@ export default function HomePage() {
{ value: "24/7", title: "Access to Your Sanctuary" },
{ value: "100%", title: "Member-Focused Environment" },
]}
imageSrc="http://img.b2bpic.net/free-photo/fashion-portrait-caucasian-woman-bikini-blue-swimming-pool-vacation-coudy-day-natural-light_343596-2303.jpg"
imageSrc="http://img.b2bpic.net/free-photo/fashion-portrait-caucasian-woman-bikini-blue-swimming-pool-vacation-coudy-day-natural-light_343596-2303.jpg?_wi=1"
imageAlt="Sauna and cold plunge recovery experience"
mediaAnimation="opacity"
useInvertedBackground={false}
@@ -123,14 +123,14 @@ export default function HomePage() {
id: "strength",
title: "Strength & Performance",
tags: ["Customized Programming", "Real Progress Tracking"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-doing-crossfit-workout_23-2149080463.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-doing-crossfit-workout_23-2149080463.jpg?_wi=1",
imageAlt: "Strength training session at Dragon's Den",
},
{
id: "functional",
title: "Functional Movement Coaching",
tags: ["Mobility Focus", "Injury Prevention"],
imageSrc: "http://img.b2bpic.net/free-photo/reflection-male-athlete-stretching-his-muscle-leaning-reflective-glass_23-2148124083.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/reflection-male-athlete-stretching-his-muscle-leaning-reflective-glass_23-2148124083.jpg?_wi=1",
imageAlt: "Functional movement coaching",
},
{
@@ -218,28 +218,28 @@ export default function HomePage() {
id: "1",
name: "Marcus Stone",
role: "Head Coach & Founder",
imageSrc: "http://img.b2bpic.net/free-photo/athlete-swings-triceps-with-dumbbells-gym-healthy-sports-lifestyle_169016-58843.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/athlete-swings-triceps-with-dumbbells-gym-healthy-sports-lifestyle_169016-58843.jpg?_wi=1",
imageAlt: "Marcus Stone, Head Coach",
},
{
id: "2",
name: "Sarah Chen",
role: "Strength & Conditioning Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/serious-sportswoman-posing-outdoors_23-2147600761.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/serious-sportswoman-posing-outdoors_23-2147600761.jpg?_wi=1",
imageAlt: "Sarah Chen, Strength Coach",
},
{
id: "3",
name: "James Rivera",
role: "Functional Movement Coach",
imageSrc: "http://img.b2bpic.net/free-photo/nice-musculature-man-portrait-fitness-athlete-handsome-man-posing-outdoor-with-crossed-arms_343629-35.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/nice-musculature-man-portrait-fitness-athlete-handsome-man-posing-outdoor-with-crossed-arms_343629-35.jpg?_wi=1",
imageAlt: "James Rivera, Movement Coach",
},
{
id: "4",
name: "Maya Patel",
role: "Recovery & Mobility Expert",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1",
imageAlt: "Maya Patel, Recovery Expert",
},
]}
@@ -261,7 +261,7 @@ export default function HomePage() {
name: "David Martinez",
role: "Working Professional, Age 38",
testimonial: "I came to Dragon's Den intimidated by big gyms. Marcus met me where I was and built a program that fit my life. The 24/7 access changed everything. Recovery sessions in the sauna cleared my head after brutal work weeks.",
imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg?_wi=1",
imageAlt: "David Martinez testimonial",
},
{
@@ -269,7 +269,7 @@ export default function HomePage() {
name: "Elena Russo",
role: "Software Engineer, Age 32",
testimonial: "This place is fierce but welcoming. The cold plunge became my ritual. I'm stronger than ever, and the mental clarity I get from the recovery practices is invaluable.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=1",
imageAlt: "Elena Russo testimonial",
},
{
@@ -277,7 +277,7 @@ export default function HomePage() {
name: "James Oh",
role: "Entrepreneur, Age 45",
testimonial: "Dragon's Den feels like a sanctuary. Real trainers who care about your form and your story. The community doesn't judge—it lifts you up.",
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg?_wi=1",
imageAlt: "James Oh testimonial",
},
{
@@ -285,7 +285,7 @@ export default function HomePage() {
name: "Sophie Laurent",
role: "Teacher, Age 29",
testimonial: "I was scared of personal training. Sarah made me believe in myself. Six months in, I'm stronger, more resilient, and I love coming here. It's not about vanity—it's about becoming who I'm meant to be.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-wonderful-young-woman_158595-4762.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-wonderful-young-woman_158595-4762.jpg?_wi=1",
imageAlt: "Sophie Laurent testimonial",
},
{

View File

@@ -88,28 +88,28 @@ export default function TrainersPage() {
id: "1",
name: "Marcus Stone",
role: "Head Coach & Founder",
imageSrc: "http://img.b2bpic.net/free-photo/athlete-swings-triceps-with-dumbbells-gym-healthy-sports-lifestyle_169016-58843.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/athlete-swings-triceps-with-dumbbells-gym-healthy-sports-lifestyle_169016-58843.jpg?_wi=2",
imageAlt: "Marcus Stone, Head Coach & Founder",
},
{
id: "2",
name: "Sarah Chen",
role: "Strength & Conditioning Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/serious-sportswoman-posing-outdoors_23-2147600761.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/serious-sportswoman-posing-outdoors_23-2147600761.jpg?_wi=2",
imageAlt: "Sarah Chen, Strength & Conditioning Specialist",
},
{
id: "3",
name: "James Rivera",
role: "Functional Movement Coach",
imageSrc: "http://img.b2bpic.net/free-photo/nice-musculature-man-portrait-fitness-athlete-handsome-man-posing-outdoor-with-crossed-arms_343629-35.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/nice-musculature-man-portrait-fitness-athlete-handsome-man-posing-outdoor-with-crossed-arms_343629-35.jpg?_wi=2",
imageAlt: "James Rivera, Functional Movement Coach",
},
{
id: "4",
name: "Maya Patel",
role: "Recovery & Mobility Expert",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2",
imageAlt: "Maya Patel, Recovery & Mobility Expert",
},
]}
@@ -128,21 +128,21 @@ export default function TrainersPage() {
id: "strength",
title: "Strength & Power Development",
tags: ["Periodized Programming", "Peak Performance"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-doing-crossfit-workout_23-2149080463.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-doing-crossfit-workout_23-2149080463.jpg?_wi=2",
imageAlt: "Strength training specialization",
},
{
id: "movement",
title: "Movement Quality & Mobility",
tags: ["Injury Prevention", "Functional Fitness"],
imageSrc: "http://img.b2bpic.net/free-photo/reflection-male-athlete-stretching-his-muscle-leaning-reflective-glass_23-2148124083.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/reflection-male-athlete-stretching-his-muscle-leaning-reflective-glass_23-2148124083.jpg?_wi=2",
imageAlt: "Movement and mobility coaching",
},
{
id: "recovery",
title: "Recovery & Performance Optimization",
tags: ["Sauna Protocol", "Nutrition Science"],
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-sauna-warm-light-wellness-mood-sauna-pause_169016-69224.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-sauna-warm-light-wellness-mood-sauna-pause_169016-69224.jpg?_wi=1",
imageAlt: "Recovery optimization",
},
]}
@@ -166,7 +166,7 @@ export default function TrainersPage() {
name: "David Martinez",
role: "Client of Marcus Stone",
testimonial: "Marcus didn't just write me a program—he understood my life, my struggles, and my goals. His coaching method combines fierce accountability with genuine care. I'm stronger than ever.",
imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg?_wi=2",
imageAlt: "David Martinez",
},
{
@@ -174,7 +174,7 @@ export default function TrainersPage() {
name: "Elena Russo",
role: "Client of Sarah Chen",
testimonial: "Sarah's approach to strength training is different. She emphasizes quality, sustainability, and listening to your body. Her programming helped me become stronger without injury. She's brilliant.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=2",
imageAlt: "Elena Russo",
},
{
@@ -182,7 +182,7 @@ export default function TrainersPage() {
name: "Sophie Laurent",
role: "Client of Sarah Chen",
testimonial: "I was terrified of lifting. Sarah met me with patience and expertise. She saw potential in me I didn't see in myself. Now I'm confident, strong, and I actually love training.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-wonderful-young-woman_158595-4762.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-wonderful-young-woman_158595-4762.jpg?_wi=2",
imageAlt: "Sophie Laurent",
},
]}