From c0056ba7640f8f37ac377b01c860d1c5e5b8f545 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 18:16:00 +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 97199f3..7806239 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -228,11 +228,11 @@ export default function LandingPage() { tag="Get in Touch" tagAnimation="slide-up" title="Start Your Custom Tufted Piece" - description="Have a question or want to discuss a custom idea? Studio K would love to hear from you. Submit your custom request below and we'll respond within 24-48 hours." + description="Have a question or want to discuss a custom idea? We respond within 24 hours with a custom quote and timeline. Studio K would love to hear from you." background={{ variant: "plain" }} useInvertedBackground={false} buttons={[ - { text: "Submit Custom Request", href: "#custom-form" }, + { text: "Get Your Custom Quote", href: "#custom-form" }, { text: "Send Message", href: "#contact-form" } ]} buttonAnimation="slide-up" -- 2.49.1