diff --git a/src/app/page.tsx b/src/app/page.tsx index 888d214..158826b 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 FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { ShieldCheck, Zap } from "lucide-react"; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import TextAbout from '@/components/sections/about/TextAbout'; +import { ShieldCheck, Zap, TrendingUp, Users, Target } from "lucide-react"; export default function LandingPage() { return ( @@ -19,316 +19,123 @@ export default function LandingPage() { defaultButtonVariant="hover-magnetic" defaultTextAnimation="reveal-blur" borderRadius="soft" - contentWidth="compact" - sizing="large" - background="floatingGradient" - cardStyle="subtle-shadow" + contentWidth="mediumLarge" + sizing="medium" + background="noise" + cardStyle="glass-elevated" primaryButtonStyle="primary-glow" - secondaryButtonStyle="radial-glow" - headingFontWeight="light" + secondaryButtonStyle="glass" + headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);