From b7030c0a39c1cb9e88550ae11787b2e8353d345c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 13:04:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 126 +++++++++++++++++++++-------------------------- 1 file changed, 57 insertions(+), 69 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ffc2a2e..4b9ae4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import { Target, Zap, Settings, Shield } from "lucide-react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; export default function LandingPage() { return ( @@ -21,18 +21,18 @@ export default function LandingPage() { contentWidth="small" sizing="largeSmallSizeLargeTitles" background="none" - cardStyle="outline" - primaryButtonStyle="shadow" - secondaryButtonStyle="glass" + cardStyle="gradient-mesh" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="layered" headingFontWeight="medium" >