diff --git a/src/app/page.tsx b/src/app/page.tsx index 7797ab2..d826ac6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Box } from "lucide-react"; +import { Box, HelpCircle, Target, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -62,9 +62,10 @@ export default function LandingPage() { @@ -90,12 +91,12 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - title="Educational Impact" - description="Tracking progress and engagement across our student base." + title="Explorer Stability" + description="System uptime and performance benchmarks for the interactive model." tag="Performance" metrics={[ - { id: "m1", value: "95%", title: "Accuracy Rating", description: "Validated by medical professionals.", imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-art-brain-motion-design_183364-118234.jpg?_wi=8" }, - { id: "m2", value: "10k+", title: "Active Users", description: "Medical students using our tool daily.", imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-art-brain-motion-design_183364-118234.jpg?_wi=9" }, + { id: "m1", value: "99.9%", title: "System Stability", description: "Optimized for smooth 3D interactions.", imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-art-brain-motion-design_183364-118234.jpg?_wi=8" }, + { id: "m2", value: "12k+", title: "Active Explorers", description: "Students utilizing our updated interactive tool.", imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-art-brain-motion-design_183364-118234.jpg?_wi=9" }, ]} /> @@ -103,7 +104,7 @@ export default function LandingPage() {
); -} \ No newline at end of file +}