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