Compare commits

...

2 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

View File

@@ -116,6 +116,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" },
]}
title="From the Chef's Table"
description="Discover why top chefs choose Uljara IVANIŠEVIĆ."
@@ -181,4 +182,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}