From 0df71fe5d341addcbec57af28b0d6de6c48b4a11 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 06:20:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 264 ++++++++++++++++++++++------------------------- 1 file changed, 125 insertions(+), 139 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f7bef70..15f4a82 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 ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; -import MediaAbout from '@/components/sections/about/MediaAbout'; +import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; export default function LandingPage() { return ( @@ -19,150 +19,136 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="reveal-blur" borderRadius="rounded" - contentWidth="smallMedium" - sizing="large" - background="blurBottom" - cardStyle="gradient-mesh" - primaryButtonStyle="diagonal-gradient" - secondaryButtonStyle="radial-glow" - headingFontWeight="extrabold" + contentWidth="medium" + sizing="mediumLargeSizeLargeTitles" + background="none" + cardStyle="subtle-shadow" + primaryButtonStyle="flat" + secondaryButtonStyle="solid" + headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file