From 0f9035a53a3f16589191a50ec94da7b26a74d937 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 20:51:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e43dcf..346cb8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,10 +67,10 @@ export default function FloraiBotanicalPage() { tag="Growing Community" tagAnimation="slide-up" metrics={[ - { id: "species", value: "30,000+", title: "Plant Species", icon: Leaf }, - { id: "accuracy", value: "98.5%", title: "Accuracy Rate", icon: CheckCircle }, - { id: "guides", value: "15,000+", title: "Care Guides", icon: BookOpen }, - { id: "gardeners", value: "2M+", title: "Happy Gardeners", icon: Heart } + { id: "species", value: "30,000+", title: "Plant Species", description: "Plant species identified", icon: Leaf }, + { id: "accuracy", value: "98.5%", title: "Accuracy Rate", description: "Identification accuracy", icon: CheckCircle }, + { id: "guides", value: "15,000+", title: "Care Guides", description: "Available care guides", icon: BookOpen }, + { id: "gardeners", value: "2M+", title: "Happy Gardeners", description: "Community members", icon: Heart } ]} metricsAnimation="blur-reveal" useInvertedBackground={false} @@ -150,6 +150,7 @@ export default function FloraiBotanicalPage() { textboxLayout="default" useInvertedBackground={true} carouselMode="buttons" + gridVariant="three-columns-all-equal-width" features={[ { title: "Identify Plants", description: "Take a photo and instantly identify any plant species with high accuracy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B5XEzlBtv8ys4dJZy7G0pyXs3R/a-modern-mobile-phone-interface-showing--1773779869099-649db078.png", imageAlt: "Plant identification" -- 2.49.1