diff --git a/src/app/page.tsx b/src/app/page.tsx index da1605a..a69ff1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { BookOpen, LayoutDashboard, Sparkles } from "lucide-react"; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { BarChart3, LayoutDashboard, Sparkles, BookOpen } from "lucide-react"; export default function LandingPage() { return ( @@ -17,260 +17,103 @@ export default function LandingPage() { defaultButtonVariant="text-shift" defaultTextAnimation="background-highlight" borderRadius="soft" - contentWidth="mediumSmall" - sizing="mediumLargeSizeLargeTitles" - background="none" - cardStyle="solid" - primaryButtonStyle="double-inset" - secondaryButtonStyle="layered" - headingFontWeight="light" + contentWidth="mediumLarge" + sizing="largeSizeMediumTitles" + background="noiseDiagonalGradient" + cardStyle="glass-elevated" + primaryButtonStyle="radial-glow" + secondaryButtonStyle="glass" + headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);