From 14961cc81ec96510c6c95402f759d79a72f33aef Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:41:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 228 ++++------------------------------------------- 1 file changed, 18 insertions(+), 210 deletions(-) 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 (
- -
- -
- -
- - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
);