diff --git a/src/app/page.tsx b/src/app/page.tsx index 4110221..77b68c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,10 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; -import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; @@ -46,67 +45,48 @@ export default function LandingPage() {
-
-
@@ -119,33 +99,6 @@ export default function LandingPage() { buttons={[ { text: "Learn More About Our Team", href: "#testimonials" } ]} - buttonAnimation="slide-up" - useInvertedBackground={false} - /> - - -
-