From b0c7d635b185c9232436b23c9be4f1e4a52b6ada Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:03:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eadccaf..acd0174 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: "View Features", href: "#features" } + { text: "Explore Docs", href: "#features" } ]} buttonAnimation="slide-up" /> @@ -179,6 +179,9 @@ export default function LandingPage() { }, { id: "2", value: "10M+", description: "Lines of code deployed through our platform" + }, + { + id: "3", value: "99.9%", description: "Uptime SLA with 24h support response guarantee" } ]} metricsAnimation="slide-up" -- 2.49.1