From 97555db030f873108ca441ec259e163f82d27ce5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 01:50:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 384 +++++++++++++---------------------------------- 1 file changed, 104 insertions(+), 280 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80dd8e7..5b5187d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import { Cpu, Zap, CreditCard, ShieldCheck, Target, BarChart3, Users, MessageSquareText } from "lucide-react"; export default function LandingPage() { return ( @@ -19,287 +20,110 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSmallSizeMediumTitles" - background="noise" - cardStyle="outline" - primaryButtonStyle="gradient" - secondaryButtonStyle="layered" - headingFontWeight="extrabold" + background="grid" + cardStyle="glass-elevated" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="glass" + headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1