13 Commits

Author SHA1 Message Date
6de5df25c5 Update src/app/page.tsx 2025-12-25 16:11:06 +00:00
e140be9203 Update src/app/page.tsx 2025-12-25 16:08:53 +00:00
96567cbeb3 Update src/app/page.tsx 2025-12-25 16:01:41 +00:00
fcb9f59a7c Update src/app/page.tsx 2025-12-25 15:21:03 +00:00
431cbbef83 Update src/app/globals.css 2025-12-25 15:21:03 +00:00
569bdb3555 Update src/app/globals.css 2025-12-25 14:36:53 +00:00
4b0b33eef2 Update src/app/globals.css 2025-12-25 14:34:29 +00:00
181373a2d8 Update src/app/page.tsx 2025-12-25 14:32:37 +00:00
5f97c24a39 Update src/app/layout.tsx 2025-12-25 14:32:36 +00:00
cb89a56927 Update src/app/globals.css 2025-12-25 14:24:39 +00:00
0291fc4763 Update src/app/globals.css 2025-12-25 14:21:08 +00:00
ac78de9f13 Update src/app/page.tsx 2025-12-25 12:12:53 +00:00
ec5eed423f Update src/app/page.tsx 2025-12-25 12:10:39 +00:00
3 changed files with 24 additions and 60 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #f7fafd;; --background: #0a0a0a;
--card: #eff6fc;; --card: #1a1a1a;
--foreground: #1a2433;; --foreground: #ffffffe6;
--primary-cta: #2563eb;; --primary-cta: #ff3d4a;
--secondary-cta: #ffffff;; --secondary-cta: #1a1a1a;
--accent: #f8c093;; --accent: #737373;
--background-accent: #f5b78b;; --background-accent: #737373;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
@@ -495,7 +495,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-merriweather), sans-serif; font-family: var(--font-inter-tight), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -508,5 +508,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-merriweather), sans-serif; font-family: var(--font-inter-tight), sans-serif;
} }

View File

@@ -7,11 +7,10 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty'; import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty';
import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TeamCardOne from '@/components/sections/team/TeamCardOne';
import TeamCardSeven from '@/components/sections/team/TeamCardSeven'; import TeamCardSeven from '@/components/sections/team/TeamCardSeven';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import FaqDouble from '@/components/sections/faq/FaqDouble'; import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterSocial from '@/components/sections/footer/FooterSocial'; 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() { export default function LandingPage() {
return ( return (
@@ -23,7 +22,7 @@ export default function LandingPage() {
sizing="largeSmallSizeMediumTitles" sizing="largeSmallSizeMediumTitles"
background="noiseGradient" background="noiseGradient"
cardStyle="glass-depth" cardStyle="glass-depth"
primaryButtonStyle="outline" primaryButtonStyle="gradient"
secondaryButtonStyle="outline" secondaryButtonStyle="outline"
headingFontWeight="bold" headingFontWeight="bold"
> >
@@ -44,12 +43,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardCarousel <HeroBillboardCarousel
title="Your Path to Mental Wellness Starts Here" title="We Could Help You"
description="MindCare Hospital provides compassionate, evidence-based mental health treatment with a team of dedicated professionals committed to your recovery and wellbeing." description="Top team to help mental illness"
tag="Mental Health Care" tag="Mental Health Care"
tagIcon={Heart} tagIcon={Heart}
buttons={[ buttons={[
{ text: "Schedule Appointment", href: "contact" }, { text: "Let's Talk in Person", href: "contact" },
{ text: "Learn About Services", href: "services" } { text: "Learn About Services", href: "services" }
]} ]}
mediaItems={[ mediaItems={[
@@ -200,46 +199,11 @@ export default function LandingPage() {
imageAlt: "Dr. James Chen" imageAlt: "Dr. James Chen"
} }
]} ]}
title="Our Doctors Portfolio" title="Our Patients Portfolio"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
/> />
</div> </div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
cardTitle="Thousands of patients have found healing and hope at MindCare Hospital"
cardTag="Patient Recovery Stories"
cardTagIcon={Star}
useInvertedBackground="noInvert"
testimonials={[
{
id: "1",
name: "Emily Rodriguez",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766490270889-y1dksta5.jpg",
imageAlt: "Emily Rodriguez"
},
{
id: "2",
name: "Michael Johnson",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766662880791-wt9zcp3m.jpg",
imageAlt: "Michael Johnson"
},
{
id: "3",
name: "Jessica Williams",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766662881397-kmy1tetm.jpg",
imageAlt: "Jessica Williams"
},
{
id: "4",
name: "Robert Davis",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766662882241-ilmpcgta.jpg",
imageAlt: "Robert Davis"
}
]}
/>
</div>
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqDouble <FaqDouble
title="Frequently Asked Questions" title="Frequently Asked Questions"