From 86671cd8e05711a0ab7488cb5eacc5470fa4bf0c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 16:14:17 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 214 ++++++++++++++++++++++++----------------------- 1 file changed, 109 insertions(+), 105 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 91aba91..da95ba4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroSplit from '@/components/sections/hero/HeroSplit'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; @@ -28,118 +27,123 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From e4f83209fff1235aefe85090f618745254fcfb3b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 16:14:17 +0000 Subject: [PATCH 2/2] Update src/app/products/page.tsx --- src/app/products/page.tsx | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index aea5c5a..2d12bb5 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -9,7 +9,18 @@ import { Linkedin, Twitter, Instagram } from "lucide-react"; export default function ProductsPage() { return ( - + -- 2.49.1