diff --git a/src/app/page.tsx b/src/app/page.tsx index 58d3268..4060054 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, Calendar, Clock, Leaf, Lightbulb, Sparkles, Users, Utensils } from "lucide-react"; +import { Award, Calendar, Clock, Leaf, Lightbulb, Sparkles, Users, Utensils, ShoppingBasket } from "lucide-react"; export default function LandingPage() { return ( @@ -32,26 +32,11 @@ export default function LandingPage() {