Compare commits

...

8 Commits

Author SHA1 Message Date
d84429d489 Update src/app/page.tsx 2026-04-28 16:05:27 +00:00
9012dd9dad Merge version_41 into main
Merge version_41 into main
2026-04-28 16:01:23 +00:00
ce4de45ef6 Update src/app/page.tsx 2026-04-28 16:01:20 +00:00
3a5f3f94b1 Merge version_40 into main
Merge version_40 into main
2026-04-23 16:34:19 +00:00
ea03bc21ab Update src/app/page.tsx 2026-04-23 16:34:16 +00:00
7b1d26311c Merge version_39 into main
Merge version_39 into main
2026-04-23 16:30:21 +00:00
3a337c6994 Update src/app/page.tsx 2026-04-23 16:30:15 +00:00
7ce4585e6d Merge version_38 into main
Merge version_38 into main
2026-04-23 16:20:53 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
description="Experience the legacy of Uljara IVANIŠEVIĆ. Pure, cold-pressed organic olive oil from the heart of Podstrana, Croatia."
buttons={[
{
text: "View Reserve Collection", href: "#products"},
text: "Shop Reserve Collection", href: "#products"},
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/olive-trees_1182-834.jpg", imageAlt: "Olive grove in sunset" },
@@ -115,7 +115,7 @@ export default function LandingPage() {
{ id: "t1", name: "Sarah Miller", date: "2024-05-12", title: "Excellence", quote: "The depth of flavor in this oil is unmatched.", tag: "Chef", avatarSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=Sarah" },
{ id: "t2", name: "Marco Rossi", date: "2024-06-01", title: "Authentic", quote: "Tastes exactly like the oil from my childhood in Croatia.", tag: "Critic", avatarSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=Marco" },
{ id: "t3", name: "Emily Chen", date: "2024-06-15", title: "Purity", quote: "I've never worked with such clean, balanced extraction.", tag: "Restaurateur", avatarSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=Emily" },
{ id: "t4", name: "Bernhard Schmidt", date: "2024-08-20", title: "Exceptional", quote: "Olive oil of the very best quality! The production facility is exceptionally clean, well-maintained, and inviting. For the very friendly owner, Mr. Frane Ivanisevic, olive oil production is not just a job, but a calling!", tag: "Customer", avatarSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=Bernhard" },
{ id: "t4", name: "Bernhard Schmidt", date: "2024-08-20", title: "Exceptional", quote: "Olive oil of the very best quality! The production facility is exceptionally clean, well-maintained, and inviting. For the very friendly owner, Mr. Frane Ivanisevic, olive oil production is not just a job, but a calling!", tag: "Customer", avatarSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=Felix" },
{ id: "t5", name: "Slavo Panik", date: "2024-10-25", title: "Very nice", quote: "Very nice and home made olive oil. You can taste. Owner is very nice and friendly. Highly recommend. Oil cost 20e per Litre. (included labeled glass bottles so you can gift it to someone)", tag: "Local Guide", avatarSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=Slavo" },
{ id: "t6", name: "Tomas Mackevičius", date: "2024-11-05", title: "Incredible Experience", quote: "The olive oil experience here is unmatched. You can truly taste the care and tradition in every bottle. It is rare to find such high quality at such fair pricing. Highly recommended for anyone who values authenticity.", tag: "Food Connoisseur", avatarSrc: "https://api.dicebear.com/7.x/avataaars/svg?seed=Tomas" },
]}
@@ -161,14 +161,14 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{
variant: "radial-gradient"}}
tag="Inquire"
title="Visit or Wholesale"
description="Direct shipping and wholesale inquiries for partners. Phone: (+385) 091 512 2956"
tag="Contact Us"
title="Direct Support"
description="For immediate inquiries, please reach out via WhatsApp at +385 91 512 2956"
buttons={[
{
text: "Get Directions", href: "https://maps.app.goo.gl/npzkHrKBxAypFGAr8?g_st=ic"},
text: "Message on WhatsApp", href: "https://wa.me/385915122956"},
{
text: "Request a Quote", href: "mailto:info@uljara-ivanisevic.hr"},
text: "Email Us", href: "mailto:info@uljara-ivanisevic.hr"},
]}
/>
</div>
@@ -177,7 +177,7 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Uljara IVANIŠEVIĆ"
leftLink={{
text: "Art.Archives", href: "#"}}
text: "© 2025 Art.Archives", href: "#"}}
rightLink={{
text: "Terms of Service", href: "#"}}
/>