diff --git a/src/app/page.tsx b/src/app/page.tsx index 3db6c2a..de2fc3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,229 +1,37 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; -import TextAbout from "@/components/sections/about/TextAbout"; -import ProductCardOne from "@/components/sections/product/ProductCardOne"; -import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; -import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; -import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; -import FaqSplitText from "@/components/sections/faq/FaqSplitText"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { CheckCircle, Handshake, Heart, Share2, Sparkles, Users } from "lucide-react"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -export default function LandingPage() { +export default function Home() { return (
- -
- -
- -
- - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
);