Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 13:11:33 +00:00

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>