From b5e1ec67e31f47a6288ee28b4187af7062f0bf46 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 21:59:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 359 +++++++++++++---------------------------------- 1 file changed, 100 insertions(+), 259 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 03dde19..b61efcf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import HeroSplit from '@/components/sections/hero/HeroSplit'; import SplitAbout from '@/components/sections/about/SplitAbout'; +import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; export default function LandingPage() { return ( @@ -16,268 +15,110 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="background-highlight" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
); -- 2.49.1