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