diff --git a/src/app/page.tsx b/src/app/page.tsx index dbaecb5..8a15549 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,7 +152,7 @@ export default function LandingPage() { title="Let’s Create Something Timeless." description="Join our journey into the next digital frontier." buttons={[ - { text: "Start a Project", href: "#" }, + { text: "Get a Proposal", href: "#" }, { text: "View Work", href: "#work" }, ]} /> @@ -170,4 +170,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file