From 497d30b049b0e7973592843c122cb62689081802 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 18:23:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 295 +++++++++++++++++++++-------------------------- 1 file changed, 130 insertions(+), 165 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f817f14..710bf5a 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 ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; +import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import TextAbout from '@/components/sections/about/TextAbout'; -import { Calendar, Heart, Shield, UserPlus, Users, Zap } from "lucide-react"; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import { Shield, Zap, Users, UserPlus, Calendar, Heart } from "lucide-react"; export default function LandingPage() { return ( @@ -19,177 +19,142 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="reveal-blur" borderRadius="soft" - contentWidth="small" - sizing="large" - background="grid" - cardStyle="gradient-bordered" - primaryButtonStyle="gradient" + contentWidth="medium" + sizing="largeSizeMediumTitles" + background="noise" + cardStyle="glass-elevated" + primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1