diff --git a/src/app/page.tsx b/src/app/page.tsx index a98278d..0432047 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." } + ]} /> @@ -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." /> @@ -101,6 +109,7 @@ export default function LandingPage() {