Compare commits
9 Commits
version_27
...
version_30
| Author | SHA1 | Date | |
|---|---|---|---|
| 5df3ebe72a | |||
| a099849dd7 | |||
| 8079a54e16 | |||
| 62cad9db35 | |||
| dedc4847e1 | |||
| 680d5fdcc4 | |||
| 559e38f18b | |||
| f2f50e61e5 | |||
| 4bc0a8d92a |
@@ -97,7 +97,7 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{ id: "p1", name: "Heritage Gold (Reserve Edition)", price: "Available from €20/L", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776915319318-bodyzhie.jpg", onProductClick: () => window.location.href = "#contact" },
|
{ id: "p1", name: "Heritage Gold (Reserve Edition)", price: "Available from €20/L", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776944434849-liw5lcf5.jpg", onProductClick: () => window.location.href = "#contact" },
|
||||||
{ id: "p2", name: "Early Harvest Premium", price: "Available from €20/L", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776914762475-j17yg4ti.jpg?_wi=2", onProductClick: () => window.location.href = "#contact" },
|
{ id: "p2", name: "Early Harvest Premium", price: "Available from €20/L", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776914762475-j17yg4ti.jpg?_wi=2", onProductClick: () => window.location.href = "#contact" },
|
||||||
{ id: "p3", name: "Dalmatian Select Blend", price: "Available from €20/L", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776914762475-tchq7awh.jpg?_wi=2", onProductClick: () => window.location.href = "#contact" },
|
{ id: "p3", name: "Dalmatian Select Blend", price: "Available from €20/L", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776914762475-tchq7awh.jpg?_wi=2", onProductClick: () => window.location.href = "#contact" },
|
||||||
{ id: "p4", name: "Limited Reserve", price: "Available from €20/L", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776915838859-egsaiv37.jpg", onProductClick: () => window.location.href = "#contact" },
|
{ id: "p4", name: "Limited Reserve", price: "Available from €20/L", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776915838859-egsaiv37.jpg", onProductClick: () => window.location.href = "#contact" },
|
||||||
@@ -145,7 +145,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{ id: "q1", title: "Is the oil cold-pressed?", content: "Yes, we exclusively use traditional cold-pressing methods." },
|
{ id: "q1", title: "Is the oil cold-pressed?", content: "Yes, we exclusively use traditional cold-pressing methods. This artisanal technique ensures our oil retains all its potent antioxidants and essential nutrients, while unlocking a vibrant, fresh flavor profile that captures the true essence of our Dalmatian olives." },
|
||||||
{ id: "q2", title: "Where is the orchard located?", content: "Our orchard is located in the scenic hills of Podstrana, Croatia." },
|
{ id: "q2", title: "Where is the orchard located?", content: "Our orchard is located in the scenic hills of Podstrana, Croatia." },
|
||||||
{ id: "q3", title: "Is it organic certified?", content: "We maintain strict organic farming protocols across all fields." },
|
{ id: "q3", title: "Is it organic certified?", content: "We maintain strict organic farming protocols across all fields." },
|
||||||
]}
|
]}
|
||||||
@@ -164,8 +164,10 @@ export default function LandingPage() {
|
|||||||
variant: "radial-gradient"}}
|
variant: "radial-gradient"}}
|
||||||
tag="Inquire"
|
tag="Inquire"
|
||||||
title="Visit or Wholesale"
|
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={[
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "Get Directions", href: "https://maps.app.goo.gl/npzkHrKBxAypFGAr8?g_st=ic"},
|
||||||
{
|
{
|
||||||
text: "Request a Quote", href: "mailto:info@uljara-ivanisevic.hr"},
|
text: "Request a Quote", href: "mailto:info@uljara-ivanisevic.hr"},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user