Compare commits

..

8 Commits

Author SHA1 Message Date
5ed314e938 Update src/app/page.tsx 2026-04-23 12:10:33 +00:00
3b15fbb165 Update src/app/page.tsx 2026-04-23 12:04:20 +00:00
f1ff3bf12d Merge version_31 into main
Merge version_31 into main
2026-04-23 12:00:31 +00:00
18e6273c1a Update src/app/page.tsx 2026-04-23 12:00:28 +00:00
d1c643e449 Merge version_30 into main
Merge version_30 into main
2026-04-23 11:56:25 +00:00
5df3ebe72a Update src/app/page.tsx 2026-04-23 11:56:21 +00:00
a099849dd7 Merge version_29 into main
Merge version_29 into main
2026-04-23 11:46:02 +00:00
62cad9db35 Merge version_29 into main
Merge version_29 into main
2026-04-23 11:38:24 +00:00

View File

@@ -81,9 +81,9 @@ export default function LandingPage() {
{
title: "Hand Selection", description: "Every single olive is harvested by hand, ensuring that only the most perfect fruit is selected for our cold-pressed oil, maintaining the highest quality and flavor profile.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776915095635-yqsy414w.jpg"},
{
title: "Industrial Processing", description: "Our olive oils are processed using precision equipment from a leading metal manufacturer to ensure maximum consistency.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776943505775-cisfuq5p.jpg"},
title: "Industrial Processing", description: "Our olive oils are processed using precision equipment from a leading metal manufacturer to ensure maximum consistency.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776945938949-dhsvzh4i.jpg"},
{
title: "Rigorous Quality", description: "Every batch undergoes strict tasting and chemical analysis.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776943563796-u9exw2ho.jpg"},
title: "Rigorous Quality", description: "Every batch undergoes strict tasting and chemical analysis.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776946215893-vo35hpdn.jpg"},
]}
title="The Art of Cold Extraction"
description="Our mill employs a rigorous, meticulous process to guarantee the superior quality and nutritional profile of our olive oil."
@@ -98,7 +98,6 @@ export default function LandingPage() {
useInvertedBackground={true}
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-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: "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" },
]}
@@ -145,7 +144,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
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: "q3", title: "Is it organic certified?", content: "We maintain strict organic farming protocols across all fields." },
]}