7 Commits

Author SHA1 Message Date
20c013d60f Merge version_4 into main
Merge version_4 into main
2026-05-02 10:11:34 +00:00
3f45ff5c56 Update src/app/page.tsx 2026-05-02 10:11:31 +00:00
588a99d827 Merge version_3 into main
Merge version_3 into main
2026-05-02 10:09:16 +00:00
c071c385db Update src/app/page.tsx 2026-05-02 10:09:10 +00:00
33bb87a6bf Merge version_2 into main
Merge version_2 into main
2026-05-02 10:08:10 +00:00
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
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: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Mutlucan Elçin"
/>
@@ -59,76 +49,37 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
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."
kpis={[
{
value: "500+",
label: "Lives Transformed",
},
value: "500+", label: "Lives Transformed"},
{
value: "10y",
label: "Experience",
},
value: "10y", label: "Experience"},
{
value: "98%",
label: "Client Success",
},
value: "98%", label: "Client Success"},
]}
enableKpiAnimation={true}
buttons={[
{
text: "Start Coaching",
href: "#contact",
},
text: "Start Coaching", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/people-chatting-gym-full-shot_23-2149744651.jpg?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DAEFUfAk1bXgRIRvo2mhKQVXny/uploaded-1777716679298-k4gm4w8e.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/fit-couple-sitting-floor-gym_23-2147949622.jpg",
alt: "Fit couple sitting on floor in gym",
},
{
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",
},
{ 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/two-women-gym-holding-yoga-mat_1303-16208.jpg", alt: "Yoga group" },
{ 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" },
]}
marqueeItems={[
{
type: "text",
text: "Strength Training",
},
{
type: "text",
text: "Weight Loss",
},
{
type: "text",
text: "Nutrition Plans",
},
{
type: "text",
text: "Performance",
},
{
type: "text",
text: "Habit Building",
},
{ type: "text", text: "Strength Training" },
{ type: "text", text: "Weight Loss" },
{ type: "text", text: "Nutrition Plans" },
{ type: "text", text: "Performance" },
{ type: "text", text: "Habit Building" },
]}
/>
</div>
@@ -141,19 +92,13 @@ 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."
bulletPoints={[
{
title: "Science-Based Programs",
description: "Every plan is customized for your unique physiology and lifestyle.",
},
title: "Science-Based Programs", description: "Every plan is customized for your unique physiology and lifestyle."},
{
title: "Nutritional Guidance",
description: "Learn how to fuel your body correctly without restrictive diets.",
},
title: "Nutritional Guidance", description: "Learn how to fuel your body correctly without restrictive diets."},
{
title: "Constant Motivation",
description: "Continuous support through every milestone of your fitness journey.",
},
title: "Constant Motivation", 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="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DAEFUfAk1bXgRIRvo2mhKQVXny/uploaded-1777716679299-76dyim0f.jpg"
mediaAnimation="blur-reveal"
/>
</div>
@@ -164,21 +109,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{
icon: Activity,
title: "Custom Training Programs",
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.",
},
{ icon: Activity, title: "Custom Training Programs", 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"
description="Comprehensive coaching programs designed to get you the results you deserve."
@@ -191,27 +124,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
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: "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",
},
{ 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: "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"
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"
useInvertedBackground={true}
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",
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",
},
{ 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: "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" },
{ 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" },
]}
title="Hear From My Clients"
description="The success stories of people who decided to take control of their fitness."
@@ -288,21 +151,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Do I need a gym membership?",
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.",
},
{ id: "q1", title: "Do I need a gym membership?", content: "No gym membership? No problem—we create custom plans for home or gym." },
{ 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"
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">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
tag="Let's Start"
title="Ready to Begin Your Transformation?"
description="Reach out today for a consultation and let's define your goals together."
buttons={[
{
text: "Contact Me Now",
href: "#",
},
]}
buttons={[{ text: "Contact Me Now", href: "#" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Navigation",
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: "#",
},
],
},
{ title: "Navigation", 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"
bottomRightText="All rights reserved."
@@ -369,4 +185,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}