diff --git a/src/app/page.tsx b/src/app/page.tsx
index ba3a459..08c0e58 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,32 +46,15 @@ export default function LandingPage() {
@@ -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() {
@@ -287,42 +180,27 @@ export default function LandingPage() {