From 4708d1904e1b7c3c8b4f4553ee634dacd6e8731f Mon Sep 17 00:00:00 2001 From: development Date: Sun, 28 Dec 2025 07:39:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 220 ++--------------------------------------------- 1 file changed, 7 insertions(+), 213 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f8aa66..1a2b809 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,15 +1,6 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Crown, Star } from "lucide-react"; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroBillboardSplit from '@/components/sections/hero/HeroBillboardSplit'; -import TagAbout from '@/components/sections/about/TagAbout'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; export default function LandingPage() { return ( @@ -25,209 +16,12 @@ export default function LandingPage() { secondaryButtonStyle="outline" headingFontWeight="bold" > - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -