From aa6bdbf6aa8a00ebccea35389bca2ab5bba19a79 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:50:09 +0000 Subject: [PATCH] Switch to version 2: modified src/app/page.tsx --- src/app/page.tsx | 77 ++++++++++-------------------------------------- 1 file changed, 15 insertions(+), 62 deletions(-) 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} - /> - - -
-