diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f5e830..209091f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,8 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import ContactCta from '@/components/sections/contact/ContactCta'; -import { Award, CheckCircle, Clock, Sparkles, Star, Users, MapPin } from "lucide-react"; +import { Instagram } from "lucide-react"; +import { Award, CheckCircle, Clock, Sparkles, Star, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -70,6 +71,21 @@ export default function LandingPage() { /> +
+ ))}
+