Update src/app/page.tsx
This commit is contained in:
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
||||
imageAlt="Luxury dental office interior"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
kpis={[
|
||||
{ value: "25+", label: "Years Experience" },
|
||||
{ value: "10K+", label: "Happy Patients" },
|
||||
@@ -82,7 +82,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "implants", brand: "Permanent Solutions", name: "Dental Implants", price: "Starting $3,500", rating: 5,
|
||||
reviewCount: "285 reviews", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4417.jpg?_wi=1", imageAlt: "Advanced dental implant technology"
|
||||
reviewCount: "285 reviews", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4417.jpg", imageAlt: "Advanced dental implant technology"
|
||||
},
|
||||
{
|
||||
id: "orthodontics", brand: "Smile Alignment", name: "Orthodontics", price: "Starting $4,000", rating: 5,
|
||||
@@ -118,16 +118,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Preventive Care", description: "Regular cleanings and check-ups to maintain optimal oral health and catch issues early.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-holds-glasses-woman-looking-camera-dentist-is-waiting-patient_1157-40945.jpg?_wi=1", imageAlt: "Preventive dental care"
|
||||
title: "Preventive Care", description: "Regular cleanings and check-ups to maintain optimal oral health and catch issues early.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-holds-glasses-woman-looking-camera-dentist-is-waiting-patient_1157-40945.jpg", imageAlt: "Preventive dental care"
|
||||
},
|
||||
{
|
||||
title: "Restorative Treatment", description: "Expert repairs and restoration using premium materials for natural-looking, long-lasting results.", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4417.jpg?_wi=2", imageAlt: "Restorative dental procedures"
|
||||
title: "Restorative Treatment", description: "Expert repairs and restoration using premium materials for natural-looking, long-lasting results.", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4417.jpg", imageAlt: "Restorative dental procedures"
|
||||
},
|
||||
{
|
||||
title: "Pediatric Dentistry", description: "Gentle, compassionate care for children in a welcoming environment that builds confidence.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-sitting-table_23-2150231681.jpg", imageAlt: "Kids dental care"
|
||||
},
|
||||
{
|
||||
title: "Emergency Services", description: "Fast response to dental emergencies with expert care available when you need it most.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-holds-glasses-woman-looking-camera-dentist-is-waiting-patient_1157-40945.jpg?_wi=2", imageAlt: "Emergency dental care"
|
||||
title: "Emergency Services", description: "Fast response to dental emergencies with expert care available when you need it most.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-holds-glasses-woman-looking-camera-dentist-is-waiting-patient_1157-40945.jpg", imageAlt: "Emergency dental care"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -167,7 +167,7 @@ export default function LandingPage() {
|
||||
description="Take the first step toward your ideal smile. Contact us today to book your personalized consultation."
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/shocking-girl-white-doctor-uniform_141793-246.jpg"
|
||||
imageAlt="Dental professional"
|
||||
|
||||
Reference in New Issue
Block a user