diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7188619..1848952 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,7 +8,7 @@ import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -export default function LandingPage() { +export default function ContactPage() { return ( @@ -42,14 +38,12 @@ export default function LandingPage() {
@@ -60,8 +54,7 @@ export default function LandingPage() { title="Privacy Policy" sections={[ { - heading: "Data Usage", content: { - text: "We process your personal data for appointment scheduling only."}, + heading: "Data Usage", content: { type: "paragraph", text: "We process your personal data for appointment scheduling only." }, }, ]} /> @@ -73,36 +66,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Available via" description="Find us on major platforms" - names={[ - "Facebook", "Instagram", "LinkedIn", "Doctoralia"]} - /> - - -