From 57e0f5b342f0a0e0ab1174a6709fb1e1db458acf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:32:28 +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 c2ab314..804ead0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { ]} buttons={[ { text: "Start Creating", href: "#" }, - { text: "Try Free Tools", href: "#" } + { text: "Watch Demo", href: "#" } ]} autoplayDelay={4000} showDimOverlay={true} -- 2.49.1