From bcbb995d6dd5c8a25e472f4c72e73bafd5ae43ca Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 16:19:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 353 +++++++++-------------------------------------- 1 file changed, 69 insertions(+), 284 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b2e2018..16da4b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { LayoutGrid, TrendingUp, Sparkles, Target, Zap, Users } from 'lucide-react'; export default function LandingPage() { return ( @@ -19,337 +20,121 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="entrance-slide" borderRadius="soft" - contentWidth="small" - sizing="mediumLargeSizeMediumTitles" - background="aurora" - cardStyle="subtle-shadow" + contentWidth="medium" + sizing="largeSizeMediumTitles" + background="noiseDiagonalGradient" + cardStyle="glass-depth" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" - headingFontWeight="light" + headingFontWeight="bold" >
-
-
-
-
-
-
-
); -} +} \ No newline at end of file -- 2.49.1