From 03643e41661e2f9b0144140eb52a18201f08eedf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 10:52:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 516 +++++++++++++---------------------------------- 1 file changed, 144 insertions(+), 372 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 25486c5..3df4012 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Coffee, Facebook, Instagram, Twitter, Utensils } from "lucide-react"; +import { Coffee, Instagram, Twitter, Facebook, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -29,386 +29,158 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);