Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cef9afe553 | |||
| 0077a42414 | |||
| 3a83af8175 | |||
| 16ec9c6dbd | |||
| df5b77e982 | |||
| c6a89836eb |
@@ -12,6 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -97,14 +98,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", brand: "IVANIŠEVIĆ", name: "Heritage Gold", price: "€35.00", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/healthy-product-olive-oil_23-2151944003.jpg" },
|
||||
{ id: "p2", brand: "IVANIŠEVIĆ", name: "Early Harvest", price: "€42.00", rating: 5, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/abstract-luxury-light-cream-beige-brown-like-cotton-silk-texture-pattern-background_1258-102358.jpg" },
|
||||
{ id: "p2", brand: "IVANIŠEVIVIĆ", name: "Early Harvest", price: "€42.00", rating: 5, reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/abstract-luxury-light-cream-beige-brown-like-cotton-silk-texture-pattern-background_1258-102358.jpg" },
|
||||
{ id: "p3", brand: "IVANIŠEVIĆ", name: "Dalmatian Select", price: "€28.00", rating: 4, reviewCount: "215", imageSrc: "http://img.b2bpic.net/free-photo/still-life-minimalist-lifestyle_23-2149743917.jpg" },
|
||||
{ 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" },
|
||||
]}
|
||||
title="Our Reserve Collection"
|
||||
description="Small-batch, limited availability extra virgin olive oil."
|
||||
description="Experience the liquid gold of Dalmatia with our limited-batch organic harvest."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -130,12 +131,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{ id: "m1", value: "150+", title: "Olive Trees", description: "Centuries-old heritage trees.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-pathway-forest_23-2147677653.jpg" },
|
||||
{ id: "m1", value: "4.8", title: "Google Rating", description: "Based on verified client reviews.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-pathway-forest_23-2147677653.jpg" },
|
||||
{ id: "m2", value: "12", title: "Hectares", description: "Of dedicated orchard lands.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-country-landscape_181624-49667.jpg" },
|
||||
{ id: "m3", value: "50", title: "Awards", description: "Recognizing excellence in quality.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bottle-organic-olive-oil_23-2148364409.jpg" },
|
||||
]}
|
||||
title="Heritage in Numbers"
|
||||
description="A legacy rooted in the soil of Podstrana."
|
||||
title="Our Quality Commitment"
|
||||
description="Verified excellence from our community and critics."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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 and distributors."
|
||||
description="Direct shipping and wholesale inquiries for partners and distributors. Call us: (+385) 091 512 2956"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us", href: "mailto:info@uljara-ivanisevic.hr"},
|
||||
|
||||
Reference in New Issue
Block a user