diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8f6badb..412dc08 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,121 +2,41 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import MediaAbout from '@/components/sections/about/MediaAbout'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TeamCardTen from '@/components/sections/team/TeamCardTen'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -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 3ab265f..9f0b5a3 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -3,136 +3,45 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -export default function LandingPage() { +export default function ContactPage() { return ( - + - - -
- -
- -
- -
- - + +
+
+

Our Clinic in Tashkent

+

Address: Parkent ko'chasi, Tashkent, Uzbekistan

+

Phone: +998 33 479 06 66

+

Hours: Mon-Fri: 9:00 AM - 7:00 PM, Sat: 10:00 AM - 3:00 PM

+
+ +
+
); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f75b75..dfeb999 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,26 +28,11 @@ export default function LandingPage() { @@ -138,16 +94,13 @@ export default function LandingPage() { @@ -161,15 +114,9 @@ export default function LandingPage() { membersAnimation="slide-up" members={[ { - id: "m1", - name: "Dr. Ravshan", - imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-clinic-evaluates-man-cognitive-function-reflex_482257-126970.jpg?_wi=1", - }, + id: "m1", name: "Dr. Ravshan", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-clinic-evaluates-man-cognitive-function-reflex_482257-126970.jpg?_wi=1"}, { - id: "m2", - name: "Dr. Aziza", - imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-clinic-evaluates-man-cognitive-function-reflex_482257-126970.jpg?_wi=2", - }, + id: "m2", name: "Dr. Aziza", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-clinic-evaluates-man-cognitive-function-reflex_482257-126970.jpg?_wi=2"}, ]} /> @@ -180,29 +127,19 @@ export default function LandingPage() { { items: [ { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Services", - href: "/services", - }, + label: "Services", href: "/services"}, { - label: "Reviews", - href: "/reviews", - }, + label: "Reviews", href: "/reviews"}, ], }, { items: [ { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, { - label: "Phone: +998 33 479 06 66", - href: "tel:+998334790666", - }, + label: "Phone: +998 33 479 06 66", href: "tel:+998334790666"}, ], }, ]} @@ -212,4 +149,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 96009a4..7143b84 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -2,152 +2,53 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -export default function LandingPage() { +export default function ReviewsPage() { return ( - + - - -
- -
- -
- -
- - + +
+

Patient Reviews

+
+ + +
+
+
); -} +} \ No newline at end of file diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index b2290b7..04297b0 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -2,157 +2,45 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import { ShieldCheck, Sparkles, Stethoscope, Smile } from "lucide-react"; -export default function LandingPage() { +export default function ServicesPage() { return ( - + - - -
- -
- -
- -
- - + + +
); -} +} \ No newline at end of file