From 2b3f20c8f9828f532a4fd57babb54e0d293d9f81 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 17:20:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 429 ++++++++++++++--------------------------------- 1 file changed, 126 insertions(+), 303 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d450120..1226cf9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Coffee } from "lucide-react"; +import { Coffee, Zap, Croissant, Armchair } from "lucide-react"; export default function LandingPage() { return ( @@ -29,317 +29,140 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1