diff --git a/src/app/page.tsx b/src/app/page.tsx index 38be8a1..4e608fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Scissors, Sparkles } from "lucide-react"; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import SplitAbout from '@/components/sections/about/SplitAbout'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import { Scissors } from "lucide-react"; export default function LandingPage() { return ( @@ -26,289 +24,60 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- - +
); -} +} \ No newline at end of file