Update src/app/page.tsx

This commit is contained in:
2026-04-23 11:38:21 +00:00
parent 680d5fdcc4
commit dedc4847e1

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>
);
}
}