From 6b9cc474df780841a57bde1afe587a4c9fd36b7b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:58:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5af5fd5..65109b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,7 +122,7 @@ export default function LandingPage() { tagIcon={Building2} tagAnimation="slide-up" buttons={[ - { text: "Claim Your Free 3D Design ", href: "#contact" }, + { text: "Get Your Free 3D Design", href: "#contact" }, { text: "View Our Work", href: "#gallery" } ]} buttonAnimation="slide-up" -- 2.49.1