diff --git a/src/app/page.tsx b/src/app/page.tsx index 5eec20c..e1a19a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,19 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; -import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function LandingPage() { return ( @@ -18,194 +24,136 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="blurBottom" - cardStyle="gradient-radial" - primaryButtonStyle="double-inset" - secondaryButtonStyle="radial-glow" - headingFontWeight="normal" + background="noiseDiagonalGradient" + cardStyle="glass-depth" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="glass" + headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
); -} +} \ No newline at end of file