From 195d6ffb1bcec346fe07f5e129a5ede72a8d998f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 14:12:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 457 +++++++++++++++-------------------------------- 1 file changed, 146 insertions(+), 311 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c9ac05b..b31cbdf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,332 +12,167 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, Heart, Home } from "lucide-react"; +import { Heart, Home, Award } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1