diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b3e2d3..e8bd4f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file