diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d0f988..f9756d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,8 +59,8 @@ export default function LandingPage() { } ]} buttons={[ - { text: "View My Work", href: "#projects" }, - { text: "Get in Touch", href: "#contact" } + { text: "Start a Project", href: "#contact" }, + { text: "View My Work", href: "#projects" } ]} mediaAnimation="slide-up" /> @@ -187,4 +187,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file