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() {