From 5b61b3b3355090ad0769b6e9d57840cda8566c23 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 15:20:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 316 +++++++---------------------------------------- 1 file changed, 46 insertions(+), 270 deletions(-) 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() {