Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-06 18:20:45 +00:00

View File

@@ -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 (
<ThemeProvider
defaultButtonVariant="text-shift"
@@ -26,14 +26,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home", id: "/"},
{
name: "About", id: "/about"},
{
name: "Services", id: "/services"},
{
name: "Contact", id: "/contact"},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Contact", id: "/contact" },
]}
brandName="Clínica de Belém"
/>
@@ -42,14 +38,12 @@ export default function LandingPage() {
<div id="contact-form" data-section="contact-form">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain"}}
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"},
{ text: "Book Now", href: "/contact" },
]}
/>
</div>
@@ -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"]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Navigation", items: [
{
label: "Home", href: "/"},
{
label: "About", href: "/about"},
{
label: "Services", href: "/services"},
{
label: "Contact", href: "/contact"},
],
},
{
title: "Contact", items: [
{
label: "Rua Tristão Vaz 13A, 1400-350 Lisboa", href: "#"},
{
label: "+351 21 301 6474", href: "tel:+351213016474"},
],
},
]}
logoText="Clínica Médica e Dentária de Belém"
names={["Facebook", "Instagram", "LinkedIn", "Doctoralia"]}
/>
</div>
</ReactLenis>