Merge version_2 into main #5
@@ -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" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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." }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user