From 31f3d86825f4c85e9b4e198f1e7b66819b4c0ba2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:23:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e76c4bb..b648aea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { ]} enableKpiAnimation={true} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797671.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797671.jpg?_wi=1" imageAlt="Modern luxury dental clinic interior" imagePosition="right" buttons={[ @@ -119,10 +119,10 @@ export default function LandingPage() { animationType="blur-reveal" features={[ { - title: "Advanced Technology", description: "Latest digital imaging, laser treatments, and digital smile design technology for precision diagnostics and treatment", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797671.jpg", imageAlt: "Modern dental technology equipment" + title: "Advanced Technology", description: "Latest digital imaging, laser treatments, and digital smile design technology for precision diagnostics and treatment", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797671.jpg?_wi=2", imageAlt: "Modern dental technology equipment" }, { - title: "Comfort-First Approach", description: "Relaxing environment with premium amenities, sedation options, and individualized pain management strategies", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-dentist-pointing-teeth-x-ray-clinic_23-2147879289.jpg", imageAlt: "Luxury dental practice reception" + title: "Comfort-First Approach", description: "Relaxing environment with premium amenities, sedation options, and individualized pain management strategies", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-dentist-pointing-teeth-x-ray-clinic_23-2147879289.jpg?_wi=1", imageAlt: "Luxury dental practice reception" } ]} /> @@ -170,7 +170,7 @@ export default function LandingPage() { description="Ready to transform your smile? Book your personalized consultation with our dental specialists. We'll create a custom treatment plan tailored to your goals and budget." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/happy-female-dentist-pointing-teeth-x-ray-clinic_23-2147879289.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-female-dentist-pointing-teeth-x-ray-clinic_23-2147879289.jpg?_wi=2" imageAlt="Luxury dental clinic waiting area" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1