Merge version_44 into main #57

Merged
bender merged 1 commits from version_44 into main 2026-04-28 16:23:23 +00:00

View File

@@ -70,8 +70,10 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics">
<MetricCardThree
title="Our Impact in Numbers"
description="Measuring the quality and dedication behind every drop."
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
metrics={[
{ id: "m1", icon: Leaf, title: "Organic Groves", value: "500+" },
{ id: "m2", icon: Award, title: "Years of Heritage", value: "120+" },
@@ -118,8 +120,10 @@ export default function LandingPage() {
<div id="testimonial" data-section="testimonial">
<TestimonialCardTwo
title="What Our Customers Say"
description="We pride ourselves on the satisfaction of our loyal community."
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Marko P.", role: "Culinary Expert", testimonial: "The finest olive oil I have ever used. The flavor profile is truly exceptional." },
{ id: "t2", name: "Elena V.", role: "Local Resident", testimonial: "A wonderful family-run business that respects the land and delivers top-tier quality." }