diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index f40db30..7188619 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -27,21 +27,13 @@ export default function LandingPage() {
@@ -51,16 +43,13 @@ export default function LandingPage() {
@@ -71,11 +60,8 @@ export default function LandingPage() {
title="Privacy Policy"
sections={[
{
- heading: "Data Usage",
- content: {
- type: "paragraph",
- text: "We process your personal data for appointment scheduling only.",
- },
+ heading: "Data Usage", content: {
+ text: "We process your personal data for appointment scheduling only."},
},
]}
/>
@@ -88,11 +74,7 @@ export default function LandingPage() {
title="Available via"
description="Find us on major platforms"
names={[
- "Facebook",
- "Instagram",
- "LinkedIn",
- "Doctoralia",
- ]}
+ "Facebook", "Instagram", "LinkedIn", "Doctoralia"]}
/>
@@ -100,37 +82,23 @@ export default function LandingPage() {
@@ -55,49 +47,31 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "General Dentistry",
- description: "Professional dental exams and care for long-term oral health.",
- icon: Sparkles,
+ title: "General Dentistry", description: "Professional dental exams and care for long-term oral health.", icon: Sparkles,
mediaItems: [
{
- imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-talking-patient-showing-dental-jaw_23-2147862033.jpg",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-talking-patient-showing-dental-jaw_23-2147862033.jpg"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-sustainable-tooth-brush-alternatives_23-2149165688.jpg",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-sustainable-tooth-brush-alternatives_23-2149165688.jpg"},
],
- imageSrc: "http://img.b2bpic.net/free-photo/clinical-reception-with-waiting-room-facility-lobby-registration-counter-used-patients-with-medical-appointments-empty-reception-desk-health-center-checkup-visits_482257-51247.jpg?_wi=2",
- imageAlt: "dental consultation checkup",
},
{
- title: "Medical Consultation",
- description: "Attentive and specialized medical guidance tailored for you.",
- icon: Shield,
+ title: "Medical Consultation", description: "Attentive and specialized medical guidance tailored for you.", icon: Shield,
mediaItems: [
{
- imageSrc: "http://img.b2bpic.net/free-photo/doctor-working_23-2147642729.jpg",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/doctor-working_23-2147642729.jpg"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/detective-specialist_1098-15356.jpg",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/detective-specialist_1098-15356.jpg"},
],
- imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-is-smiling-by-touching-her-cheeks-with-forefinger-white-background_176474-114757.jpg?_wi=2",
- imageAlt: "dental consultation checkup",
},
{
- title: "Preventive Care",
- description: "Diagnostics and maintenance for your total well-being.",
- icon: Zap,
+ title: "Preventive Care", description: "Diagnostics and maintenance for your total well-being.", icon: Zap,
mediaItems: [
{
- imageSrc: "http://img.b2bpic.net/free-photo/toothbrush-composition-with-towel_23-2147817634.jpg",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/toothbrush-composition-with-towel_23-2147817634.jpg"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-looking-through-microscope_23-2147906021.jpg",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-looking-through-microscope_23-2147906021.jpg"},
],
- imageSrc: "http://img.b2bpic.net/free-photo/aged-doctor-having-good-news-patient_1398-4032.jpg?_wi=2",
- imageAlt: "dental consultation checkup",
},
]}
title="Comprehensive Healthcare"
@@ -114,25 +88,12 @@ export default function LandingPage() {
description="Transparent pricing for all our care services."
plans={[
{
- id: "p1",
- badge: "Essential",
- price: "€50",
- subtitle: "Basic checkup",
- features: [
- "Exam",
- "X-ray",
- ],
+ id: "p1", badge: "Essential", price: "€50", subtitle: "Basic checkup", features: [
+ "Exam", "X-ray"],
},
{
- id: "p2",
- badge: "Pro",
- price: "€150",
- subtitle: "Advanced care",
- features: [
- "Cleaning",
- "Whitening",
- "Checkup",
- ],
+ id: "p2", badge: "Pro", price: "€150", subtitle: "Advanced care", features: [
+ "Cleaning", "Whitening", "Checkup"],
},
]}
/>
@@ -147,19 +108,9 @@ export default function LandingPage() {
description="Healthcare metrics across our clinics."
metrics={[
{
- id: "met1",
- value: "5000",
- title: "Patients",
- description: "Served annually",
- imageSrc: "http://img.b2bpic.net/free-photo/supermarket-banner-with-various-items_23-2149500960.jpg",
- },
+ id: "met1", value: "5000", title: "Patients", description: "Served annually", imageSrc: "http://img.b2bpic.net/free-photo/supermarket-banner-with-various-items_23-2149500960.jpg"},
{
- id: "met2",
- value: "20",
- title: "Offices",
- description: "Across city",
- imageSrc: "http://img.b2bpic.net/free-photo/decorative-hygiene-composition_23-2147693214.jpg",
- },
+ id: "met2", value: "20", title: "Offices", description: "Across city", imageSrc: "http://img.b2bpic.net/free-photo/decorative-hygiene-composition_23-2147693214.jpg"},
]}
/>
@@ -168,37 +119,23 @@ export default function LandingPage() {