Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 86547de737 | |||
| 7916c60aef | |||
| bb1c0881d4 |
222
src/app/page.tsx
222
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Centro Dental Madrid"
|
||||
/>
|
||||
@@ -56,62 +48,39 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Excellence in Dental Care at Madrid"
|
||||
description="Your trusted dental clinic in Chamberí. We combine advanced technology with a warm, personal approach to help you smile with confidence."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book an Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book an Appointment", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-woman-with-pen_268835-941.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-black-female-doctor_23-2149844606.jpg",
|
||||
alt: "Front view smiley black female doctor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-black-female-doctor_23-2149844606.jpg", alt: "Front view smiley black female doctor"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/chrome-team-bargain-health-work_1134-1307.jpg",
|
||||
alt: "chrome team bargain health work",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/chrome-team-bargain-health-work_1134-1307.jpg", alt: "chrome team bargain health work"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-medic-with-papers_23-2147767267.jpg",
|
||||
alt: "Smiling woman medic with papers",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-medic-with-papers_23-2147767267.jpg", alt: "Smiling woman medic with papers"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-doctor-female-with-stethoscope-posed-outdoor_627829-14360.jpg",
|
||||
alt: "African american doctor female with stethoscope posed outdoor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-doctor-female-with-stethoscope-posed-outdoor_627829-14360.jpg", alt: "African american doctor female with stethoscope posed outdoor"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg",
|
||||
alt: "Full equiped medical cabinet",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg", alt: "Full equiped medical cabinet"},
|
||||
]}
|
||||
avatarText="Join 2000+ happy patients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Advanced Technology",
|
||||
},
|
||||
type: "text", text: "Advanced Technology"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Personalized Care",
|
||||
},
|
||||
type: "text", text: "Personalized Care"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Comfortable Environment",
|
||||
},
|
||||
type: "text", text: "Comfortable Environment"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional Team",
|
||||
},
|
||||
type: "text", text: "Professional Team"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Modern Dentistry",
|
||||
},
|
||||
type: "text", text: "Modern Dentistry"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,13 +90,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About Our Clinic",
|
||||
},
|
||||
type: "text", content: "About Our Clinic"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -139,32 +104,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Preventive Care",
|
||||
descriptions: [
|
||||
"Regular checkups and cleanings",
|
||||
"Diagnostic digital imaging",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dental-treatment-care-oral-hygiene-banner-set_98292-1162.jpg",
|
||||
},
|
||||
id: "f1", title: "Preventive Care", descriptions: [
|
||||
"Regular checkups and cleanings", "Diagnostic digital imaging"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dental-treatment-care-oral-hygiene-banner-set_98292-1162.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Orthodontics",
|
||||
descriptions: [
|
||||
"Custom braces and aligners",
|
||||
"Corrective dental solutions",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dental_24908-54024.jpg",
|
||||
},
|
||||
id: "f2", title: "Orthodontics", descriptions: [
|
||||
"Custom braces and aligners", "Corrective dental solutions"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dental_24908-54024.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Cosmetic Dentistry",
|
||||
descriptions: [
|
||||
"Teeth whitening services",
|
||||
"Smile design treatments",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/dentist-template-design_23-2150658817.jpg",
|
||||
},
|
||||
id: "f3", title: "Cosmetic Dentistry", descriptions: [
|
||||
"Teeth whitening services", "Smile design treatments"],
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/dentist-template-design_23-2150658817.jpg"},
|
||||
]}
|
||||
title="Comprehensive Dental Services"
|
||||
description="We offer a full spectrum of dental care to maintain your oral health."
|
||||
@@ -178,22 +128,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Happy Patients",
|
||||
value: "2000+",
|
||||
icon: Smile,
|
||||
id: "m1", title: "Happy Patients", value: "2000+", icon: Smile,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Years of Experience",
|
||||
value: "15+",
|
||||
icon: Award,
|
||||
id: "m2", title: "Years of Experience", value: "15+", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Success Rate",
|
||||
value: "99%",
|
||||
icon: CheckCircle,
|
||||
id: "m3", title: "Success Rate", value: "99%", icon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
title="Our Impact"
|
||||
@@ -209,29 +150,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Dr. Ana Sanz",
|
||||
role: "Chief Dentist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-nurse-dental-office-while-pediatric-doctor-is-talking-with-patient-background-stomatologist-assistant-looking-camera-sitting-chair-stomatological-clinic_482257-3285.jpg",
|
||||
},
|
||||
id: "t1", name: "Dr. Ana Sanz", role: "Chief Dentist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-nurse-dental-office-while-pediatric-doctor-is-talking-with-patient-background-stomatologist-assistant-looking-camera-sitting-chair-stomatological-clinic_482257-3285.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Dr. Carlos Ruiz",
|
||||
role: "Orthodontist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-touching-asian-girlfriend-face_1262-16189.jpg",
|
||||
},
|
||||
id: "t2", name: "Dr. Carlos Ruiz", role: "Orthodontist", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-touching-asian-girlfriend-face_1262-16189.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena Torres",
|
||||
role: "Hygienist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-sitting-isolated-grey_651396-917.jpg",
|
||||
},
|
||||
id: "t3", name: "Elena Torres", role: "Hygienist", imageSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-sitting-isolated-grey_651396-917.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Javier Gomez",
|
||||
role: "Clinic Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-work_23-2149485515.jpg",
|
||||
},
|
||||
id: "t4", name: "Javier Gomez", role: "Clinic Manager", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-work_23-2149485515.jpg"},
|
||||
]}
|
||||
title="Meet Your Experts"
|
||||
description="Dedicated professionals here for you."
|
||||
@@ -245,40 +170,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maria Lopez",
|
||||
handle: "@mloper",
|
||||
testimonial: "Excellent care and friendly staff!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12661.jpg",
|
||||
},
|
||||
id: "1", name: "Maria Lopez", handle: "@mloper", testimonial: "Excellent care and friendly staff!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12661.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Juan Perez",
|
||||
handle: "@jperez",
|
||||
testimonial: "Very professional clinic.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-teenage-girl-white-background_23-2147839556.jpg",
|
||||
},
|
||||
id: "2", name: "Juan Perez", handle: "@jperez", testimonial: "Very professional clinic.", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-teenage-girl-white-background_23-2147839556.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lucia S.",
|
||||
handle: "@lucia",
|
||||
testimonial: "Highly recommend their services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-dentist-office-smiling_23-2148338134.jpg",
|
||||
},
|
||||
id: "3", name: "Lucia S.", handle: "@lucia", testimonial: "Highly recommend their services.", imageSrc: "http://img.b2bpic.net/free-photo/woman-dentist-office-smiling_23-2148338134.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Alberto M.",
|
||||
handle: "@alberto",
|
||||
testimonial: "The best clinic in Madrid.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/playful-asian-woman_1098-22085.jpg",
|
||||
},
|
||||
id: "4", name: "Alberto M.", handle: "@alberto", testimonial: "The best clinic in Madrid.", imageSrc: "http://img.b2bpic.net/free-photo/playful-asian-woman_1098-22085.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sofia G.",
|
||||
handle: "@sofia",
|
||||
testimonial: "Pain-free experience throughout.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-working-dental-jaw-near-female-patient-sitting-dental-chair_23-2147862040.jpg",
|
||||
},
|
||||
id: "5", name: "Sofia G.", handle: "@sofia", testimonial: "Pain-free experience throughout.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-working-dental-jaw-near-female-patient-sitting-dental-chair_23-2147862040.jpg"},
|
||||
]}
|
||||
title="What Our Patients Say"
|
||||
description="Real feedback from our satisfied community."
|
||||
@@ -291,20 +191,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open Monday to Friday, 10 am to 2 pm.",
|
||||
},
|
||||
id: "q1", title: "What are your opening hours?", content: "We are open Monday to Friday, 10 am to 2 pm."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Where are you located?",
|
||||
content: "C. de Rafael Calvo, 5, Chamberí, Madrid.",
|
||||
},
|
||||
id: "q2", title: "Where are you located?", content: "C. de Rafael Calvo, 5, Chamberí, Madrid."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How can I book an appointment?",
|
||||
content: "Call us at +34 914 26 80 71.",
|
||||
},
|
||||
id: "q3", title: "How can I book an appointment?", content: "Call us at +34 914 26 80 71 or <a href=\"#contact\" class=\"text-blue-600 underline\">book your appointment now</a>."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about our clinic."
|
||||
@@ -316,16 +207,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Ready to Brighten Your Smile?"
|
||||
description="Book your consultation today and experience quality care."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+34914268071",
|
||||
},
|
||||
text: "Call Now", href: "tel:+34914268071"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -335,29 +223,19 @@ export default function LandingPage() {
|
||||
logoText="Centro Dental Madrid"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+34914268071",
|
||||
},
|
||||
label: "Call Us", href: "tel:+34914268071"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:info@centro-dental.es",
|
||||
},
|
||||
label: "Email", href: "mailto:info@centro-dental.es"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user