Merge version_1 into main #1
229
src/app/page.tsx
229
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() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "team",
|
||||
},
|
||||
name: "Team", id: "team"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Hijomavera"
|
||||
/>
|
||||
@@ -55,67 +47,42 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Holistic Healing for Women & Families"
|
||||
description="Comprehensive wellness clinic specializing in traditional Hijama, Hirudotherapy, Apitherapy, and specialized massage for infants and mothers."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-nutritionist-her-office-she-is-showing-healthy-vegetables-fruits-healthcare-diet-concept-female-nutritionist-with-fruits-working-her-desk_657921-280.jpg",
|
||||
alt: "Doctor 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-nutritionist-her-office-she-is-showing-healthy-vegetables-fruits-healthcare-diet-concept-female-nutritionist-with-fruits-working-her-desk_657921-280.jpg", alt: "Doctor 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-teaching-from-home_23-2148771436.jpg",
|
||||
alt: "Doctor 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-teaching-from-home_23-2148771436.jpg", alt: "Doctor 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-dentist-standing-with-arms-crossed_107420-73978.jpg",
|
||||
alt: "Doctor 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-dentist-standing-with-arms-crossed_107420-73978.jpg", alt: "Doctor 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-doctor-diagnosing-melanoma-body-female-patient_23-2149365766.jpg",
|
||||
alt: "Female doctor diagnosing a melanoma",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-doctor-diagnosing-melanoma-body-female-patient_23-2149365766.jpg", alt: "Female doctor diagnosing a melanoma"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-near-window_23-2148253970.jpg",
|
||||
alt: "Close-up smiley woman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-near-window_23-2148253970.jpg", alt: "Close-up smiley woman"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Appointment", href: "#contact"},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Our Services", href: "#services"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Certified Experts",
|
||||
icon: CheckCircle,
|
||||
type: "text-icon", text: "Certified Experts", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Holistic Approach",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Holistic Approach", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Gentle Care",
|
||||
icon: Heart,
|
||||
type: "text-icon", text: "Gentle Care", icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Evidence Based",
|
||||
icon: Activity,
|
||||
type: "text-icon", text: "Evidence Based", icon: Activity,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Family Focused",
|
||||
icon: Users,
|
||||
type: "text-icon", text: "Family Focused", icon: Users,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -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() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Contact Us"
|
||||
title="Start Your Healing Journey"
|
||||
description="Ready to improve your health? Get in touch with Hijomavera today to schedule your consultation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Clinic",
|
||||
href: "tel:+123456789",
|
||||
},
|
||||
text: "Call Clinic", href: "tel:+123456789"},
|
||||
{
|
||||
text: "Book Online",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book Online", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user