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