From 1b2e1c896dd9fc6e5b69ba1db13f07294beb18a4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:35:28 +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 934f4af..f7eedcb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,7 +128,7 @@ export default function LandingPage() { description="Schedule your vehicle repair with us. Call directly or fill out the form below and we'll get back to you quickly." buttons={[ { text: "📞 Call: 089 976 4818", href: "tel:+359899764818" }, - { text: "📅 Request Service", href: "mailto:info@automechanic-varna.com?subject=Service%20Request" } + { text: "📧 Send Service Request", href: "mailto:info@automechanic-varna.com?subject=Service%20Request" } ]} background={{ variant: "plain" }} useInvertedBackground={false}