diff --git a/src/app/page.tsx b/src/app/page.tsx index 97c46cf..bd57ef9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -174,7 +174,7 @@ export default function LandingPage() { description="Whether it's a small custom gate or a complete architectural staircase, let's discuss your requirements today." buttons={[ { - text: "Request a Quote", href: "#"}, + text: "Get Your Custom Quote", href: "#"}, ]} /> @@ -206,4 +206,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file