From a5bfd274477dd3c915f38b42577d4f5c03555e16 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 08:03:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 111 ++++++++++------------------------------------- 1 file changed, 22 insertions(+), 89 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ba384c..81e8a5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,15 +45,12 @@ export default function LandingPage() {
@@ -74,20 +63,14 @@ export default function LandingPage() { useInvertedBackground={false} negativeCard={{ items: [ - "Do not consume unknown plants", - "Avoid touching rare species", - "Cross-reference medical advice", - ], + "Lilly: Highly toxic to cats", "Oleander: Extremely poisonous if ingested", "Foxglove: Potential cardiac toxin"], }} positiveCard={{ items: [ - "Instant species recognition", - "High accuracy database", - "Toxicity risk alerts", - ], + "AI-Powered Species Identification", "Real-time Toxicity Alerts & Safety Data", "Proactive Expert Care & Handling Tips"], }} - title="Smart Safety Analysis" - description="We analyze botanical properties to provide accurate toxicity alerts for every identified species." + title="Comprehensive Plant Database" + description="Explore our curated botanical database featuring detailed toxicity insights, identification markers, and essential care instructions for every flower." />
@@ -99,20 +82,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "99.8%", - description: "Identification Accuracy", - }, + id: "m1", value: "99.8%", description: "Identification Accuracy"}, { - id: "m2", - value: "50k+", - description: "Plants Indexed", - }, + id: "m2", value: "50k+", description: "Plants Indexed"}, { - id: "m3", - value: "24/7", - description: "Available Support", - }, + id: "m3", value: "24/7", description: "Available Support"}, ]} title="Powered by Botanical AI" description="Our precision models provide instant peace of mind for nature lovers." @@ -126,40 +100,11 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Dr. Sarah Miller", - role: "Head Botanist", - testimonial: "The precision of this AI is truly remarkable. A must-have for field research.", - imageSrc: "http://img.b2bpic.net/free-photo/self-portrait-happy-hiker-baseball-cap-taking-selfie-while-standing-against-waterfall-green-exotic-woods-young-tourist-trekking-rainforest-his-holidays_273609-1607.jpg", - }, + id: "1", name: "Dr. Sarah Miller", role: "Head Botanist", testimonial: "The precision of this AI is truly remarkable. I tested it on rare species, and it identified toxicity risks perfectly. A must-have for field research.", imageSrc: "http://img.b2bpic.net/free-photo/self-portrait-happy-hiker-baseball-cap-taking-selfie-while-standing-against-waterfall-green-exotic-woods-young-tourist-trekking-rainforest-his-holidays_273609-1607.jpg"}, { - id: "2", - name: "Mark Chen", - role: "Hiker", - testimonial: "Gives me complete peace of mind when I take my kids on long treks.", - imageSrc: "http://img.b2bpic.net/free-photo/boy-scouts-spending-time-nature_23-2149572862.jpg", - }, + id: "2", name: "Mark Chen", role: "Hiker", testimonial: "Used this on a trail to identify a strange shrub. It flagged it as toxic instantly, keeping me and my dog safe. Gives me complete peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/boy-scouts-spending-time-nature_23-2149572862.jpg"}, { - id: "3", - name: "Emily Rose", - role: "Nursery Owner", - testimonial: "Helpful tool for keeping my nursery safe from unknown additions.", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-posing-smiling-flowers_176420-2055.jpg", - }, - { - id: "4", - name: "David Kim", - role: "Parent", - testimonial: "Finally, I can identify plants in my backyard easily. So thankful!", - imageSrc: "http://img.b2bpic.net/free-photo/blonde-mother-little-girl-posing-nature_23-2148349719.jpg", - }, - { - id: "5", - name: "Alex Smith", - role: "Biology Student", - testimonial: "Fantastic app for checking species details during my field studies.", - imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-teens-young-people-doing-activities-together-celebrating-world-youth-skills-day_23-2151478359.jpg", - }, + id: "3", name: "Emily Rose", role: "Nursery Owner", testimonial: "I scanned my entire new shipment with the app. It caught a toxic variety I didn't even know was in the batch. Fantastic for my nursery's safety!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-posing-smiling-flowers_176420-2055.jpg"}, ]} title="Trusted by Experts & Families" description="See why hikers, botanists, and parents trust FloraSafely." @@ -172,20 +117,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "How accurate is the scanner?", - content: "Our AI model currently maintains an accuracy rate of 99.8% across over 50,000 common plant species.", - }, + id: "f1", title: "How accurate is the scanner?", content: "Our AI model currently maintains an accuracy rate of 99.8% across over 50,000 common plant species."}, { - id: "f2", - title: "Is the safety alert always 100% correct?", - content: "While highly reliable, always use caution with unknown plants and treat any suspected ingestion or contact injury as an emergency.", - }, + id: "f2", title: "Is the safety alert always 100% correct?", content: "While highly reliable, always use caution with unknown plants and treat any suspected ingestion or contact injury as an emergency."}, { - id: "f3", - title: "Can I use it offline?", - content: "The identification service requires a network connection to process images through our cloud botanical engine.", - }, + id: "f3", title: "Can I use it offline?", content: "The identification service requires a network connection to process images through our cloud botanical engine."}, ]} title="Frequently Asked Questions" description="Have questions about our technology? We have answers." @@ -197,16 +133,13 @@ export default function LandingPage() { @@ -220,4 +153,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1