From c2945c4bf0a804647f4ce5c4101c14e3c248d782 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:23:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b5cd3b..64c7f12 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/laptop-other-objects-ready-father-s-day_23-2147632063.jpg" imageAlt="BakeHub Dashboard" buttons={[ - { text: "Start Managing", href: "products" }, + { text: "Get Started Free", href: "products" }, { text: "Learn More", href: "features" } ]} /> -- 2.49.1