diff --git a/src/app/page.tsx b/src/app/page.tsx
index 883ef1c..6cd8c43 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -56,15 +48,11 @@ export default function LandingPage() {
description="Unlock your peak performance at our Davie fitness studio. Expert coaching, state-of-the-art facilities, and a community that pushes you further."
buttons={[
{
- text: "Book a Session",
- href: "#contact",
- },
+ text: "Book a Session", href: "#contact"},
{
- text: "View Membership",
- href: "#pricing",
- },
+ text: "View Membership", href: "#pricing"},
]}
- imageSrc="http://img.b2bpic.net/free-photo/exercise-machines-gym-without-people_637285-8444.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/exercise-machines-gym-without-people_637285-8444.jpg"
imageAlt="Raw Energy Fitness Studio Interior"
/>
@@ -83,46 +71,22 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "HIIT Training",
- description: "High-intensity intervals designed to torch calories and improve athletic endurance.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-training-equipment_23-2149177961.jpg",
- imageAlt: "HIIT Training Gear",
- },
+ title: "HIIT Training", description: "High-intensity intervals designed to torch calories and improve athletic endurance.", phoneOne: {
+ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-training-equipment_23-2149177961.jpg", imageAlt: "HIIT Training Gear"},
phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-weights-floor-gym_23-2149175406.jpg",
- imageAlt: "Kettlebells Training",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/exercise-machines-gym-without-people_637285-8444.jpg?_wi=2",
- imageAlt: "kettlebells lined up on floor",
+ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-weights-floor-gym_23-2149175406.jpg", imageAlt: "Kettlebells Training"}
},
{
- title: "Personal Coaching",
- description: "Get 1-on-1 attention with our certified trainers tailored to your fitness goals.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/people-training-together-with-weight-lifting_23-2149307955.jpg",
- imageAlt: "Trainer and client",
- },
+ title: "Personal Coaching", description: "Get 1-on-1 attention with our certified trainers tailored to your fitness goals.", phoneOne: {
+ imageSrc: "http://img.b2bpic.net/free-photo/people-training-together-with-weight-lifting_23-2149307955.jpg", imageAlt: "Trainer and client"},
phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/young-women-training-with-hands-weights_23-2148419873.jpg",
- imageAlt: "One on one workout",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/woman-with-notebook-medium-shot_23-2149744648.jpg",
- imageAlt: "kettlebells lined up on floor",
+ imageSrc: "http://img.b2bpic.net/free-photo/young-women-training-with-hands-weights_23-2148419873.jpg", imageAlt: "One on one workout"}
},
{
- title: "Group Strength",
- description: "Join our community group sessions focusing on heavy compound movements.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-holding-wall-clock-pointing-with-index-finger-camera-with-serious-face_141793-37194.jpg",
- imageAlt: "Strength training",
- },
+ title: "Group Strength", description: "Join our community group sessions focusing on heavy compound movements.", phoneOne: {
+ imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-holding-wall-clock-pointing-with-index-finger-camera-with-serious-face_141793-37194.jpg", imageAlt: "Strength training"},
phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-girl-wearing-sportswear-holding-stopwatch-smiling-happy-positive-thumb-up-doing-excellent-approval-sign_839833-7344.jpg",
- imageAlt: "Group gym workout",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-fitness-girl-stylish-sportswear-with-skipping-rope-neck-dreamily-tranining-city-stadium_574295-4982.jpg?_wi=1",
- imageAlt: "kettlebells lined up on floor",
+ imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-girl-wearing-sportswear-holding-stopwatch-smiling-happy-positive-thumb-up-doing-excellent-approval-sign_839833-7344.jpg", imageAlt: "Group gym workout"}
},
]}
showStepNumbers={true}
@@ -138,38 +102,16 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
- id: "basic",
- tag: "Essential",
- price: "$69",
- period: "/mo",
- description: "Access to open gym and basic fitness classes.",
- button: {
- text: "Choose Basic",
- href: "#contact",
- },
- featuresTitle: "Included Features",
- features: [
- "Open Gym Access",
- "3 Fitness Classes",
- "Lockers Included",
- ],
+ id: "basic", tag: "Essential", price: "$69", period: "/mo", description: "Access to open gym and basic fitness classes.", button: {
+ text: "Choose Basic", href: "#contact"},
+ featuresTitle: "Included Features", features: [
+ "Open Gym Access", "3 Fitness Classes", "Lockers Included"],
},
{
- id: "pro",
- tag: "Performance",
- price: "$129",
- period: "/mo",
- description: "Unlimited access with personal coaching sessions.",
- button: {
- text: "Get Performance",
- href: "#contact",
- },
- featuresTitle: "Everything in Basic, plus:",
- features: [
- "Unlimited Classes",
- "2 Personal Sessions",
- "Nutritional Plan",
- ],
+ id: "pro", tag: "Performance", price: "$129", period: "/mo", description: "Unlimited access with personal coaching sessions.", button: {
+ text: "Get Performance", href: "#contact"},
+ featuresTitle: "Everything in Basic, plus:", features: [
+ "Unlimited Classes", "2 Personal Sessions", "Nutritional Plan"],
},
]}
title="Membership Options"
@@ -183,45 +125,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- title: "Life Changing!",
- quote: "I have never felt better! The instructors are world class.",
- name: "Sarah Miller",
- role: "Member",
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-fitness-girl-stylish-sportswear-with-skipping-rope-neck-dreamily-tranining-city-stadium_574295-4982.jpg?_wi=2",
- },
+ id: "1", title: "Life Changing!", quote: "I have never felt better! The instructors are world class.", name: "Sarah Miller", role: "Member", imageSrc: "http://img.b2bpic.net/free-photo/attractive-fitness-girl-stylish-sportswear-with-skipping-rope-neck-dreamily-tranining-city-stadium_574295-4982.jpg"},
{
- id: "2",
- title: "The Best Gym!",
- quote: "Davie needed a studio like this. I love the community here.",
- name: "James Bond",
- role: "Pro Athlete",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-diversity-sport-woman-training_23-2149174794.jpg",
- },
+ id: "2", title: "The Best Gym!", quote: "Davie needed a studio like this. I love the community here.", name: "James Bond", role: "Pro Athlete", imageSrc: "http://img.b2bpic.net/free-photo/close-up-diversity-sport-woman-training_23-2149174794.jpg"},
{
- id: "3",
- title: "Stronger than ever",
- quote: "The strength training programs helped me reach my personal bests.",
- name: "Alex Smith",
- role: "Member",
- imageSrc: "http://img.b2bpic.net/free-photo/trans-man-working-out-gym_23-2149712799.jpg",
- },
+ id: "3", title: "Stronger than ever", quote: "The strength training programs helped me reach my personal bests.", name: "Alex Smith", role: "Member", imageSrc: "http://img.b2bpic.net/free-photo/trans-man-working-out-gym_23-2149712799.jpg"},
{
- id: "4",
- title: "Great atmosphere",
- quote: "It's clean, safe, and the energy is just unmatched.",
- name: "Emily Chen",
- role: "Fitness Enthusiast",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-with-visible-abs-doing-fitness_23-2150165248.jpg",
- },
+ id: "4", title: "Great atmosphere", quote: "It's clean, safe, and the energy is just unmatched.", name: "Emily Chen", role: "Fitness Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-visible-abs-doing-fitness_23-2150165248.jpg"},
{
- id: "5",
- title: "Finally reaching goals",
- quote: "The nutritional coaching made all the difference for me.",
- name: "Michael Davis",
- role: "Member",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg",
- },
+ id: "5", title: "Finally reaching goals", quote: "The nutritional coaching made all the difference for me.", name: "Michael Davis", role: "Member", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg"},
]}
title="Member Success Stories"
description="Real results from real people training at our facility."
@@ -232,8 +144,7 @@ export default function LandingPage() {
@@ -242,13 +153,9 @@ export default function LandingPage() {