From dd120ae211a03115b750190fdf9d8f89a8da7b2c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 10:32:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 83b0e1a..af8db72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; import TextAbout from "@/components/sections/about/TextAbout"; import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; -import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; import ContactText from "@/components/sections/contact/ContactText"; @@ -72,10 +71,6 @@ export default function LandingPage() { tagAnimation="slide-up" title="We transform complex ideas into intuitive, beautiful digital solutions that drive real business results" useInvertedBackground={false} - buttons={[ - { text: "Learn Our Story", href: "#" }, - { text: "View Case Studies", href: "#" } - ]} buttonAnimation="slide-up" /> @@ -106,26 +101,6 @@ export default function LandingPage() { /> -
- -
-
); -} \ No newline at end of file +} -- 2.49.1