Compare commits

...

4 Commits

Author SHA1 Message Date
db2dfa944a Update src/app/page.tsx 2026-04-23 03:24:26 +00:00
6aef95530e Merge version_5 into main
Merge version_5 into main
2026-04-23 03:12:22 +00:00
b529c9dd25 Update src/app/page.tsx 2026-04-23 03:12:18 +00:00
13902031ae Merge version_4 into main
Merge version_4 into main
2026-04-23 03:10:40 +00:00

View File

@@ -81,7 +81,7 @@ export default function LandingPage() {
{
title: "Hand Selection", description: "Harvested by hand to preserve the integrity of the fruit.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-hands-holding-bowl-kinkans-with-lemons-isolated-white-background_141793-84461.jpg"},
{
title: "Traditional Milling", description: "Stone-milled methods blended with modern technology.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-variety-olive-oil-table_23-2148364474.jpg"},
title: "Industrial Processing", description: "Our olive oils are processed using precision equipment from a leading metal manufacturer to ensure maximum consistency.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-variety-olive-oil-table_23-2148364474.jpg"},
{
title: "Rigorous Quality", description: "Every batch undergoes strict tasting and chemical analysis.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-working-medical-research_23-2149345446.jpg"},
]}
@@ -164,7 +164,7 @@ export default function LandingPage() {
variant: "radial-gradient"}}
tag="Inquire"
title="Visit or Wholesale"
description="Direct shipping and wholesale inquiries for partners and distributors. Call us: (+385) 091 512 2956"
description="Direct shipping and wholesale inquiries for partners. Call us today: (+385) 091 512 2956"
buttons={[
{
text: "Contact Us", href: "mailto:info@uljara-ivanisevic.hr"},
@@ -184,4 +184,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}