diff --git a/src/app/page.tsx b/src/app/page.tsx
index c3ef779..d565f86 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -34,64 +34,41 @@ export default function LandingPage() {
@@ -114,34 +91,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- label: "Fast",
- title: "Instant Turnaround",
- items: [
- "Real-time analysis",
- "Automated reporting",
- "Instant estimate generation",
- ],
+ id: "f1", label: "Fast", title: "Instant Turnaround", items: [
+ "Real-time analysis", "Automated reporting", "Instant estimate generation"],
},
{
- id: "f2",
- label: "Precise",
- title: "Deep Analysis",
- items: [
- "Surface dent detection",
- "Frame integrity checks",
- "Internal damage prediction",
- ],
+ id: "f2", label: "Precise", title: "Deep Analysis", items: [
+ "Surface dent detection", "Frame integrity checks", "Internal damage prediction"],
},
{
- id: "f3",
- label: "Integrated",
- title: "Seamless Workflow",
- items: [
- "API first design",
- "CRM integration",
- "Multi-party support",
- ],
+ id: "f3", label: "Integrated", title: "Seamless Workflow", items: [
+ "API first design", "CRM integration", "Multi-party support"],
},
]}
title="Unrivaled Diagnostic Capabilities"
@@ -153,25 +112,17 @@ export default function LandingPage() {
@@ -248,40 +175,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Sarah Miller",
- role: "VP Operations",
- testimonial: "Reduced our claims processing time by 80%.",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-buisness-man_23-2148479585.jpg",
- },
+ id: "t1", name: "Sarah Miller", role: "VP Operations", testimonial: "Reduced our claims processing time by 80%.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-buisness-man_23-2148479585.jpg"},
{
- id: "t2",
- name: "David Zhou",
- role: "Claims Lead",
- testimonial: "The precision is unmatched. Simply incredible.",
- imageSrc: "http://img.b2bpic.net/free-photo/optimistic-man-black-jacket-holds-glasses-shows-sign-peace_197531-26663.jpg",
- },
+ id: "t2", name: "David Zhou", role: "Claims Lead", testimonial: "The precision is unmatched. Simply incredible.", imageSrc: "http://img.b2bpic.net/free-photo/optimistic-man-black-jacket-holds-glasses-shows-sign-peace_197531-26663.jpg"},
{
- id: "t3",
- name: "Jane Doe",
- role: "IT Director",
- testimonial: "Seamless integration into our existing stack.",
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-flannel-suit-glasses-listening-music-room-with-loft-interior_613910-4423.jpg",
- },
+ id: "t3", name: "Jane Doe", role: "IT Director", testimonial: "Seamless integration into our existing stack.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-flannel-suit-glasses-listening-music-room-with-loft-interior_613910-4423.jpg"},
{
- id: "t4",
- name: "Bob Smith",
- role: "Analyst",
- testimonial: "Game changer for our adjuster team.",
- imageSrc: "http://img.b2bpic.net/free-photo/executives-preparing-meeting_1098-678.jpg",
- },
+ id: "t4", name: "Bob Smith", role: "Analyst", testimonial: "Game changer for our adjuster team.", imageSrc: "http://img.b2bpic.net/free-photo/executives-preparing-meeting_1098-678.jpg"},
{
- id: "t5",
- name: "Alice Wong",
- role: "Founder",
- testimonial: "Reliable, fast, and remarkably intelligent.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg",
- },
+ id: "t5", name: "Alice Wong", role: "Founder", testimonial: "Reliable, fast, and remarkably intelligent.", imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg"},
]}
title="Carrier Experiences"
description="Why leaders choose DamageAI."
@@ -294,20 +196,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "q1",
- title: "How fast is it?",
- content: "Millisecond latency for image processing.",
- },
+ id: "q1", title: "How fast is it?", content: "Millisecond latency for image processing."},
{
- id: "q2",
- title: "Is it accurate?",
- content: "99.2% accuracy in testing environments.",
- },
+ id: "q2", title: "Is it accurate?", content: "99.2% accuracy in testing environments."},
{
- id: "q3",
- title: "Integration?",
- content: "Yes, REST API documentation available.",
- },
+ id: "q3", title: "Integration?", content: "Yes, REST API documentation available."},
]}
imageSrc="http://img.b2bpic.net/free-photo/female-programmer-scanning-her-face-with-biometric-security-technology-virtual-screen-digital-remix_53876-104936.jpg"
title="Common Inquiries"
@@ -323,16 +216,10 @@ export default function LandingPage() {
description="Ready to transform claims? Connect today."
inputs={[
{
- name: "email",
- type: "email",
- placeholder: "Email address",
- required: true,
+ name: "email", type: "email", placeholder: "Email address", required: true,
},
{
- name: "name",
- type: "text",
- placeholder: "Name",
- required: true,
+ name: "name", type: "text", placeholder: "Name", required: true,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/audio-headset-used-by-call-center-agents-help-clients-telecommunication-with-technology-empty-customer-service-workstation-with-headphones-computers-modern-gadgets_482257-40834.jpg"
@@ -343,29 +230,19 @@ export default function LandingPage() {