diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a28d37..e28cb22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,42 +11,32 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Award, Flame } from "lucide-react"; +import { Award, Flame, Pizza, Users, Star, MessageCircle, Phone } from "lucide-react"; export default function LandingPage() { return (