Compare commits

...

21 Commits

Author SHA1 Message Date
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
52c17b6ac8 Update src/app/page.tsx 2026-04-23 03:44:14 +00:00
d9c84564d3 Merge version_13 into main
Merge version_13 into main
2026-04-23 03:42:46 +00:00
ebd64bbb04 Update src/app/page.tsx 2026-04-23 03:42:43 +00:00
2e116a702d Merge version_12 into main
Merge version_12 into main
2026-04-23 03:40:49 +00:00
dcafbb6a0d Update src/app/page.tsx 2026-04-23 03:40:43 +00:00
306eab8a83 Merge version_11 into main
Merge version_11 into main
2026-04-23 03:35:41 +00:00
280d5338a8 Update src/app/page.tsx 2026-04-23 03:35:35 +00:00
99b64df60e Merge version_10 into main
Merge version_10 into main
2026-04-23 03:33:33 +00:00
0ecee0287f Update src/app/page.tsx 2026-04-23 03:33:30 +00:00
a90449e563 Merge version_9 into main
Merge version_9 into main
2026-04-23 03:31:54 +00:00
2ba4c0cdda Update src/app/page.tsx 2026-04-23 03:31:51 +00:00
b7491f9f8e Merge version_8 into main
Merge version_8 into main
2026-04-23 03:27:23 +00:00
2811ea1eda Update src/app/page.tsx 2026-04-23 03:27:20 +00:00
ff48c1aa03 Merge version_7 into main
Merge version_7 into main
2026-04-23 03:26:52 +00:00
84fde9367f Merge version_7 into main
Merge version_7 into main
2026-04-23 03:26:28 +00:00

View File

@@ -9,10 +9,9 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -39,6 +38,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
brandName="Uljara IVANIŠEVIĆ"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776915746445-adg2me5o.jpg"
/>
</div>
@@ -79,7 +79,7 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Hand Selection", description: "Harvested by hand to preserve the integrity of the fruit.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776914762475-600bbyeq.jpg?_wi=1"},
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-1776914762475-j17yg4ti.jpg?_wi=1"},
{
@@ -91,34 +91,32 @@ export default function LandingPage() {
</div>
<div id="products" data-section="products">
<ProductCardTwo
<ProductCardOne
textboxLayout="default"
gridVariant="bento-grid"
animationType="slide-up"
useInvertedBackground={true}
products={[
{ id: "p1", brand: "IVANIŠEVIĆ", name: "Heritage Gold", price: "€35.00", rating: 5, reviewCount: "128", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776914762475-600bbyeq.jpg?_wi=2" },
{ id: "p2", brand: "IVANIŠEVIVIĆ", name: "Early Harvest", price: "€42.00", rating: 5, reviewCount: "92", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776914762475-j17yg4ti.jpg?_wi=2" },
{ id: "p3", brand: "IVANIŠEVIĆ", name: "Dalmatian Select", price: "€28.00", rating: 4, reviewCount: "215", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776914762475-tchq7awh.jpg?_wi=2" },
{ id: "p4", brand: "IVANIŠEVIĆ", name: "Gift Ensemble", price: "€85.00", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/woman-wrapping-christmas-gift-while-sitting-carped-living-room_158595-7276.jpg" },
{ id: "p5", brand: "IVANIŠEVIĆ", name: "Reserve Limited", price: "€55.00", rating: 5, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/dark-plates-with-pasta-eggs-with-beans-dark-background_23-2148340392.jpg" },
{ id: "p6", brand: "IVANIŠEVIĆ", name: "Infused Selection", price: "€32.00", rating: 4, reviewCount: "78", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420726.jpg" },
{ id: "p1", name: "Heritage Gold (Reserve Edition)", price: "€35.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776915319318-bodyzhie.jpg", onProductClick: () => window.location.href = "#contact" },
{ id: "p2", name: "Early Harvest Premium", price: "€42.00", 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: "€28.00", 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: "€50.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca3ldHDTnW2aKKkElhFZ5QeQPp/uploaded-1776915838859-egsaiv37.jpg", onProductClick: () => window.location.href = "#contact" },
]}
buttons={[{ text: "Order Now", href: "#contact" }]}
title="Our Reserve Collection"
description="Experience the liquid gold of Dalmatia with our limited-batch organic harvest."
/>
</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" },
]}
title="From the Chef's Table"
description="Discover why top chefs choose Uljara IVANIŠEVIĆ."
@@ -164,7 +162,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"},