From d84429d4898b6d4e231106dddd3b9f3ef48fc461 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 16:05:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7fbbe53..72722ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -161,14 +161,14 @@ export default function LandingPage() { useInvertedBackground={true} background={{ variant: "radial-gradient"}} - tag="Inquire" - title="Visit or Wholesale" - description="Direct shipping and wholesale inquiries for partners. Phone: (+385) 091 512 2956" + tag="Contact Us" + title="Direct Support" + description="For immediate inquiries, please reach out via WhatsApp at +385 91 512 2956" buttons={[ { - text: "Get Directions", href: "https://maps.app.goo.gl/npzkHrKBxAypFGAr8?g_st=ic"}, + text: "Message on WhatsApp", href: "https://wa.me/385915122956"}, { - text: "Request a Quote", href: "mailto:info@uljara-ivanisevic.hr"}, + text: "Email Us", href: "mailto:info@uljara-ivanisevic.hr"}, ]} />