From 46bf6ef083aea40ca0a88c75828e25f242fdb931 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 14:45:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 260 ++++++++--------------------------------------- 1 file changed, 44 insertions(+), 216 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 897dbe7..0495ea9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,8 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award } from "lucide-react"; +import { Award, Shirt, Droplets } from "lucide-react"; +import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; export default function LandingPage() { return ( @@ -31,22 +32,11 @@ export default function LandingPage() { +
+ +
+
-
- -
-
); -} +} \ No newline at end of file