diff --git a/src/app/page.tsx b/src/app/page.tsx index f33cf2a..938afbf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() { @@ -142,21 +78,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} features={[ - { - title: "Automated Incident Reporting", - description: "Streamline documentation with automated templates and real-time incident tracking.", - imageSrc: "http://img.b2bpic.net/free-photo/business-analysis-report-folder-icon_53876-14637.jpg", - }, - { - title: "Hazard Management", - description: "Identify and mitigate workplace risks with intuitive assessment digital forms.", - imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-working-laptop_23-2148886881.jpg", - }, - { - title: "Compliance Tracking", - description: "Stay audit-ready with automated regulatory records and automated notification system.", - imageSrc: "http://img.b2bpic.net/free-photo/office-worker-with-tablet-pencil_23-2147717385.jpg", - }, + { title: "Automated Incident Reporting", description: "Streamline documentation with automated templates and real-time incident tracking.", imageSrc: "http://img.b2bpic.net/free-photo/business-analysis-report-folder-icon_53876-14637.jpg" }, + { title: "Hazard Management", description: "Identify and mitigate workplace risks with intuitive assessment digital forms.", imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-working-laptop_23-2148886881.jpg" }, + { title: "Compliance Tracking", description: "Stay audit-ready with automated regulatory records and automated notification system.", imageSrc: "http://img.b2bpic.net/free-photo/office-worker-with-tablet-pencil_23-2147717385.jpg" }, ]} title="Everything you need for total control" description="A centralized hub designed specifically for high-compliance industrial environments." @@ -170,21 +94,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "45%", - description: "Reduction in documentation time", - }, - { - id: "m2", - value: "99.9%", - description: "Audit trail accuracy", - }, - { - id: "m3", - value: "24/7", - description: "Real-time safety monitoring", - }, + { id: "m1", value: "45%", description: "Reduction in documentation time" }, + { id: "m2", value: "99.9%", description: "Audit trail accuracy" }, + { id: "m3", value: "24/7", description: "Real-time safety monitoring" }, ]} title="Real-world safety performance metrics" description="Track the impact of your safety protocols with data-driven insights." @@ -195,47 +107,13 @@ export default function LandingPage() { @@ -265,40 +136,8 @@ export default function LandingPage() {