From 249330acc6319c89fae771ff06c4b622daa42276 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 06:57:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 339c89c..752b4d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,9 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import { Sparkles, Heart, RefreshCw, Shield, BookOpen, Stethoscope, Mail } from 'lucide-react'; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -36,7 +34,6 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} brandName="Elim Psychcare" - button={{ text: "Book Appointment", href: "#contact" }} /> @@ -77,6 +74,7 @@ export default function LandingPage() { author="Maria R. - Patient" ratingAnimation="slide-up" avatarsAnimation="slide-up" + avatars={[{ src: "/avatar-1.png", alt: "Maria R." }]} /> @@ -86,6 +84,7 @@ export default function LandingPage() { description="Insights and guides to help you navigate mental wellness in our community." animationType="slide-up" useInvertedBackground={true} + textboxLayout="default" blogs={[ { id: "1", category: "Wellness", title: "Breaking the Stigma", excerpt: "How to talk about mental health with family...", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop_23-2148898734.jpg?_wi=2", authorName: "Dr. Elena M.", authorAvatar: "/avatar-1.png", date: "Oct 2023" }, { id: "2", category: "Growth", title: "Coping with Stress", excerpt: "Practical steps for everyday balance...", imageSrc: "http://img.b2bpic.net/free-photo/woman-man-consoling-sad-patient_23-2148398339.jpg?_wi=2", authorName: "Dr. Carlos V.", authorAvatar: "/avatar-2.png", date: "Nov 2023" } -- 2.49.1