diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4b2d5d7..e08c3cf 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,6 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import SplitAbout from '@/components/sections/about/SplitAbout';
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
+import { ArrowRight } from 'lucide-react';
export default function LandingPage() {
return (
@@ -31,22 +32,10 @@ export default function LandingPage() {
@@ -55,92 +44,30 @@ export default function LandingPage() {
@@ -152,18 +79,9 @@ export default function LandingPage() {
title="Expert Care, Personal Approach"
description="We specialize in evidence-based therapy and personalized wellness plans designed to help you achieve balance and peace of mind."
bulletPoints={[
- {
- title: "Evidence-Based Therapy",
- description: "Clinically proven methods for sustainable mental health.",
- },
- {
- title: "Holistic Assessment",
- description: "Looking at the whole person, not just symptoms.",
- },
- {
- title: "Confidential Environment",
- description: "Your safety and privacy are our top priorities.",
- },
+ { title: "Evidence-Based Therapy", description: "Clinically proven methods for sustainable mental health." },
+ { title: "Holistic Assessment", description: "Looking at the whole person, not just symptoms." },
+ { title: "Confidential Environment", description: "Your safety and privacy are our top priorities." },
]}
imageSrc="http://img.b2bpic.net/free-photo/selective-focus-medical-bed-empty-hospital-office-with-nobody-it_482257-26924.jpg"
mediaAnimation="blur-reveal"
@@ -175,30 +93,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Individual Therapy",
- description: "Personalized support for personal growth.",
- buttonIcon: "ArrowRight",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-sharing-her-feelings-therapy_482257-115163.jpg",
- },
- {
- title: "Stress Management",
- description: "Tools to navigate and master high-pressure life scenarios.",
- buttonIcon: "ArrowRight",
- imageSrc: "http://img.b2bpic.net/free-photo/crop-couple-playing-cards_23-2147744805.jpg",
- },
- {
- title: "Mindfulness Training",
- description: "Techniques for focus, calm, and emotional balance.",
- buttonIcon: "ArrowRight",
- imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-professional-uses-oximeter-measure-oxygen-levels-f_482257-126462.jpg",
- },
- {
- title: "Family Counseling",
- description: "Building stronger communication and deeper understanding.",
- buttonIcon: "ArrowRight",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-black-family-dinner-table_23-2148947194.jpg",
- },
+ { title: "Individual Therapy", description: "Personalized support for personal growth.", buttonIcon: ArrowRight, imageSrc: "http://img.b2bpic.net/free-photo/woman-sharing-her-feelings-therapy_482257-115163.jpg" },
+ { title: "Stress Management", description: "Tools to navigate and master high-pressure life scenarios.", buttonIcon: ArrowRight, imageSrc: "http://img.b2bpic.net/free-photo/crop-couple-playing-cards_23-2147744805.jpg" },
+ { title: "Mindfulness Training", description: "Techniques for focus, calm, and emotional balance.", buttonIcon: ArrowRight, imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-professional-uses-oximeter-measure-oxygen-levels-f_482257-126462.jpg" },
+ { title: "Family Counseling", description: "Building stronger communication and deeper understanding.", buttonIcon: ArrowRight, imageSrc: "http://img.b2bpic.net/free-photo/happy-black-family-dinner-table_23-2148947194.jpg" },
]}
title="Our Clinical Services"
description="A range of professional services designed to support your journey towards psychological wellbeing."
@@ -212,21 +110,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "500+",
- description: "Patients Supported",
- },
- {
- id: "m2",
- value: "98%",
- description: "Patient Satisfaction",
- },
- {
- id: "m3",
- value: "15+",
- description: "Professional Experts",
- },
+ { id: "m1", value: "500+", description: "Patients Supported" },
+ { id: "m2", value: "98%", description: "Patient Satisfaction" },
+ { id: "m3", value: "15+", description: "Professional Experts" },
]}
title="Our Impact"
description="Trusted by hundreds in our local community to provide lasting positive change."
@@ -240,27 +126,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
members={[
- {
- id: "t1",
- name: "Dr. Sarah Miller",
- role: "Clinical Psychologist",
- description: "Expert in anxiety disorders.",
- imageSrc: "http://img.b2bpic.net/free-photo/nurse-doctor-team-ready-work-day_23-2149309942.jpg",
- },
- {
- id: "t2",
- name: "John Doe",
- role: "Therapist",
- description: "Specializing in family counseling.",
- imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg",
- },
- {
- id: "t3",
- name: "Dr. Elena Smith",
- role: "Psychiatrist",
- description: "Expert in adult mental health.",
- imageSrc: "http://img.b2bpic.net/free-photo/care-job-scene-with-patient-being-cared_23-2151224200.jpg",
- },
+ { id: "t1", name: "Dr. Sarah Miller", role: "Clinical Psychologist", description: "Expert in anxiety disorders.", imageSrc: "http://img.b2bpic.net/free-photo/nurse-doctor-team-ready-work-day_23-2149309942.jpg" },
+ { id: "t2", name: "John Doe", role: "Therapist", description: "Specializing in family counseling.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg" },
+ { id: "t3", name: "Dr. Elena Smith", role: "Psychiatrist", description: "Expert in adult mental health.", imageSrc: "http://img.b2bpic.net/free-photo/care-job-scene-with-patient-being-cared_23-2151224200.jpg" },
]}
title="Meet Our Experts"
description="Our team of clinical psychologists and therapists is dedicated to your care."
@@ -274,46 +142,11 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Anna",
- role: "Client",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-fashion-designer-working-her-workshop-alone_23-2148877354.jpg",
- },
- {
- id: "2",
- name: "Mark",
- role: "Client",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-with-book_273609-12714.jpg",
- },
- {
- id: "3",
- name: "Sophie",
- role: "Client",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg",
- },
- {
- id: "4",
- name: "Tom",
- role: "Client",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/healthcare-concept-clinic_23-2151117901.jpg",
- },
- {
- id: "5",
- name: "Elena",
- role: "Client",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/psychological-therapy-support-group-meeting_23-2151044432.jpg",
- },
+ { id: "1", name: "Anna", role: "Client", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-fashion-designer-working-her-workshop-alone_23-2148877354.jpg" },
+ { id: "2", name: "Mark", role: "Client", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-with-book_273609-12714.jpg" },
+ { id: "3", name: "Sophie", role: "Client", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg" },
+ { id: "4", name: "Tom", role: "Client", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/healthcare-concept-clinic_23-2151117901.jpg" },
+ { id: "5", name: "Elena", role: "Client", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/psychological-therapy-support-group-meeting_23-2151044432.jpg" },
]}
title="Patient Success Stories"
description="Real feedback from those who have found support at our clinic."
@@ -325,21 +158,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "How do I schedule?",
- content: "You can contact us via our booking form or phone.",
- },
- {
- id: "q2",
- title: "Are sessions confidential?",
- content: "Strictly confidential as per medical standards.",
- },
- {
- id: "q3",
- title: "Do you accept insurance?",
- content: "Yes, we accept major insurance providers.",
- },
+ { id: "q1", title: "How do I schedule?", content: "You can contact us via our booking form or phone." },
+ { id: "q2", title: "Are sessions confidential?", content: "Strictly confidential as per medical standards." },
+ { id: "q3", title: "Do you accept insurance?", content: "Yes, we accept major insurance providers." },
]}
title="Frequently Asked Questions"
description="Information to help guide you on your first steps with us."
@@ -350,48 +171,17 @@ export default function LandingPage() {