From dd7124a038902ca77aebfc9cbfe35be8c4e9471d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 15:55:19 +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 e72a5e5..4f11cef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "rotated-rays-animated-grid" }} buttons={[ - { text: "Launch Interactive Demo", href: "#features" }, + { text: "Try Face Detection Now", href: "#features" }, { text: "Read Documentation", href: "#about" } ]} buttonAnimation="slide-up"