From e1f1706a42504bd819882eafa6477a487fcf06f9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 06:39:17 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7fa114a..c9da0d1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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", }, ]} From 2f2406d285e706764452f166ff92908b3c64be56 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 06:39:18 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d79fecf..d326a1b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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" From e7de62d6b6f59491e03d4953ddabc74737ec6609 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 06:39:18 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 48 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 40 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1bfe997..94f33b9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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 ( - + {children}