diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d94485..0fd2ad8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,6 @@ "use client"; -import { Award, Droplet, Heart, Paintbrush, Shield, Smile, Sparkles, Star, Users, Zap } from "lucide-react"; +import { Award, Droplet, Heart, Paintbrush, Shield, Smile, Sparkles, Star, Tooth, Users, Zap } from "lucide-react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; @@ -57,7 +57,6 @@ export default function LandingPage() { } ]} buttonAnimation="slide-up" - useInvertedBackground={false} /> @@ -101,7 +100,7 @@ export default function LandingPage() { title: "Endodoncia", description: "Tratamiento de conductos radiculares con tecnología rotatoria para salvar tus dientes naturales." }, { - icon: Smile, + icon: Tooth, title: "Implantes Dentales", description: "Reemplazo dental permanente con implantes de titanio de la más alta calidad." } ]}