From 0c8997a95427ad115207fce7c1b5cf7c2269a9fd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 21:07:53 +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 11c57a2..c55fa16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { ]} avatarText="Trusted by 5,000+ customers" buttons={[ - { text: "Start Ordering", href: "#products" }, + { text: "Start Free Trial", href: "#products" }, { text: "Learn More", href: "#features" }, ]} background={{ variant: "downward-rays-static" }} -- 2.49.1