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() {
@@ -55,70 +43,20 @@ export default function LandingPage() {
title="Complete workplace safety, unified in one platform"
description="All-in-one SaaS for hazard management, incident reporting, compliance tracking, training records, audits, and safety analytics—built for technicians, engineers, and safety leaders."
testimonials={[
- {
- name: "Mark Henderson",
- handle: "@mhenderson",
- testimonial: "This platform transformed how we handle our compliance audits. Absolutely seamless.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-industry-4-0-solar-panels-plant-elderly-supervisor-overseeing-facility-smiling-photovoltaics_482257-135647.jpg?_wi=1",
- },
- {
- name: "Elena Rodriguez",
- handle: "@erodriguez",
- testimonial: "Finally, all our safety data is in one place. My engineers love the interface.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/female-engineer-from-middle-east-oil-refinery-wearing-white-hard-hat-hijab-engineer-writes-data-tablet-concept-women-specialists-production_166373-9027.jpg?_wi=1",
- },
- {
- name: "David Kim",
- handle: "@dkim",
- testimonial: "Incident reporting speed has increased significantly since we moved to this system.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-construction-worker-standing-with-notebook-high-quality-photo_114579-61109.jpg?_wi=1",
- },
- {
- name: "Sarah Jenkins",
- handle: "@sjenkins",
- testimonial: "The real-time visibility into metrics is game changing for our HSE directors.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg?_wi=1",
- },
- {
- name: "James Wilson",
- handle: "@jwilson",
- testimonial: "The most comprehensive safety tool I have used in 15 years in the industry.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-man-wearing-construction-vest-looking-confused-having-no-idea-what-standing-isolated-white-background_141793-20167.jpg?_wi=1",
- },
- ]}
- buttons={[
- {
- text: "See Full Platform Demo",
- href: "#contact",
- },
+ { name: "Mark Henderson", handle: "@mhenderson", testimonial: "This platform transformed how we handle our compliance audits. Absolutely seamless.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-industry-4-0-solar-panels-plant-elderly-supervisor-overseeing-facility-smiling-photovoltaics_482257-135647.jpg" },
+ { name: "Elena Rodriguez", handle: "@erodriguez", testimonial: "Finally, all our safety data is in one place. My engineers love the interface.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-engineer-from-middle-east-oil-refinery-wearing-white-hard-hat-hijab-engineer-writes-data-tablet-concept-women-specialists-production_166373-9027.jpg" },
+ { name: "David Kim", handle: "@dkim", testimonial: "Incident reporting speed has increased significantly since we moved to this system.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-construction-worker-standing-with-notebook-high-quality-photo_114579-61109.jpg" },
+ { name: "Sarah Jenkins", handle: "@sjenkins", testimonial: "The real-time visibility into metrics is game changing for our HSE directors.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg" },
+ { name: "James Wilson", handle: "@jwilson", testimonial: "The most comprehensive safety tool I have used in 15 years in the industry.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-man-wearing-construction-vest-looking-confused-having-no-idea-what-standing-isolated-white-background_141793-20167.jpg" },
]}
+ buttons={[{ text: "See Full Platform Demo", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-man-neon-safety-vest-business-suit-sitting-desk-using-laptop_1098-17504.jpg"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/happy-industry-4-0-solar-panels-plant-elderly-supervisor-overseeing-facility-smiling-photovoltaics_482257-135647.jpg",
- alt: "Mark Henderson",
- },
- {
- src: "http://img.b2bpic.net/free-photo/female-engineer-from-middle-east-oil-refinery-wearing-white-hard-hat-hijab-engineer-writes-data-tablet-concept-women-specialists-production_166373-9027.jpg",
- alt: "Elena Rodriguez",
- },
- {
- src: "http://img.b2bpic.net/free-photo/woman-construction-worker-standing-with-notebook-high-quality-photo_114579-61109.jpg",
- alt: "David Kim",
- },
- {
- src: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg",
- alt: "Sarah Jenkins",
- },
- {
- src: "http://img.b2bpic.net/free-photo/young-engineer-man-wearing-construction-vest-looking-confused-having-no-idea-what-standing-isolated-white-background_141793-20167.jpg",
- alt: "James Wilson",
- },
+ { src: "http://img.b2bpic.net/free-photo/happy-industry-4-0-solar-panels-plant-elderly-supervisor-overseeing-facility-smiling-photovoltaics_482257-135647.jpg", alt: "Mark Henderson" },
+ { src: "http://img.b2bpic.net/free-photo/female-engineer-from-middle-east-oil-refinery-wearing-white-hard-hat-hijab-engineer-writes-data-tablet-concept-women-specialists-production_166373-9027.jpg", alt: "Elena Rodriguez" },
+ { src: "http://img.b2bpic.net/free-photo/woman-construction-worker-standing-with-notebook-high-quality-photo_114579-61109.jpg", alt: "David Kim" },
+ { src: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg", alt: "Sarah Jenkins" },
+ { src: "http://img.b2bpic.net/free-photo/young-engineer-man-wearing-construction-vest-looking-confused-having-no-idea-what-standing-isolated-white-background_141793-20167.jpg", alt: "James Wilson" },
]}
avatarText="Trusted by 500+ safety managers"
/>
@@ -129,9 +67,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Bridging the gap between field and office"
description={[
- "Manual paperwork and fragmented tools are the biggest hurdles to workplace safety. We built SafeOps to connect safety technicians in the field with management in the office.",
- "By automating the workflow, we empower engineers to focus on identifying hazards, not filling out redundant forms, ensuring you maintain a pristine audit trail at all times.",
- ]}
+ "Manual paperwork and fragmented tools are the biggest hurdles to workplace safety. We built SafeOps to connect safety technicians in the field with management in the office.", "By automating the workflow, we empower engineers to focus on identifying hazards, not filling out redundant forms, ensuring you maintain a pristine audit trail at all times."]}
/>
@@ -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() {