Compare commits

...

4 Commits

Author SHA1 Message Date
3a83af8175 Update src/app/page.tsx 2026-04-23 03:09:33 +00:00
16ec9c6dbd Merge version_2 into main
Merge version_2 into main
2026-04-23 03:08:54 +00:00
df5b77e982 Update src/app/page.tsx 2026-04-23 03:08:51 +00:00
c6a89836eb Merge version_1 into main
Merge version_1 into main
2026-04-23 03:07:36 +00:00

View File

@@ -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 (
@@ -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"},
@@ -183,4 +184,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}