From e3fb3e376fffb0d39afcee0cb75d24ae8843d320 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 01:23:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 297 ++++++++++------------------------------------- 1 file changed, 60 insertions(+), 237 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d9cbcb3..ff39f9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,263 +5,114 @@ import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import SplitAbout from '@/components/sections/about/SplitAbout'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import { Scissors, Star, Calendar } from "lucide-react"; export default function LandingPage() { return (
-
-
@@ -269,40 +120,12 @@ export default function LandingPage() {
); -} +} \ No newline at end of file