Update src/app/page.tsx
This commit is contained in:
@@ -7,11 +7,10 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty';
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import TeamCardSeven from '@/components/sections/team/TeamCardSeven';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterSocial from '@/components/sections/footer/FooterSocial';
|
||||
import { Heart, CheckCircle, Star, Send, Facebook, Instagram, Linkedin } from "lucide-react";
|
||||
import { Heart, CheckCircle, Send, Facebook, Instagram, Linkedin } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -44,12 +43,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
title="Your Path to Mental Wellness Starts Here"
|
||||
title="Your Path to Mental Wellness Starts NOW"
|
||||
description="Mind Care Hospital provides compassionate, evidence-based mental health treatment with a team of dedicated professionals committed to your recovery and wellbeing."
|
||||
tag="Mental Health Care"
|
||||
tagIcon={Heart}
|
||||
buttons={[
|
||||
{ text: "Schedule Appointment", href: "contact" },
|
||||
{ text: "Let's Talk in Person", href: "contact" },
|
||||
{ text: "Learn About Services", href: "services" }
|
||||
]}
|
||||
mediaItems={[
|
||||
@@ -205,57 +204,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Patient Success Story",
|
||||
company: "Mind Care Patient",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766490270889-y1dksta5.jpg",
|
||||
imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Johnson",
|
||||
role: "Patient Success Story",
|
||||
company: "Mind Care Patient",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766662880791-wt9zcp3m.jpg",
|
||||
imageAlt: "Michael Johnson"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jessica Williams",
|
||||
role: "Patient Success Story",
|
||||
company: "Mind Care Patient",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766662881397-kmy1tetm.jpg",
|
||||
imageAlt: "Jessica Williams"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert Davis",
|
||||
role: "Patient Success Story",
|
||||
company: "Mind Care Patient",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766662882241-ilmpcgta.jpg",
|
||||
imageAlt: "Robert Davis"
|
||||
}
|
||||
]}
|
||||
title="What Our Patients Say"
|
||||
description="Hear from individuals who have experienced transformation and healing through our comprehensive treatment programs."
|
||||
tag="Testimonials"
|
||||
tagIcon={Star}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
title="Frequently Asked Questions"
|
||||
|
||||
Reference in New Issue
Block a user