From 6874bfaedb3d842aab99e22dc41b9c062da5d3c8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 02:21:30 +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 2b50d70..0fa4201 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "View Our Work", href: "#features" }, + { text: "Explore Our Portfolio", href: "#features" }, { text: "Start Your Project", href: "#contact" } ]} buttonAnimation="slide-up" @@ -248,4 +248,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file