diff --git a/src/app/page.tsx b/src/app/page.tsx index 37cfc85..bb06ef0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -165,7 +165,7 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[ { text: "Get in Touch", href: "mailto:contact@example.com" }, - { text: "Explore More", href: "#projects" } + { text: "View My Work", href: "#projects" } ]} /> @@ -179,4 +179,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}