From b1a895dca3f3d64ba50670e5676b1a4f8c9257ee Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 16:58:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 257 +++++++++++++++++++---------------------------- 1 file changed, 104 insertions(+), 153 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 10b6c2e..42a5aaf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,14 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; export default function LandingPage() { return ( @@ -25,162 +25,113 @@ export default function LandingPage() { cardStyle="gradient-radial" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" - headingFontWeight="light" + headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
); -} +} \ No newline at end of file