From e7ae7890a05164b56a741b0cbdbd8b364d40f7f0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 13:11:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c72306..ff2d3b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,8 +113,8 @@ export default function LandingPage() { }, { id: 3, - title: "Personalized Treatment Plans", description: "Every patient receives a customized approach combining the latest technology with artistic expertise. Dr. Singh's meticulous attention ensures results that look naturally beautiful and enhance your confidence.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-white-office-successful-doctor_8353-9587.jpg?_wi=1" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-holding-dental-model-hands-concept-dentistry-dental-treatment_169016-67188.jpg?_wi=1" } + title: "Personalized Treatment Plans", description: "Every patient receives a customized approach combining the latest technology with artistic expertise. Dr. Singh's meticulous attention ensures results that look naturally beautiful and enhance your confidence.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-white-office-successful-doctor_8353-9587.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-holding-dental-model-hands-concept-dentistry-dental-treatment_169016-67188.jpg" } } ]} textboxLayout="default" @@ -122,8 +122,8 @@ export default function LandingPage() { useInvertedBackground={true} className="py-20 bg-gradient-to-b from-background to-background-accent/10" containerClassName="max-w-7xl mx-auto px-6" - titleClassName="text-4xl md:text-5xl font-light text-foreground text-center mb-4" - descriptionClassName="text-lg text-foreground/70 text-center max-w-2xl mx-auto mb-16" + textBoxTitleClassName="text-4xl md:text-5xl font-light text-foreground text-center mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 text-center max-w-2xl mx-auto mb-16" /> @@ -136,10 +136,10 @@ export default function LandingPage() { textboxLayout="default" metrics={[ { - id: "1", value: "15+", title: "Years of Excellence", description: "Industry-leading experience in dental and aesthetic medicine", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-holding-dental-model-hands-concept-dentistry-dental-treatment_169016-67188.jpg?_wi=2" + id: "1", value: "15+", title: "Years of Excellence", description: "Industry-leading experience in dental and aesthetic medicine", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-holding-dental-model-hands-concept-dentistry-dental-treatment_169016-67188.jpg" }, { - id: "2", value: "10,000+", title: "Satisfied Patients", description: "Transformed smiles and radiant skin across India and beyond", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-white-office-successful-doctor_8353-9587.jpg?_wi=2" + id: "2", value: "10,000+", title: "Satisfied Patients", description: "Transformed smiles and radiant skin across India and beyond", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-white-office-successful-doctor_8353-9587.jpg" }, { id: "3", value: "98%", title: "Success Rate", description: "Proven track record of exceptional clinical outcomes", imageSrc: "http://img.b2bpic.net/free-photo/person-getting-micro-needling-beauty-treatment_23-2149334258.jpg" @@ -147,8 +147,8 @@ export default function LandingPage() { ]} className="py-20" containerClassName="max-w-7xl mx-auto px-6" - titleClassName="text-4xl md:text-5xl font-light text-foreground text-center mb-4" - descriptionClassName="text-lg text-foreground/70 text-center max-w-2xl mx-auto mb-16" + textBoxTitleClassName="text-4xl md:text-5xl font-light text-foreground text-center mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 text-center max-w-2xl mx-auto mb-16" /> @@ -184,8 +184,8 @@ export default function LandingPage() { ]} className="py-20" containerClassName="max-w-6xl mx-auto px-6" - titleClassName="text-4xl md:text-5xl font-light text-foreground text-center mb-4" - descriptionClassName="text-lg text-foreground/70 text-center max-w-2xl mx-auto mb-16" + textBoxTitleClassName="text-4xl md:text-5xl font-light text-foreground text-center mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 text-center max-w-2xl mx-auto mb-16" cardClassName="bg-white rounded-2xl p-8 shadow-soft hover:shadow-lg transition-all duration-300" /> -- 2.49.1