Merge version_2 into main #1
305
src/app/page.tsx
305
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Recovery",
|
||||
id: "recovery",
|
||||
},
|
||||
name: "Recovery", id: "recovery"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Diamond Strong"
|
||||
/>
|
||||
@@ -63,39 +53,15 @@ export default function LandingPage() {
|
||||
description="Where Fitness Becomes Your Lifestyle. Experience 24/7 access, expert personal training, and the region's only electric cryotherapy recovery lounge."
|
||||
buttons={[
|
||||
{
|
||||
text: "Join Today",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Join Today", href: "#contact"},
|
||||
{
|
||||
text: "Tour Facility",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Tour Facility", href: "#about"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-training-body-building_23-2149660988.jpg",
|
||||
imageAlt: "Gym Facility",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-training-body-building_23-2149660988.jpg", imageAlt: "Gym Facility"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-people-gym_23-2149734695.jpg",
|
||||
imageAlt: "Recovery Lounge",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-from-spiral-road_181624-26711.jpg",
|
||||
imageAlt: "Training Area",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-using-smartphone-gym_23-2147789617.jpg",
|
||||
imageAlt: "Personal Training",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-toolbox-walking-smart-factory-preparing-maintenance_482257-126132.jpg",
|
||||
imageAlt: "Batting Cages",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-trainer-looking-woman-working-out-gym_23-2147827939.jpg",
|
||||
imageAlt: "Electric Cryotherapy",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-people-gym_23-2149734695.jpg", imageAlt: "Recovery Lounge"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,17 +73,11 @@ export default function LandingPage() {
|
||||
description="We are a full-service performance center dedicated to your health and recovery. From 24/7 gym access and batting cages to specialized recovery treatments, we provide the tools you need to reach your potential."
|
||||
metrics={[
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Access",
|
||||
},
|
||||
value: "24/7", title: "Access"},
|
||||
{
|
||||
value: "100mi",
|
||||
title: "Only Cryo",
|
||||
},
|
||||
value: "100mi", title: "Only Cryo"},
|
||||
{
|
||||
value: "Full",
|
||||
title: "Recovery",
|
||||
},
|
||||
value: "Full", title: "Recovery"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mature-woman-doing-exercising-with-trainer_329181-12914.jpg"
|
||||
imageAlt="Facility Tour"
|
||||
@@ -134,29 +94,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Activity,
|
||||
title: "24/7 Open Gym",
|
||||
description: "Train on your schedule with premium equipment.",
|
||||
},
|
||||
title: "24/7 Open Gym", description: "Train on your schedule with premium equipment."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Group Fitness",
|
||||
description: "High-energy classes led by expert coaches.",
|
||||
},
|
||||
title: "Group Fitness", description: "High-energy classes led by expert coaches."},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
title: "Personal Training",
|
||||
description: "One-on-one sessions to crush your goals.",
|
||||
},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Sports Training",
|
||||
description: "Specialized programs for teams and individuals.",
|
||||
},
|
||||
{
|
||||
icon: Target,
|
||||
title: "Batting Cages",
|
||||
description: "Sharpen your skills in our dedicated facility.",
|
||||
},
|
||||
title: "Personal Training", description: "One-on-one sessions to crush your goals."},
|
||||
]}
|
||||
title="Facility Features"
|
||||
description="Comprehensive fitness solutions tailored for every athlete and lifestyle."
|
||||
@@ -171,41 +115,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Electric Cryotherapy",
|
||||
price: "Session",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-patient-ready-get-ct-scan_23-2149341527.jpg",
|
||||
},
|
||||
id: "p1", name: "Electric Cryotherapy", price: "Session", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-patient-ready-get-ct-scan_23-2149341527.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Infrared Sauna",
|
||||
price: "Session",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-solarium-beauty-salon_181624-58596.jpg",
|
||||
},
|
||||
id: "p2", name: "Infrared Sauna", price: "Session", imageSrc: "http://img.b2bpic.net/free-photo/young-man-solarium-beauty-salon_181624-58596.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Red Light Therapy",
|
||||
price: "Session",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-woman-relaxing-steam-room-spa_637285-7476.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Compression Therapy",
|
||||
price: "Session",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-yoga-retreat_23-2149401424.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Full Lounge Access",
|
||||
price: "Monthly",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-female-patient-receiving-magnetotherapy-health-spa_637285-9481.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Recovery Bundle",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-woman-doing-strength-exercises-gym_1153-4602.jpg",
|
||||
},
|
||||
id: "p3", name: "Red Light Therapy", price: "Session", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-woman-relaxing-steam-room-spa_637285-7476.jpg"},
|
||||
]}
|
||||
title="Recovery Lounge"
|
||||
description="The only Electric Cryotherapy facility within 100 miles. Invest in your body."
|
||||
@@ -219,123 +133,32 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "m1",
|
||||
tag: "Essentials",
|
||||
price: "$XX",
|
||||
period: "/mo",
|
||||
description: "24/7 Access",
|
||||
button: {
|
||||
text: "Sign Up",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Included:",
|
||||
features: [
|
||||
"Full Gym Access",
|
||||
"Locker Room",
|
||||
"WiFi",
|
||||
],
|
||||
id: "m1", tag: "Essentials", price: "$59", period: "/mo", description: "Standard 24/7 gym access.", button: {
|
||||
text: "Join Now", href: "#contact"},
|
||||
featuresTitle: "Included:", features: [
|
||||
"24/7 Access", "Locker Room", "Free WiFi"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
tag: "Performance",
|
||||
price: "$XX",
|
||||
period: "/mo",
|
||||
description: "Access + Classes",
|
||||
button: {
|
||||
text: "Sign Up",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Included:",
|
||||
features: [
|
||||
"Everything in Basic",
|
||||
"Group Classes",
|
||||
"Recovery Perks",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
tag: "Elite",
|
||||
price: "$XX",
|
||||
period: "/mo",
|
||||
description: "Full Facility Access",
|
||||
button: {
|
||||
text: "Sign Up",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Included:",
|
||||
features: [
|
||||
"Everything in Performance",
|
||||
"Unlimited Cryo",
|
||||
"PT Session",
|
||||
],
|
||||
id: "m2", tag: "Elite", price: "$99", period: "/mo", description: "Access + Full Recovery", button: {
|
||||
text: "Get Started", href: "#contact"},
|
||||
featuresTitle: "Included:", features: [
|
||||
"All Essentials", "Electric Cryotherapy", "Full Recovery Lounge"],
|
||||
},
|
||||
]}
|
||||
title="Membership Options"
|
||||
description="Flexible plans designed to support your journey."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "stat1",
|
||||
value: "5900",
|
||||
title: "Square Feet",
|
||||
description: "Modern training space",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
id: "stat2",
|
||||
value: "100+",
|
||||
title: "Radius Miles",
|
||||
description: "Unique coverage for cryo",
|
||||
icon: MapPin,
|
||||
},
|
||||
{
|
||||
id: "stat3",
|
||||
value: "24/7",
|
||||
title: "Access",
|
||||
description: "Open every single day",
|
||||
icon: Clock,
|
||||
},
|
||||
]}
|
||||
title="Facility Stats"
|
||||
description="Why local athletes choose Diamond Strong."
|
||||
title="Membership Plans"
|
||||
description="Simple, no-contract plans to support your transformation."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
testimonial="Diamond Strong changed my lifestyle. The recovery lounge is unmatched in this area, and the training staff is top-tier."
|
||||
testimonial="Diamond Strong has been a game-changer. The 24/7 access fits my busy schedule perfectly, and the recovery tools are unmatched locally."
|
||||
rating={5}
|
||||
author="Marcus R."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-smiling-athletic-woman-warming-up-while-exercising-living-room_637285-6208.jpg",
|
||||
alt: "Member",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-with-headphones_23-2148435370.jpg",
|
||||
alt: "Member",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-running-holding-bottle-with-water_23-2148138021.jpg",
|
||||
alt: "Member",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/tired-young-brunette-woman-sportswear-gym-is-engaged-bike_169016-40071.jpg",
|
||||
alt: "Member",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-adult-fitness-coach-lady-looking-camera-with-empty-gym-background-fit-body-concept_197531-30216.jpg",
|
||||
alt: "Member",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-smiling-athletic-woman-warming-up-while-exercising-living-room_637285-6208.jpg", alt: "Member" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-woman-with-headphones_23-2148435370.jpg", alt: "Member" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -345,27 +168,13 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Ready to Start?"
|
||||
description="Visit us at 5900 Pruitt Ave #100, Windsor, CA. Reach out today for a facility tour or membership details."
|
||||
title="Visit Our Facility"
|
||||
description="We are located at 5900 Pruitt Ave, Windsor, CA. Send us a message to schedule a tour or ask about our membership rates."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "What are your fitness goals?",
|
||||
rows: 4,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "How can we help?", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sports-equipment-around-blackboard_23-2147734989.jpg"
|
||||
imageAlt="Gym Reception"
|
||||
mediaPosition="left"
|
||||
@@ -377,37 +186,21 @@ export default function LandingPage() {
|
||||
logoText="Diamond Strong Fitness"
|
||||
columns={[
|
||||
{
|
||||
title: "Facility",
|
||||
items: [
|
||||
{
|
||||
label: "24/7 Access",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Batting Cages",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Recovery",
|
||||
href: "#",
|
||||
},
|
||||
title: "Programs", items: [
|
||||
{ label: "24/7 Access", href: "#" },
|
||||
{ label: "Personal Training", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Release of Liability",
|
||||
href: "#",
|
||||
},
|
||||
title: "Facility", items: [
|
||||
{ label: "Recovery Lounge", href: "#" },
|
||||
{ label: "Batting Cages", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -416,4 +209,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user