From dedc4847e1fa2d81ca4977e591516ec5010ba6cf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 11:38:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e2a636f..7b65173 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -164,8 +164,10 @@ export default function LandingPage() { variant: "radial-gradient"}} tag="Inquire" title="Visit or Wholesale" - description="Direct shipping and wholesale inquiries for partners. Visit us at: Podstrana 21312, Gornja Podstrana, Croatia | Phone: (+385) 091 512 2956 | [View Location](https://maps.app.goo.gl/npzkHrKBxAypFGAr8?g_st=ic)" + description="Direct shipping and wholesale inquiries for partners. Phone: (+385) 091 512 2956" buttons={[ + { + text: "Get Directions", href: "https://maps.app.goo.gl/npzkHrKBxAypFGAr8?g_st=ic"}, { text: "Request a Quote", href: "mailto:info@uljara-ivanisevic.hr"}, ]} @@ -184,4 +186,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file