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