Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-04-02 04:59:47 +00:00

View File

@@ -68,6 +68,11 @@ export default function LandingPage() {
tag="Our Philosophy"
imageSrc="http://img.b2bpic.net/free-photo/dentist-showing-x-ray-her-patient_107420-74178.jpg"
textboxLayout="split"
useInvertedBackground={false}
bulletPoints={[
{ title: "Luxury Standards", description: "High-end care in every procedure." },
{ title: "Artistic Vision", description: "Perfecting smiles with detail." }
]}
/>
</div>
@@ -76,6 +81,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
gridVariant="two-items-per-row"
useInvertedBackground={false}
features={[
{
title: "Advanced Whitening", description: "Brighten your smile with state-of-the-art non-abrasive treatments.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-x-ray-her-patient_107420-74178.jpg"
@@ -94,6 +100,8 @@ export default function LandingPage() {
title="Trusted by Industry Leaders"
names={["American Dental Association", "Global Health Care", "Modern Dental Tech", "Advanced Orthodontics"]}
textboxLayout="default"
useInvertedBackground={false}
description="Partnering with world-class dental networks."
/>
</div>
@@ -101,6 +109,7 @@ export default function LandingPage() {
<MetricCardThree
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{ id: "m1", title: "Years of Experience", value: "25+", icon: Award },
{ id: "m2", title: "Patient Consultations", value: "10k+", icon: Smile },