From 219d2bf0b07b9012f4afe636272cdd3c6fad4512 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:58:45 +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 29b175a..eadccaf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { mediaAnimation="slide-up" buttons={[ { text: "Start Building", href: "https://devbyte.io/signup" }, - { text: "Explore Docs", href: "#features" } + { text: "View Features", href: "#features" } ]} buttonAnimation="slide-up" /> -- 2.49.1