diff --git a/src/app/appointment/page.tsx b/src/app/appointment/page.tsx index 4316f61..754c461 100644 --- a/src/app/appointment/page.tsx +++ b/src/app/appointment/page.tsx @@ -2,26 +2,27 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; export default function AppointmentPage() { return ( - + - - + + +
+ + useInvertedBackground={false} + inputs={[ + { name: "name", type: "text", placeholder: "Full Name", required: true }, + { name: "email", type: "email", placeholder: "Email Address", required: true } + ]} + /> +
); diff --git a/src/app/doctors/page.tsx b/src/app/doctors/page.tsx index 849f504..23f8c2f 100644 --- a/src/app/doctors/page.tsx +++ b/src/app/doctors/page.tsx @@ -2,32 +2,28 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TeamCardSix from '@/components/sections/team/TeamCardSix'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import TeamCardTen from '@/components/sections/team/TeamCardTen'; export default function DoctorsPage() { return ( - + - - + + +
+ + /> +
); diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 94214a6..2bd728f 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -1,23 +1,25 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; export default function PricingPage() { return ( - - -
- + +
+
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 903a932..577c553 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -1,25 +1,26 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; export default function ServicesPage() { return ( - - -
- + +
+