diff --git a/src/app/page.tsx b/src/app/page.tsx index 34c7aa1..7a055f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { description="Building the future with Python, Drones, and STEM innovation." buttons={[ { - text: "View Projects", href: "#skills"}, + text: "View My Technical Portfolio", href: "#skills"}, ]} slides={[ { @@ -200,4 +200,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file