diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 64a4262..e83ab37 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,13 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import SplitAbout from '@/components/sections/about/SplitAbout'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import { HeartPulse, Users, Award } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - - -
- -
- -
- -
- -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index df2a006..2be3dc2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,145 +2,26 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -export default function LandingPage() { +export default function ContactPage() { return ( - + - - -
- -
- -
- -
- - + + +
); -} +} \ No newline at end of file diff --git a/src/app/departments/page.tsx b/src/app/departments/page.tsx index d8941db..74e50d8 100644 --- a/src/app/departments/page.tsx +++ b/src/app/departments/page.tsx @@ -2,12 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -export default function LandingPage() { +export default function DepartmentsPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file diff --git a/src/app/doctors/page.tsx b/src/app/doctors/page.tsx index 5953d23..730b8b6 100644 --- a/src/app/doctors/page.tsx +++ b/src/app/doctors/page.tsx @@ -2,134 +2,31 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; +import TeamCardFive from '@/components/sections/team/TeamCardFive'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -export default function LandingPage() { +export default function DoctorsPage() { return ( - + - - -
- -
- -
- -
- - + + +
); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c10ebe..95e08b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,30 +28,9 @@ export default function LandingPage() { @@ -103,26 +59,8 @@ export default function LandingPage() { rating={5} author="Sarah Johnson" avatars={[ - { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/portrait-of-sarah-johnson-1774619000650-e51d3520.png", - alt: "Sarah Johnson", - }, - { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/portrait-of-michael-chen-1774619004322-3eeeed49.png", - alt: "Michael Chen", - }, - { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/portrait-of-emily-rodriguez-1774619003385-7a3ae0fc.png", - alt: "Emily Rodriguez", - }, - { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/portrait-of-david-kim-1774619002933-8048dee6.png", - alt: "David Kim", - }, - { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/portrait-of-sarah-johnson-1774619000650-e51d3520.png", - alt: "Elena Rossi", - }, + { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/portrait-of-sarah-johnson-1774619000650-e51d3520.png", alt: "Sarah Johnson" }, + { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/portrait-of-michael-chen-1774619004322-3eeeed49.png", alt: "Michael Chen" }, ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" @@ -136,16 +74,8 @@ export default function LandingPage() { title="Frequently Asked Questions" description="Find answers to the most common questions about our hospital services." faqs={[ - { - id: "f1", - title: "How do I book an appointment?", - content: "You can book through our website, phone, or in person.", - }, - { - id: "f2", - title: "What insurance do you accept?", - content: "We accept major national and private health insurance plans.", - }, + { id: "f1", title: "How do I book an appointment?", content: "You can book through our website, phone, or in person." }, + { id: "f2", title: "What insurance do you accept?", content: "We accept major national and private health insurance plans." }, ]} faqsAnimation="slide-up" /> @@ -159,20 +89,8 @@ export default function LandingPage() { title="Impact in Numbers" description="Years of trust, excellence, and specialized care." metrics={[ - { - id: "m1", - value: "15+", - title: "Years Experience", - description: "Serving the community since 2009", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/modern-hospital-hero-section-professiona-1774619002184-c70988f2.png?_wi=6", - }, - { - id: "m2", - value: "50+", - title: "Specialists", - description: "Expert medical team", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/modern-hospital-facility-interior-clean--1774619001452-e92cb227.png?_wi=1", - }, + { id: "m1", value: "15+", title: "Years Experience", description: "Serving the community since 2009", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/modern-hospital-hero-section-professiona-1774619002184-c70988f2.png?_wi=6" }, + { id: "m2", value: "50+", title: "Specialists", description: "Expert medical team", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWy8TlL0NTHbV3wqsXg9NCJIIh/modern-hospital-facility-interior-clean--1774619001452-e92cb227.png?_wi=1" }, ]} /> @@ -183,48 +101,14 @@ export default function LandingPage() { useInvertedBackground={false} title="Trusted Partners" description="Collaborating with leading health organizations." - names={[ - "HealthCare Plus", - "Global Med", - "City Medical Group", - "LifeGuard Systems", - ]} + names={["HealthCare Plus", "Global Med", "City Medical Group", "LifeGuard Systems"]} />