From 06c37c7f31448df115119d1c00f83a692606fb19 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 05:42:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7318917..4952ee7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Sparkles, Smile, Star, MapPin, Award } from 'lucide-react'; +import { Sparkles, Award } from 'lucide-react'; export default function LuxuryDentistPage() { return ( @@ -128,6 +128,7 @@ export default function LuxuryDentistPage() { title="Visit Us in Ajman" description="We provide bilingual support. Schedule your visit today at our convenient location." background={{ variant: "plain" }} + useInvertedBackground={false} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/contact/contact.avif" mediaPosition="left" inputPlaceholder="Your Name / اسمك" -- 2.49.1