From 68c396c14b9f5d6db5da73f195d5c91e7864ea95 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:27:29 +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 a9fc088..3c3bfca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -199,7 +199,7 @@ export default function LandingPage() { background={{ variant: "plain" }} useInvertedBackground={false} buttons={[ - { text: "Email Us", href: "mailto:hello@creativestudio.com" }, + { text: "Request a Quote", href: "mailto:hello@creativestudio.com" }, { text: "WhatsApp", href: "https://wa.me/1234567890" } ]} /> -- 2.49.1