diff --git a/src/app/page.tsx b/src/app/page.tsx index 315f10a..0e87626 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Wine } from "lucide-react"; +import { Wine, Coffee, Martini, Gamepad2, Music } from "lucide-react"; export default function LandingPage() { return ( @@ -29,22 +29,10 @@ export default function LandingPage() {