diff --git a/src/app/page.tsx b/src/app/page.tsx index 736c3e1..2719961 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 FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, Shield, Zap } from "lucide-react"; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import { Shield, TrendingUp, Users, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -19,235 +19,130 @@ export default function LandingPage() { defaultButtonVariant="hover-bubble" defaultTextAnimation="reveal-blur" borderRadius="soft" - contentWidth="small" - sizing="mediumLarge" - background="blurBottom" - cardStyle="gradient-bordered" - primaryButtonStyle="double-inset" + contentWidth="medium" + sizing="medium" + background="noiseDiagonalGradient" + cardStyle="glass-depth" + primaryButtonStyle="gradient" secondaryButtonStyle="glass" - headingFontWeight="light" + headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file