From 2a0114ba5d4aa4da642953ad01d87d5d10bd0d26 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 18:20:42 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 54 +++++++--------------------------------- 1 file changed, 9 insertions(+), 45 deletions(-) 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"]} - /> - - -