diff --git a/src/app/page.tsx b/src/app/page.tsx index a4c1e74..bad6ad4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { ]} testimonialRotationInterval={5000} buttons={[ - { text: "Get Your Free Website Audit", href: "contact" }, + { text: "Start Your Project", href: "contact" }, { text: "View Our Work", href: "portfolio" } ]} buttonAnimation="slide-up" @@ -73,9 +73,9 @@ export default function LandingPage() {