diff --git a/src/app/page.tsx b/src/app/page.tsx index bda15ad..bf113fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,10 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import { CheckCircle, MessageCircle, Wrench, ShieldCheck } from 'lucide-react'; export default function LandingPage() { return ( @@ -30,22 +34,10 @@ export default function LandingPage() {