diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ba3e9e..72b1215 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,19 +9,19 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Clock, Coffee, Star } from "lucide-react"; +import { Clock, Coffee, Star, Scissors, Sparkles, Smile } from "lucide-react"; export default function LandingPage() { return ( @@ -29,26 +29,11 @@ export default function LandingPage() {