diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a36e2e..a87c3a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,11 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Users, Target, Zap, Award, BookOpenText } from "lucide-react"; export default function LandingPage() { return ( @@ -28,215 +29,78 @@ export default function LandingPage() {
-
-
-
-
@@ -244,33 +108,16 @@ export default function LandingPage() { ); -} +} \ No newline at end of file