diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7ce65c0..99a87cd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1411,4 +1411,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a3ef10..4a4dc64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "glowing-orb" }} buttons={[ - { text: "Start Your Project", href: "contact" }, + { text: "Get Your Free Design Audit", href: "contact" }, { text: "View Our Work", href: "services" } ]} buttonAnimation="slide-up" @@ -243,4 +243,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file