Merge version_29 into main #31

Merged
bender merged 1 commits from version_29 into main 2026-04-23 11:38:25 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}