Update src/app/page.tsx
This commit is contained in:
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="small"
|
contentWidth="small"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="grid"
|
background="circleGradient"
|
||||||
cardStyle="subtle-shadow"
|
cardStyle="subtle-shadow"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
@@ -104,16 +104,16 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "gentle-care", title: "Gentle, Reassuring Care", description: "We specialise in helping nervous patients feel completely at ease. Every step is explained, every concern is heard.", tag: "Comfort First", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-patient-gesturing-ok-sign-front-two-male-dentist_23-2147862057.jpg?_wi=1", imageAlt: "Dentist providing caring patient support"
|
id: "gentle-care", title: "Gentle, Reassuring Care", description: "We specialise in helping nervous patients feel completely at ease. Every step is explained, every concern is heard.", tag: "Comfort First", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-patient-gesturing-ok-sign-front-two-male-dentist_23-2147862057.jpg", imageAlt: "Dentist providing caring patient support"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "decades-experience", title: "Decades of Experience", description: "Many of our patients have been with us for 10, 20, even 40+ years — a testament to consistent, trusted care.", tag: "40+ Years", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-patient_23-2148396133.jpg", imageAlt: "Calm relaxed patient in comfortable dental environment"
|
id: "decades-experience", title: "Decades of Experience", description: "Many of our patients have been with us for 10, 20, even 40+ years — a testament to consistent, trusted care.", tag: "40+ Years", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-patient_23-2148396133.jpg", imageAlt: "Calm relaxed patient in comfortable dental environment"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "personal-approach", title: "A Truly Personal Approach", description: "You're not just another appointment. We take time to understand your needs and build lasting relationships.", tag: "Individual Care", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-patient-gesturing-ok-sign-front-two-male-dentist_23-2147862057.jpg?_wi=2", imageAlt: "Professional dentist with compassionate patient interaction"
|
id: "personal-approach", title: "A Truly Personal Approach", description: "You're not just another appointment. We take time to understand your needs and build lasting relationships.", tag: "Individual Care", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-patient-gesturing-ok-sign-front-two-male-dentist_23-2147862057.jpg", imageAlt: "Professional dentist with compassionate patient interaction"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "emergency-care", title: "Emergency Appointments Available", description: "When you need help, we're here — even when other practices aren't. Your urgent dental needs matter to us.", tag: "Always Available", imageSrc: "http://img.b2bpic.net/free-photo/doctor-writing-clipboard-while-patient-lying-dental-bed_107420-74188.jpg?_wi=1", imageAlt: "Emergency dental care rapid professional treatment"
|
id: "emergency-care", title: "Emergency Appointments Available", description: "When you need help, we're here — even when other practices aren't. Your urgent dental needs matter to us.", tag: "Always Available", imageSrc: "http://img.b2bpic.net/free-photo/doctor-writing-clipboard-while-patient-lying-dental-bed_107420-74188.jpg", imageAlt: "Emergency dental care rapid professional treatment"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -141,7 +141,7 @@ export default function LandingPage() {
|
|||||||
id: "orthodontics", name: "Orthodontics", price: "Treatment plans available", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-sensual-tender-african-american-girlfriend-with-blond-haircut-making-soft-lovely-gazed-smiling-lovely-looking-down-shy-as-if-seducing-touching-face-white-wall_176420-35305.jpg", imageAlt: "Orthodontic braces teeth straightening treatment"
|
id: "orthodontics", name: "Orthodontics", price: "Treatment plans available", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-sensual-tender-african-american-girlfriend-with-blond-haircut-making-soft-lovely-gazed-smiling-lovely-looking-down-shy-as-if-seducing-touching-face-white-wall_176420-35305.jpg", imageAlt: "Orthodontic braces teeth straightening treatment"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "emergency-care", name: "Emergency Care", price: "Urgent availability", imageSrc: "http://img.b2bpic.net/free-photo/doctor-writing-clipboard-while-patient-lying-dental-bed_107420-74188.jpg?_wi=2", imageAlt: "Emergency dental care rapid professional help"
|
id: "emergency-care", name: "Emergency Care", price: "Urgent availability", imageSrc: "http://img.b2bpic.net/free-photo/doctor-writing-clipboard-while-patient-lying-dental-bed_107420-74188.jpg", imageAlt: "Emergency dental care rapid professional help"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -214,7 +214,7 @@ export default function LandingPage() {
|
|||||||
tag="Ready to Experience Better Dental Care?"
|
tag="Ready to Experience Better Dental Care?"
|
||||||
title="Experience Dentistry Done Differently"
|
title="Experience Dentistry Done Differently"
|
||||||
description="Join the hundreds of patients who trust John Merrick Dental for reliable, compassionate care. Whether it's your first visit or you're looking for a better experience, we're here to help."
|
description="Join the hundreds of patients who trust John Merrick Dental for reliable, compassionate care. Whether it's your first visit or you're looking for a better experience, we're here to help."
|
||||||
background={{ variant: "grid" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
inputPlaceholder="Enter your email to book"
|
inputPlaceholder="Enter your email to book"
|
||||||
buttonText="Book Appointment"
|
buttonText="Book Appointment"
|
||||||
|
|||||||
Reference in New Issue
Block a user