diff --git a/src/app/page.tsx b/src/app/page.tsx
index af09eee..a9b5515 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TeamCardSix from '@/components/sections/team/TeamCardSix';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
-import { Activity, Award, CheckCircle, Heart, Leaf, Users } from "lucide-react";
+import { Activity, Award, CheckCircle, Heart, Leaf, Users, Baby } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,67 +47,42 @@ export default function LandingPage() {
@@ -128,19 +95,13 @@ export default function LandingPage() {
metrics={[
{
icon: Heart,
- label: "Years Experience",
- value: "10+",
- },
+ label: "Years Experience", value: "10+"},
{
icon: Users,
- label: "Happy Patients",
- value: "5000+",
- },
+ label: "Happy Patients", value: "5000+"},
{
icon: Award,
- label: "Certifications",
- value: "15",
- },
+ label: "Certifications", value: "15"},
]}
metricsAnimation="slide-up"
/>
@@ -152,28 +113,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Hijama (Cupping)",
- description: "Detoxifying therapy improving blood circulation and overall well-being.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-hookah-vaping_23-2149297191.jpg",
- buttonIcon: "Heart",
+ title: "Hijama (Cupping)", description: "Detoxifying therapy improving blood circulation and overall well-being.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hookah-vaping_23-2149297191.jpg", buttonIcon: Heart,
},
{
- title: "Hirudotherapy",
- description: "Advanced medicinal leech therapy for chronic inflammation and circulation.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-preparing-remedy_23-2148660831.jpg",
- buttonIcon: "Activity",
+ title: "Hirudotherapy", description: "Advanced medicinal leech therapy for chronic inflammation and circulation.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-preparing-remedy_23-2148660831.jpg", buttonIcon: Activity,
},
{
- title: "Apitherapy",
- description: "Natural treatments derived from honey bee products for immune support.",
- imageSrc: "http://img.b2bpic.net/free-photo/bottle-ingredients-arrangement-view_23-2148899386.jpg",
- buttonIcon: "Leaf",
+ title: "Apitherapy", description: "Natural treatments derived from honey bee products for immune support.", imageSrc: "http://img.b2bpic.net/free-photo/bottle-ingredients-arrangement-view_23-2148899386.jpg", buttonIcon: Leaf,
},
{
- title: "Women & Baby Care",
- description: "Specialized massage and yoga sessions tailored for mothers and infants.",
- imageSrc: "http://img.b2bpic.net/free-photo/pregnant-woman-doing-yoga-home_23-2149121067.jpg",
- buttonIcon: "Baby",
+ title: "Women & Baby Care", description: "Specialized massage and yoga sessions tailored for mothers and infants.", imageSrc: "http://img.b2bpic.net/free-photo/pregnant-woman-doing-yoga-home_23-2149121067.jpg", buttonIcon: Baby,
},
]}
title="Clinical Wellness Services"
@@ -189,29 +138,13 @@ export default function LandingPage() {
useInvertedBackground={false}
members={[
{
- id: "1",
- name: "Dr. Amina Zahra",
- role: "Hijama Specialist",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-woman-sitting-gray-sofa-looking-camera_23-2148053192.jpg",
- },
+ id: "1", name: "Dr. Amina Zahra", role: "Hijama Specialist", imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-woman-sitting-gray-sofa-looking-camera_23-2148053192.jpg"},
{
- id: "2",
- name: "Fatima Yasin",
- role: "Apitherapy Expert",
- imageSrc: "http://img.b2bpic.net/free-photo/picture-woman-professional-psychologist-her-fifties-waiting-client-sitting-her-modern-office-armchair-holding-open-copybook-looking-with-serious-expression_344912-1950.jpg",
- },
+ id: "2", name: "Fatima Yasin", role: "Apitherapy Expert", imageSrc: "http://img.b2bpic.net/free-photo/picture-woman-professional-psychologist-her-fifties-waiting-client-sitting-her-modern-office-armchair-holding-open-copybook-looking-with-serious-expression_344912-1950.jpg"},
{
- id: "3",
- name: "Sara Khan",
- role: "Massage & Baby Care",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-doctor-hospital-premises_107420-84766.jpg",
- },
+ id: "3", name: "Sara Khan", role: "Massage & Baby Care", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-doctor-hospital-premises_107420-84766.jpg"},
{
- id: "4",
- name: "Layla Omer",
- role: "Hirudotherapy Clinic Head",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg",
- },
+ id: "4", name: "Layla Omer", role: "Hirudotherapy Clinic Head", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg"},
]}
title="Our Clinical Practitioners"
description="Meet our team of licensed wellness experts dedicated to your health."
@@ -226,45 +159,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Layla M.",
- role: "Patient",
- company: "Local Community",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12661.jpg",
- },
+ id: "1", name: "Layla M.", role: "Patient", company: "Local Community", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12661.jpg"},
{
- id: "2",
- name: "Mariam K.",
- role: "Mother",
- company: "Local Community",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-pilates-reformer-class_23-2151093270.jpg",
- },
+ id: "2", name: "Mariam K.", role: "Mother", company: "Local Community", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-pilates-reformer-class_23-2151093270.jpg"},
{
- id: "3",
- name: "Sarah A.",
- role: "Client",
- company: "Local Community",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-drinking-coffee_23-2148661087.jpg",
- },
+ id: "3", name: "Sarah A.", role: "Client", company: "Local Community", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-drinking-coffee_23-2148661087.jpg"},
{
- id: "4",
- name: "Hana Z.",
- role: "Patient",
- company: "Local Community",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg",
- },
+ id: "4", name: "Hana Z.", role: "Patient", company: "Local Community", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg"},
{
- id: "5",
- name: "Amira S.",
- role: "Mother",
- company: "Local Community",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-draws-art-studio_1157-30469.jpg",
- },
+ id: "5", name: "Amira S.", role: "Mother", company: "Local Community", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-draws-art-studio_1157-30469.jpg"},
]}
title="Patient Success Stories"
description="Hear how our wellness clinic has supported the health journeys of families."
@@ -277,20 +185,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "Is Hijama painful?",
- content: "Our practitioners use sterile equipment and proven techniques to ensure the most comfortable session possible.",
- },
+ id: "1", title: "Is Hijama painful?", content: "Our practitioners use sterile equipment and proven techniques to ensure the most comfortable session possible."},
{
- id: "2",
- title: "Are services safe for babies?",
- content: "Yes, our prenatal and infant massage sessions are performed by certified professionals specifically trained in gentle pediatric protocols.",
- },
+ id: "2", title: "Are services safe for babies?", content: "Yes, our prenatal and infant massage sessions are performed by certified professionals specifically trained in gentle pediatric protocols."},
{
- id: "3",
- title: "Do I need a referral?",
- content: "No, you do not need a referral to book a consultation with our specialists.",
- },
+ id: "3", title: "Do I need a referral?", content: "No, you do not need a referral to book a consultation with our specialists."},
]}
title="Frequently Asked Questions"
description="Clear answers about our procedures and clinical standards."
@@ -302,20 +201,15 @@ export default function LandingPage() {
@@ -325,42 +219,27 @@ export default function LandingPage() {
logoText="Hijomavera"
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Careers",
- href: "#",
- },
+ label: "Careers", href: "#"},
],
},
{
- title: "Services",
- items: [
+ title: "Services", items: [
{
- label: "Hijama",
- href: "#services",
- },
+ label: "Hijama", href: "#services"},
{
- label: "Massage",
- href: "#services",
- },
+ label: "Massage", href: "#services"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms",
- href: "#",
- },
+ label: "Terms", href: "#"},
],
},
]}