From ba03f75cb0ccab49e546355ca1c637620089249c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:26:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e3a7ac9..92d0ad6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { background={{ variant: "canvas-reveal" }} buttons={[ { text: "Start Creating", href: "#templates" }, - { text: "View Templates", href: "#templates" } + { text: "Explore AI Features", href: "#features" } ]} buttonAnimation="slide-up" mediaItems={[ @@ -208,4 +208,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file