From d926f677df2bdd9ee0222b86e488169faa8bcdd0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:45:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6cf069a..8e281a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function HomePage() { tag="Premium South African Craftsmanship" tagIcon={Sparkles} buttons={[ - { text: "Request a Quote", href: "/contact" }, + { text: "Get Your Custom Design", href: "/contact" }, { text: "Visit Our Showroom", href: "/contact" }, ]} background={{ variant: "radial-gradient" }} @@ -395,4 +395,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file