From fe7392c0d1468ac27832ecc68986bf2a04513243 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 00:33:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 280 ++++++++++++++++++----------------------------- 1 file changed, 108 insertions(+), 172 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 21da260..3a4eebb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroLogo from '@/components/sections/hero/HeroLogo'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, CheckCircle, Star } from "lucide-react"; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import { ShieldCheck, Zap, Droplets, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -19,8 +19,8 @@ export default function LandingPage() { defaultButtonVariant="hover-bubble" defaultTextAnimation="background-highlight" borderRadius="rounded" - contentWidth="small" - sizing="largeSmallSizeLargeTitles" + contentWidth="medium" + sizing="mediumLargeSizeLargeTitles" background="noise" cardStyle="solid" primaryButtonStyle="diagonal-gradient" @@ -28,174 +28,110 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);