From ccb35cfe87006e3e255bbd0b42cf56c06ade8ebe Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 10:02:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a90137..7f31520 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Award, CreditCard, Search, ShieldCheck, Smile, MapPin, Clock, Stethoscope } from "lucide-react"; +import { Clock, MapPin, Stethoscope } from "lucide-react"; export default function LandingPage() { return ( @@ -43,9 +43,9 @@ export default function LandingPage() {
@@ -63,6 +64,7 @@ export default function LandingPage() { description={[ "Sabka Dentist in HSR Layout, Bengaluru, is committed to providing affordable, high-quality dental care. We specialize in root canal treatments, dental implants, and cosmetic dentistry.", "Our clinic is equipped with modern technology and staffed by experienced dental professionals dedicated to patient comfort." ]} + useInvertedBackground={false} /> @@ -102,6 +104,8 @@ export default function LandingPage() {