Compare commits

...

10 Commits

Author SHA1 Message Date
06c0b21597 Update src/app/page.tsx 2026-04-23 04:04:32 +00:00
0a6580ee71 Merge version_18 into main
Merge version_18 into main
2026-04-23 03:59:43 +00:00
91f6c52f2e Update src/app/page.tsx 2026-04-23 03:59:36 +00:00
1341e166a9 Merge version_17 into main
Merge version_17 into main
2026-04-23 03:56:52 +00:00
85959a5942 Update src/app/page.tsx 2026-04-23 03:56:49 +00:00
71f221ffd6 Merge version_16 into main
Merge version_16 into main
2026-04-23 03:52:26 +00:00
a06a9a69a8 Update src/app/page.tsx 2026-04-23 03:52:20 +00:00
76d29c9596 Merge version_15 into main
Merge version_15 into main
2026-04-23 03:50:20 +00:00
1adc3016f2 Update src/app/page.tsx 2026-04-23 03:50:14 +00:00
063320cce5 Merge version_14 into main
Merge version_14 into main
2026-04-23 03:44:17 +00:00

View File

@@ -10,7 +10,7 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
export default function LandingPage() {
@@ -109,15 +109,16 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
<TestimonialCardFive
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "t1", title: "Excellence", quote: "The depth of flavor in this oil is unmatched.", name: "Sarah Miller", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/young-male-florist-taking-notes-flowers-shop_23-2149127317.jpg" },
{ id: "t2", title: "Authentic", quote: "Tastes exactly like the oil from my childhood in Croatia.", name: "Marco Rossi", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-with-eco-food-bowl_624325-682.jpg" },
{ id: "t3", title: "Purity", quote: "I've never worked with such clean, balanced extraction.", name: "Emily Chen", role: "Restaurateur", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187164.jpg" },
{ id: "t4", title: "Heritage", quote: "The heritage really shines through every drop.", name: "David Grant", role: "Culinary Consultant", imageSrc: "http://img.b2bpic.net/free-photo/hands-aged-woman-cooking-kitchen_23-2147810067.jpg" },
{ id: "t5", title: "Organic", quote: "Beautiful organic farming, beautiful result.", name: "Elena Vucic", role: "Nutritionist", imageSrc: "http://img.b2bpic.net/free-photo/world-health-day-celebration-with-nutritious-food_23-2151358960.jpg" },
{ 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: "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" },
]}
title="From the Chef's Table"
description="Discover why top chefs choose Uljara IVANIŠEVIĆ."
@@ -163,7 +164,7 @@ export default function LandingPage() {
variant: "radial-gradient"}}
tag="Inquire"
title="Visit or Wholesale"
description="Direct shipping and wholesale inquiries for partners. Call us today: (+385) 091 512 2956"
description="Direct shipping and wholesale inquiries for partners. Visit us at: Podstrana 21312, Gornja Podstrana, Croatia"
buttons={[
{
text: "Contact Us", href: "mailto:info@uljara-ivanisevic.hr"},