Merge version_1 into main #2
210
src/app/page.tsx
210
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="NG PT"
|
||||
/>
|
||||
@@ -54,32 +46,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
title="Your best body starts here."
|
||||
description="Personalised one-on-one training built around your goals, your schedule, and your life with Noorin Gulam."
|
||||
tag="LONDON-BASED PERSONAL TRAINER"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-adult-happy-slim-cheerful_1157-4998.jpg",
|
||||
imageAlt: "Noorin Gulam training in luxury gym",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-adult-happy-slim-cheerful_1157-4998.jpg", imageAlt: "luxury gym fitness training"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workout-equipment-with-christmas-theme-decorations_23-2149564377.jpg",
|
||||
imageAlt: "Premium gym equipment detail",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dieting-fitness-health-energy-concept-serious-muscular-coach-sportsman-white-tank-top-tying-hand-wraps-before-training-posing-against-blank-copyspace-wall-background-your-content_343059-366.jpg",
|
||||
imageAlt: "Professional trainer portrait",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-man-is-engaged-gym_1157-21914.jpg?_wi=1",
|
||||
imageAlt: "Happy gym member",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21910.jpg?_wi=1",
|
||||
imageAlt: "Motivated training session",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workout-equipment-with-christmas-theme-decorations_23-2149564377.jpg", imageAlt: "gym weights close up gold"},
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
rating={5}
|
||||
@@ -95,19 +70,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Transformation Clients",
|
||||
value: "200+",
|
||||
},
|
||||
label: "Transformation Clients", value: "200+"},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Client Rating",
|
||||
value: "5.0",
|
||||
},
|
||||
label: "Client Rating", value: "5.0"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "7+",
|
||||
},
|
||||
label: "Years Experience", value: "7+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -120,47 +89,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "1-on-1 Sessions",
|
||||
subtitle: "Deeply personalised training",
|
||||
category: "Training",
|
||||
value: "Personal",
|
||||
},
|
||||
id: "1", title: "1-on-1 Sessions", subtitle: "Deeply personalised training", category: "Training", value: "Personal"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Bespoke Plans",
|
||||
subtitle: "Custom programmes for your life",
|
||||
category: "Programming",
|
||||
value: "Custom",
|
||||
},
|
||||
id: "2", title: "Bespoke Plans", subtitle: "Custom programmes for your life", category: "Programming", value: "Custom"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Online Coaching",
|
||||
subtitle: "Expert guidance from anywhere",
|
||||
category: "Remote",
|
||||
value: "Coaching",
|
||||
},
|
||||
id: "3", title: "Online Coaching", subtitle: "Expert guidance from anywhere", category: "Remote", value: "Coaching"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Nutrition Support",
|
||||
subtitle: "Realistic and effective",
|
||||
category: "Nutrition",
|
||||
value: "Guidance",
|
||||
},
|
||||
id: "4", title: "Nutrition Support", subtitle: "Realistic and effective", category: "Nutrition", value: "Guidance"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Progress Tracking",
|
||||
subtitle: "Data driven results",
|
||||
category: "Analysis",
|
||||
value: "Metrics",
|
||||
},
|
||||
id: "5", title: "Progress Tracking", subtitle: "Data driven results", category: "Analysis", value: "Metrics"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Flexibility",
|
||||
subtitle: "Training around your calendar",
|
||||
category: "Planning",
|
||||
value: "Schedule",
|
||||
},
|
||||
id: "6", title: "Flexibility", subtitle: "Training around your calendar", category: "Planning", value: "Schedule"},
|
||||
]}
|
||||
title="Premium Services"
|
||||
description="Bespoke fitness programmes tailored to your unique lifestyle and goals."
|
||||
@@ -174,59 +113,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah M.",
|
||||
role: "CEO",
|
||||
company: "Tech",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-man-is-engaged-gym_1157-21914.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Sarah M.", role: "CEO", company: "Tech", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-man-is-engaged-gym_1157-21914.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James K.",
|
||||
role: "Director",
|
||||
company: "Finance",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-wearing-towel-around-neck_1262-16420.jpg",
|
||||
},
|
||||
id: "2", name: "James K.", role: "Director", company: "Finance", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-wearing-towel-around-neck_1262-16420.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Priya D.",
|
||||
role: "Creative",
|
||||
company: "Agency",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym-side-view_23-2150007167.jpg",
|
||||
},
|
||||
id: "3", name: "Priya D.", role: "Creative", company: "Agency", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym-side-view_23-2150007167.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marcus T.",
|
||||
role: "Founder",
|
||||
company: "StartUp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21910.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "Marcus T.", role: "Founder", company: "StartUp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21910.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Aisha B.",
|
||||
role: "Manager",
|
||||
company: "Retail",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-is-engaged-gym_1157-29460.jpg",
|
||||
},
|
||||
id: "5", name: "Aisha B.", role: "Manager", company: "Retail", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-is-engaged-gym_1157-29460.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "100%",
|
||||
label: "Commitment",
|
||||
},
|
||||
value: "100%", label: "Commitment"},
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Rating",
|
||||
},
|
||||
value: "5.0", label: "Rating"},
|
||||
{
|
||||
value: "200+",
|
||||
label: "Successes",
|
||||
},
|
||||
value: "200+", label: "Successes"},
|
||||
]}
|
||||
title="Client Success"
|
||||
description="What our clients say about the impact of our training on their lives."
|
||||
@@ -239,25 +147,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Can I train with any experience level?",
|
||||
content: "Yes! Noorin specializes in tailored plans suitable for beginners to advanced athletes.",
|
||||
},
|
||||
id: "1", title: "Can I train with any experience level?", content: "Yes! Noorin specializes in tailored plans suitable for beginners to advanced athletes."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is the scheduling flexible?",
|
||||
content: "Absolutely. Noorin works around your personal and professional schedule.",
|
||||
},
|
||||
id: "2", title: "Is the scheduling flexible?", content: "Absolutely. Noorin works around your personal and professional schedule."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer nutrition advice?",
|
||||
content: "Yes, practical, realistic nutrition guidance is part of the overall coaching experience.",
|
||||
},
|
||||
id: "3", title: "Do you offer nutrition advice?", content: "Yes, practical, realistic nutrition guidance is part of the overall coaching experience."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How do I start?",
|
||||
content: "Simply fill out the contact form below to book your free consultation.",
|
||||
},
|
||||
id: "4", title: "How do I start?", content: "Simply fill out the contact form below to book your free consultation."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about starting your fitness journey."
|
||||
@@ -269,16 +165,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="LET'S START"
|
||||
title="Ready for your best body?"
|
||||
description="Book your free 30-minute consultation with Noorin Gulam today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Consultation",
|
||||
href: "mailto:hello@nooringulam.com",
|
||||
},
|
||||
text: "Book Consultation", href: "mailto:hello@nooringulam.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -287,42 +180,27 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Personal Training",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Personal Training", href: "#services"},
|
||||
{
|
||||
label: "Online Coaching",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Online Coaching", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user