From 9d9e0378857ec769d445f138054c63a2c29e6585 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:27:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 274 ++++++++++------------------------------------- 1 file changed, 59 insertions(+), 215 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 30dc026..30c64a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,98 +31,61 @@ export default function LandingPage() {
@@ -134,26 +97,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "1", - title: "Missed Call", - description: "$1,500 Average Lost Job Value", - imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg?_wi=2", - }, + id: "m1", value: "1", title: "Missed Call", description: "$1,500 Average Lost Job Value", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg"}, { - id: "m2", - value: "<1s", - title: "Answer Time", - description: "Our AI answers every call instantly", - imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg?_wi=3", - }, + id: "m2", value: "<1s", title: "Answer Time", description: "Our AI answers every call instantly", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg"}, { - id: "m3", - value: "$0.15", - title: "Cost Per Minute", - description: "24/7 coverage for pennies", - imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg?_wi=4", - }, + id: "m3", value: "$0.15", title: "Cost Per Minute", description: "24/7 coverage for pennies", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg"}, ]} title="Every Missed Call Is a Bill You Didn't Pay Yourself." description="Stop losing revenue due to missed opportunities." @@ -168,35 +116,15 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "luna", - name: "Luna", - role: "SERVICE DISPATCHER", - imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg?_wi=5", - }, + id: "luna", name: "Luna", role: "SERVICE DISPATCHER", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg"}, { - id: "marcus", - name: "Marcus", - role: "INTAKE SPECIALIST", - imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg?_wi=6", - }, + id: "marcus", name: "Marcus", role: "INTAKE SPECIALIST", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg"}, { - id: "chloe", - name: "Chloe", - role: "BOOKING AGENT", - imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg?_wi=7", - }, + id: "chloe", name: "Chloe", role: "BOOKING AGENT", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg"}, { - id: "dave", - name: "Dave", - role: "ESTIMATOR", - imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg?_wi=8", - }, + id: "dave", name: "Dave", role: "ESTIMATOR", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg"}, { - id: "sarah", - name: "Sarah", - role: "BILLING CLERK", - imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg?_wi=9", - }, + id: "sarah", name: "Sarah", role: "BILLING CLERK", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg"}, ]} title="Meet Your New Digital Staff." description="These aren't chatbots. These are trained, role-specific AI employees." @@ -205,46 +133,23 @@ export default function LandingPage() {
@@ -373,29 +227,19 @@ export default function LandingPage() {