diff --git a/src/app/page.tsx b/src/app/page.tsx index 0445054..7f14f9c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Droplet, Flame, Phone, Settings, ShieldCheck, Wind, Wrench } from "lucide-react"; +import { Droplet, Flame, Phone, Settings, ShieldCheck, Star, Wind, Wrench } from "lucide-react"; export default function LandingPage() { const navItems = [ @@ -80,6 +80,8 @@ export default function LandingPage() {