diff --git a/src/app/page.tsx b/src/app/page.tsx
index d75f3c2..067f8c3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -53,97 +45,51 @@ export default function LandingPage() {
@@ -155,47 +101,29 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "1",
- title: "Advanced Diagnostics",
- tags: [
- "AI-Driven",
- "Accurate",
- ],
- imageSrc: "http://img.b2bpic.net/free-vector/virtual-augmented-reality-icons_1284-12480.jpg?_wi=2",
- },
+ id: "1", title: "Rapid Pathogen Detection", tags: [
+ "Speed", "Accuracy"],
+ imageSrc: "http://img.b2bpic.net/free-vector/virtual-augmented-reality-icons_1284-12480.jpg?_wi=2"},
{
- id: "2",
- title: "Secure Patient Records",
- tags: [
- "HIPAA Compliant",
- "Encrypted",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/heart-healthy-life-wellness-icon_53876-120722.jpg?_wi=2",
- },
+ id: "2", title: "Pattern Recognition Algorithms", tags: [
+ "Neural Networks", "Smart Diagnosis"],
+ imageSrc: "http://img.b2bpic.net/free-photo/heart-healthy-life-wellness-icon_53876-120722.jpg?_wi=2"},
{
- id: "3",
- title: "Real-time Analysis",
- tags: [
- "Instant",
- "Reliable",
- ],
- imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148213734.jpg?_wi=2",
- },
+ id: "3", title: "Instant Predictive Reporting", tags: [
+ "Automated", "Clinical Insight"],
+ imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148213734.jpg?_wi=2"},
]}
- title="Clinical-Grade Precision"
- description="Our platform combines top-tier encryption with sophisticated diagnostic AI to deliver reliable health insights in seconds."
+ title="Capabilities and Features"
+ description="Our detection system leverages neural networks to identify disease markers with exceptional precision and speed."
/>
@@ -208,31 +136,16 @@ export default function LandingPage() {
description="Quantitative results demonstrate our commitment to excellence in modern diagnostics."
metrics={[
{
- id: "1",
- value: "99.8%",
- title: "Diagnostic Accuracy",
- items: [
- "Deep Learning models",
- "Clinical validation",
- ],
+ id: "1", value: "99.8%", title: "Diagnostic Accuracy", items: [
+ "Deep Learning models", "Clinical validation"],
},
{
- id: "2",
- value: "15k+",
- title: "Patients Assisted",
- items: [
- "Global reach",
- "Multi-lingual support",
- ],
+ id: "2", value: "15k+", title: "Patients Assisted", items: [
+ "Global reach", "Multi-lingual support"],
},
{
- id: "3",
- value: "24/7",
- title: "System Uptime",
- items: [
- "Cloud-native infrastructure",
- "Real-time alerts",
- ],
+ id: "3", value: "24/7", title: "System Uptime", items: [
+ "Cloud-native infrastructure", "Real-time alerts"],
},
]}
/>
@@ -242,8 +155,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file