diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e02144..3785494 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroLogo from '@/components/sections/hero/HeroLogo'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import HeroSignup from '@/components/sections/hero/HeroSignup'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { return ( @@ -28,296 +22,51 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ console.log("Checking text:", text)} + background={{ variant: "sparkles-gradient" }} + /> +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - +
); -} +} \ No newline at end of file