Merge version_1 into main #6

Merged
bender merged 1 commits from version_1 into main 2026-05-06 18:22:15 +00:00

View File

@@ -23,52 +23,52 @@ export default function ContactPage() {
headingFontWeight="extrabold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Contact", id: "/contact" },
]}
brandName="Clínica de Belém"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Contact", id: "/contact" },
]}
brandName="Clínica de Belém"
/>
</div>
<div id="contact-form" data-section="contact-form">
<ContactCTA
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Contact Us"
title="Schedule your visit today"
description="Rua Tristão Vaz 13A, 1400-350 Lisboa. Phone: +351 21 301 6474. Book your appointment and visit our modern clinic."
buttons={[
{ text: "Book Now", href: "/contact" },
]}
/>
</div>
<div id="contact-form" data-section="contact-form">
<ContactCTA
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Contact Us"
title="Schedule your visit today"
description="Rua Tristão Vaz 13A, 1400-350 Lisboa. Phone: +351 21 301 6474. Book your appointment and visit our modern clinic."
buttons={[
{ text: "Book Now", href: "/contact" },
]}
/>
</div>
<div id="legal" data-section="legal">
<LegalSection
layout="section"
title="Privacy Policy"
sections={[
{
heading: "Data Usage", content: { type: "paragraph", text: "We process your personal data for appointment scheduling only." },
},
]}
/>
</div>
<div id="legal" data-section="legal">
<LegalSection
layout="section"
title="Privacy Policy"
sections={[
{
heading: "Data Usage", content: "We process your personal data for appointment scheduling only."
}
]}
/>
</div>
<div id="socialProof" data-section="socialProof">
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
title="Available via"
description="Find us on major platforms"
names={["Facebook", "Instagram", "LinkedIn", "Doctoralia"]}
/>
</div>
<div id="socialProof" data-section="socialProof">
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
title="Available via"
description="Find us on major platforms"
names={["Facebook", "Instagram", "LinkedIn", "Doctoralia"]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);