diff --git a/src/app/page.tsx b/src/app/page.tsx index b425973..d71c555 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,324 +1,266 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import FeatureBento from '@/components/sections/feature/FeatureBento'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; -import ContactFaq from '@/components/sections/contact/ContactFaq'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Brush, Layers, Mail, Minus, Palette, Sparkles, Wind, Zap } from 'lucide-react'; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; +import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; +import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne"; +import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; +import BlogCardTwo from "@/components/sections/blog/BlogCardTwo"; +import ContactText from "@/components/sections/contact/ContactText"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; export default function LandingPage() { return (
-
-
- +
-
-
- + -
- -
-
-
+
+ +
+ +
-
- +
); -} \ No newline at end of file +}