diff --git a/src/app/page.tsx b/src/app/page.tsx index ef9bbe1..c7466cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,172 +5,86 @@ import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import SplitAbout from '@/components/sections/about/SplitAbout'; export default function LandingPage() { return (
-
- -
-
@@ -178,53 +92,12 @@ export default function LandingPage() {
); -} +} \ No newline at end of file