From 6addc3155570c3a1c7c90554a1e0884b6b37e46f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:30:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ef7b27b..3692fd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,13 +47,13 @@ export default function LandingPage() { tag="Painless & Compassionate" tagIcon={Smile} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} buttons={[ { text: "Book Your Painless Visit", href: "contact" }, { text: "Call Now", href: "tel:+91-XXXXXXXXXX" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/women-wearing-masks-therapy_23-2148913111.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/women-wearing-masks-therapy_23-2148913111.jpg" imageAlt="Modern luxury dental clinic environment" mediaAnimation="opacity" imagePosition="right" @@ -97,13 +97,13 @@ export default function LandingPage() { id: "3", title: "Anxiety-Free Dentistry", descriptions: [ "Compassionate care for fearful and anxious patients", "Gentle techniques and sedation options available", "Your comfort is our top priority" ], - imageSrc: "http://img.b2bpic.net/free-photo/dental-assistant-writing-stomatology-treatment-clipboard-dental-clinic-sick-patient-check-up_482257-4885.jpg?_wi=1", imageAlt: "Comfortable painless dental treatment" + imageSrc: "http://img.b2bpic.net/free-photo/dental-assistant-writing-stomatology-treatment-clipboard-dental-clinic-sick-patient-check-up_482257-4885.jpg", imageAlt: "Comfortable painless dental treatment" }, { id: "4", title: "Preventive Care", descriptions: [ "Regular cleanings and checkups to maintain oral health", "Early detection of dental issues", "Affordable maintenance plans for families" ], - imageSrc: "http://img.b2bpic.net/free-photo/dental-assistant-writing-stomatology-treatment-clipboard-dental-clinic-sick-patient-check-up_482257-4885.jpg?_wi=2", imageAlt: "Preventive dental care cleaning" + imageSrc: "http://img.b2bpic.net/free-photo/dental-assistant-writing-stomatology-treatment-clipboard-dental-clinic-sick-patient-check-up_482257-4885.jpg", imageAlt: "Preventive dental care cleaning" } ]} gridVariant="two-columns-alternating-heights" @@ -174,9 +174,9 @@ export default function LandingPage() { description="Subscribe to receive dental health tips, special offers, and appointment reminders. We respect your privacy and never share your information." tagIcon={Mail} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/women-wearing-masks-therapy_23-2148913111.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/women-wearing-masks-therapy_23-2148913111.jpg" imageAlt="Dental clinic patient care" mediaAnimation="opacity" mediaPosition="left" -- 2.49.1