From a7e32ad524a682f7eba9f28b6a1675ff0dcf24b3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 07:19:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 70a9e39..cde7a70 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TextAbout from '@/components/sections/about/TextAbout'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { BarChart3, Users, Package, CheckCircle } from 'lucide-react'; +import { BarChart3, Users, Package } from 'lucide-react'; export default function LandingPage() { return ( @@ -37,7 +37,6 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} brandName="StockFlow Pro" - button={{ text: "Get Started" }} /> @@ -61,6 +60,7 @@ export default function LandingPage() { @@ -120,6 +126,9 @@ export default function LandingPage() { -- 2.49.1