2 Commits

Author SHA1 Message Date
155ce4dffb Update src/app/page.tsx 2026-05-02 10:08:04 +00:00
731d60782a Merge version_1 into main
Merge version_1 into main
2026-05-02 10:06:46 +00:00

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Services", name: "Services", id: "features"},
id: "features",
},
{ {
name: "Testimonials", name: "Testimonials", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Mutlucan Elçin" brandName="Mutlucan Elçin"
/> />
@@ -59,76 +49,37 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitKpi <HeroSplitKpi
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Transform Your Body, Elevate Your Life" title="Transform Your Body, Elevate Your Life"
description="Expert personal fitness coaching tailored to your goals. Whether you want to gain strength, lose weight, or improve performance, I'm here to guide your journey." description="Expert personal fitness coaching tailored to your goals. Whether you want to gain strength, lose weight, or improve performance, I'm here to guide your journey."
kpis={[ kpis={[
{ {
value: "500+", value: "500+", label: "Lives Transformed"},
label: "Lives Transformed",
},
{ {
value: "10y", value: "10y", label: "Experience"},
label: "Experience",
},
{ {
value: "98%", value: "98%", label: "Client Success"},
label: "Client Success",
},
]} ]}
enableKpiAnimation={true} enableKpiAnimation={true}
buttons={[ buttons={[
{ {
text: "Start Coaching", text: "Start Coaching", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/people-chatting-gym-full-shot_23-2149744651.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/people-chatting-gym-full-shot_23-2149744651.jpg?_wi=1"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ { src: "http://img.b2bpic.net/free-photo/fit-couple-sitting-floor-gym_23-2147949622.jpg", alt: "Fit couple" },
src: "http://img.b2bpic.net/free-photo/fit-couple-sitting-floor-gym_23-2147949622.jpg", { src: "http://img.b2bpic.net/free-photo/two-women-gym-holding-yoga-mat_1303-16208.jpg", alt: "Yoga group" },
alt: "Fit couple sitting on floor in gym", { src: "http://img.b2bpic.net/free-photo/endurance-workout-fitness-concept-happy-motivated-woman-with-sweat-face-program-equipment-training-session-smiling-delighted-pushing-weight-with-legs-as-using-leg-press_197531-30391.jpg", alt: "Endurance training" },
}, { src: "http://img.b2bpic.net/free-photo/young-women-gym-talking_23-2148419847.jpg", alt: "Talking in gym" },
{ { src: "http://img.b2bpic.net/free-photo/people-chatting-gym-full-shot_23-2149744651.jpg", alt: "Trainer" },
src: "http://img.b2bpic.net/free-photo/two-women-gym-holding-yoga-mat_1303-16208.jpg",
alt: "Two women at the gym holding yoga mat",
},
{
src: "http://img.b2bpic.net/free-photo/endurance-workout-fitness-concept-happy-motivated-woman-with-sweat-face-program-equipment-training-session-smiling-delighted-pushing-weight-with-legs-as-using-leg-press_197531-30391.jpg",
alt: "Endurance workout and fitness concept Happy and motivated woman with sweat on face program equipment during training session smiling delighted pushing weight with legs as using leg press",
},
{
src: "http://img.b2bpic.net/free-photo/young-women-gym-talking_23-2148419847.jpg",
alt: "Young women at gym talking",
},
{
src: "http://img.b2bpic.net/free-photo/people-chatting-gym-full-shot_23-2149744651.jpg",
alt: "personal trainer fitness coach gym",
},
]} ]}
marqueeItems={[ marqueeItems={[
{ { type: "text", text: "Strength Training" },
type: "text", { type: "text", text: "Weight Loss" },
text: "Strength Training", { type: "text", text: "Nutrition Plans" },
}, { type: "text", text: "Performance" },
{ { type: "text", text: "Habit Building" },
type: "text",
text: "Weight Loss",
},
{
type: "text",
text: "Nutrition Plans",
},
{
type: "text",
text: "Performance",
},
{
type: "text",
text: "Habit Building",
},
]} ]}
/> />
</div> </div>
@@ -141,17 +92,11 @@ export default function LandingPage() {
description="With a deep understanding of body mechanics and nutrition, I bridge the gap between where you are and where you want to be. I don't just provide workouts; I build sustainable lifestyle habits." description="With a deep understanding of body mechanics and nutrition, I bridge the gap between where you are and where you want to be. I don't just provide workouts; I build sustainable lifestyle habits."
bulletPoints={[ bulletPoints={[
{ {
title: "Science-Based Programs", title: "Science-Based Programs", description: "Every plan is customized for your unique physiology and lifestyle."},
description: "Every plan is customized for your unique physiology and lifestyle.",
},
{ {
title: "Nutritional Guidance", title: "Nutritional Guidance", description: "Learn how to fuel your body correctly without restrictive diets."},
description: "Learn how to fuel your body correctly without restrictive diets.",
},
{ {
title: "Constant Motivation", title: "Constant Motivation", description: "Continuous support through every milestone of your fitness journey."},
description: "Continuous support through every milestone of your fitness journey.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/dumbbells-arrangement-gym_23-2150007137.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/dumbbells-arrangement-gym_23-2150007137.jpg?_wi=1"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
@@ -164,21 +109,9 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ { icon: Activity, title: "Custom Training Programs", description: "Workouts built specifically for your goals, whether at home or the gym." },
icon: Activity, { icon: Utensils, title: "Nutrition Coaching", description: "Macro tracking and food guidance tailored to your body and preferences." },
title: "Custom Training Programs", { icon: TrendingUp, title: "Performance Analytics", description: "Detailed progress tracking to visualize your strength and body transformation." },
description: "Workouts built specifically for your goals, whether at home or the gym.",
},
{
icon: Utensils,
title: "Nutrition Coaching",
description: "Macro tracking and food guidance tailored to your body and preferences.",
},
{
icon: TrendingUp,
title: "Performance Analytics",
description: "Detailed progress tracking to visualize your strength and body transformation.",
},
]} ]}
title="My Coaching Services" title="My Coaching Services"
description="Comprehensive coaching programs designed to get you the results you deserve." description="Comprehensive coaching programs designed to get you the results you deserve."
@@ -191,27 +124,9 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ { id: "m1", value: "15kg", title: "Average Weight Loss", description: "Achieved through sustainable habits.", imageSrc: "http://img.b2bpic.net/free-photo/gym-with-motivational-phrase_1134-443.jpg" },
id: "m1", { id: "m2", value: "20%", title: "Strength Increase", description: "Baseline improvement over 3 months.", imageSrc: "http://img.b2bpic.net/free-photo/athlete-gym-swings-triceps-with-barbell-sports-lifestyle_169016-59003.jpg" },
value: "15kg", { id: "m3", value: "100%", title: "Program Completion", description: "Commitment to excellence and growth.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-yoga-instructor-mat_23-2148924666.jpg" },
title: "Average Weight Loss",
description: "Achieved through sustainable habits.",
imageSrc: "http://img.b2bpic.net/free-photo/gym-with-motivational-phrase_1134-443.jpg",
},
{
id: "m2",
value: "20%",
title: "Strength Increase",
description: "Baseline improvement over 3 months.",
imageSrc: "http://img.b2bpic.net/free-photo/athlete-gym-swings-triceps-with-barbell-sports-lifestyle_169016-59003.jpg",
},
{
id: "m3",
value: "100%",
title: "Program Completion",
description: "Commitment to excellence and growth.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-yoga-instructor-mat_23-2148924666.jpg",
},
]} ]}
title="Proven Results" title="Proven Results"
description="We focus on real metrics that track physical progress and long-term health improvements." description="We focus on real metrics that track physical progress and long-term health improvements."
@@ -223,61 +138,9 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ { id: "1", name: "Ali Yilmaz", date: "2023-11-12", title: "Amazing Results", quote: "I lost 10kg in 3 months and feel better than ever.", tag: "Weight Loss", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-white-top-standing-with-coach_1157-32126.jpg", imageSrc: "http://img.b2bpic.net/free-photo/people-chatting-gym-full-shot_23-2149744651.jpg?_wi=2" },
id: "1", { id: "2", name: "Zeynep Demir", date: "2024-01-05", title: "Life Changing", quote: "The guidance on nutrition was just as valuable as the training.", tag: "Nutrition", avatarSrc: "http://img.b2bpic.net/free-photo/elderly-couple-after-training_1398-4934.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dumbbells-arrangement-gym_23-2150007137.jpg?_wi=2" },
name: "Ali Yilmaz", { id: "3", name: "Caner Kaya", date: "2024-02-15", title: "Top Coach", quote: "Mutlucan is professional, knowledgeable, and always encouraging.", tag: "Strength", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-exercising-gym-medium-shot_23-2148795175.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-listening-music_53876-14560.jpg" },
date: "2023-11-12",
title: "Amazing Results",
quote: "I lost 10kg in 3 months and feel better than ever.",
tag: "Weight Loss",
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-white-top-standing-with-coach_1157-32126.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/people-chatting-gym-full-shot_23-2149744651.jpg?_wi=2",
imageAlt: "client satisfaction gym review",
},
{
id: "2",
name: "Zeynep Demir",
date: "2024-01-05",
title: "Life Changing",
quote: "The guidance on nutrition was just as valuable as the training.",
tag: "Nutrition",
avatarSrc: "http://img.b2bpic.net/free-photo/elderly-couple-after-training_1398-4934.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dumbbells-arrangement-gym_23-2150007137.jpg?_wi=2",
imageAlt: "client satisfaction gym review",
},
{
id: "3",
name: "Caner Kaya",
date: "2024-02-15",
title: "Top Coach",
quote: "Mutlucan is professional, knowledgeable, and always encouraging.",
tag: "Strength",
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-exercising-gym-medium-shot_23-2148795175.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-listening-music_53876-14560.jpg",
imageAlt: "client satisfaction gym review",
},
{
id: "4",
name: "Ayşe Öztürk",
date: "2024-03-01",
title: "Highly Recommended",
quote: "I finally broke my plateau thanks to the structured plans.",
tag: "Transformation",
avatarSrc: "http://img.b2bpic.net/free-photo/joyful-young-pretty-sporty-girl-wearing-headband-wristbands-doing-yes-gesture_141793-115272.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/meal-planning-clipboard-food-arrangement_23-2149099835.jpg",
imageAlt: "client satisfaction gym review",
},
{
id: "5",
name: "Deniz Çelik",
date: "2024-04-10",
title: "Consistent Progress",
quote: "Every workout felt effective and clearly planned.",
tag: "Fitness",
avatarSrc: "http://img.b2bpic.net/free-photo/athletic-muscular-man-training-gymnastics-gym_23-2150809429.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163419.jpg",
imageAlt: "client satisfaction gym review",
},
]} ]}
title="Hear From My Clients" title="Hear From My Clients"
description="The success stories of people who decided to take control of their fitness." description="The success stories of people who decided to take control of their fitness."
@@ -288,21 +151,9 @@ export default function LandingPage() {
<FaqSplitText <FaqSplitText
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ { id: "q1", title: "Do I need a gym membership?", content: "Not necessarily! We can design programs that fit your available equipment." },
id: "q1", { id: "q2", title: "How long until I see results?", content: "Consistency is key, but most clients start noticing significant changes within 4-6 weeks." },
title: "Do I need a gym membership?", { id: "q3", title: "Is nutritional guidance included?", content: "Yes, nutritional advice is a core part of all my coaching programs." },
content: "Not necessarily! We can design programs that fit your available equipment.",
},
{
id: "q2",
title: "How long until I see results?",
content: "Consistency is key, but most clients start noticing significant changes within 4-6 weeks.",
},
{
id: "q3",
title: "Is nutritional guidance included?",
content: "Yes, nutritional advice is a core part of all my coaching programs.",
},
]} ]}
sideTitle="Frequently Asked Questions" sideTitle="Frequently Asked Questions"
sideDescription="Everything you need to know about starting your fitness journey with me." sideDescription="Everything you need to know about starting your fitness journey with me."
@@ -313,54 +164,19 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactCTA
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{ variant: "sparkles-gradient" }}
variant: "sparkles-gradient",
}}
tag="Let's Start" tag="Let's Start"
title="Ready to Begin Your Transformation?" title="Ready to Begin Your Transformation?"
description="Reach out today for a consultation and let's define your goals together." description="Reach out today for a consultation and let's define your goals together."
buttons={[ buttons={[{ text: "Contact Me Now", href: "#" }]}
{
text: "Contact Me Now",
href: "#",
},
]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterSimple <FooterSimple
columns={[ columns={[
{ { title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#features" }, { label: "Contact", href: "#contact" }] },
title: "Navigation", { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
items: [
{
label: "About",
href: "#about",
},
{
label: "Services",
href: "#features",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
]} ]}
bottomLeftText="© 2024 Mutlucan Elçin Fitness Coach" bottomLeftText="© 2024 Mutlucan Elçin Fitness Coach"
bottomRightText="All rights reserved." bottomRightText="All rights reserved."