diff --git a/src/app/page.tsx b/src/app/page.tsx index 19ccf64..0ddc281 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,7 @@ const HomePage = () => { background={{ variant: "plain" }} buttons={[ { text: "Start Your Project", href: "#contact" }, - { text: "View Our Work", href: "#portfolio" }, + { text: "Explore Portfolio", href: "#portfolio" }, ]} buttonAnimation="slide-up" layoutOrder="default" @@ -292,4 +292,4 @@ const HomePage = () => { ); }; -export default HomePage; \ No newline at end of file +export default HomePage;