From 81b753e6aa9211347cb0cdc345debb8d900ca129 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 18:21:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 66b76f0..ebae8de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,14 +43,14 @@ export default function LandingPage() { title="Your 24-hour response time is funding your competitor’s vacation." description="Most high-ticket businesses are too slow to reply. We connect your website forms directly to your phone. Get notified in 4 seconds, not 48 hours." testimonials={[ - { name: "CEO", handle: "Construction Co", testimonial: "LUMVER transformed our lead intake. First to respond, first to close.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-background_23-2150913919.jpg", imageAlt: "minimalist data flow line art dark" }, - { name: "Director", handle: "Luxury Yachting", testimonial: "Instant notifications meant we captured our biggest lead of the year.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/coronavirus-outbreak-update-phone-application_53876-167269.jpg", imageAlt: "minimalist phone notification UI" }, - { name: "VP Sales", handle: "SaaS Enterprise", testimonial: "The speed of this system is unmatched. We saw a 300% increase in discovery bookings.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blue-technology-background_1017-3288.jpg", imageAlt: "glowing network node architecture" }, - { name: "Founder", handle: "Legal Consulting", testimonial: "Clients are impressed by our responsiveness. It changes the entire tone of the first meeting.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-background_23-2150913919.jpg", imageAlt: "minimalist data flow line art dark" }, - { name: "Partner", handle: "Real Estate Group", testimonial: "LUMVER pays for itself within the first week of operation. Absolute necessity.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/coronavirus-outbreak-update-phone-application_53876-167269.jpg", imageAlt: "minimalist phone notification UI" } + { name: "CEO", handle: "Construction Co", testimonial: "LUMVER transformed our lead intake. First to respond, first to close.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-background_23-2150913919.jpg?_wi=1", imageAlt: "minimalist data flow line art dark" }, + { name: "Director", handle: "Luxury Yachting", testimonial: "Instant notifications meant we captured our biggest lead of the year.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/coronavirus-outbreak-update-phone-application_53876-167269.jpg?_wi=1", imageAlt: "minimalist phone notification UI" }, + { name: "VP Sales", handle: "SaaS Enterprise", testimonial: "The speed of this system is unmatched. We saw a 300% increase in discovery bookings.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blue-technology-background_1017-3288.jpg?_wi=1", imageAlt: "glowing network node architecture" }, + { name: "Founder", handle: "Legal Consulting", testimonial: "Clients are impressed by our responsiveness. It changes the entire tone of the first meeting.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-background_23-2150913919.jpg?_wi=2", imageAlt: "minimalist data flow line art dark" }, + { name: "Partner", handle: "Real Estate Group", testimonial: "LUMVER pays for itself within the first week of operation. Absolute necessity.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/coronavirus-outbreak-update-phone-application_53876-167269.jpg?_wi=2", imageAlt: "minimalist phone notification UI" } ]} buttons={[{ text: "GET THE 40S DEMO", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-background_23-2150913919.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-background_23-2150913919.jpg?_wi=3" mediaAnimation="blur-reveal" avatars={[ { src: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-background_23-2150913919.jpg", alt: "Client 1" }, @@ -86,9 +86,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { id: "1", title: "4-Second Alert", tags: ["Instant"], imageSrc: "http://img.b2bpic.net/free-photo/blue-technology-background_1017-3288.jpg", imageAlt: "glowing network node architecture" }, - { id: "2", title: "Direct Connect", tags: ["API"], imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-background_23-2150913919.jpg", imageAlt: "minimalist data flow line art dark" }, - { id: "3", title: "24/7 Monitoring", tags: ["Automated"], imageSrc: "http://img.b2bpic.net/free-photo/coronavirus-outbreak-update-phone-application_53876-167269.jpg", imageAlt: "minimalist phone notification UI" } + { id: "1", title: "4-Second Alert", tags: ["Instant"], imageSrc: "http://img.b2bpic.net/free-photo/blue-technology-background_1017-3288.jpg?_wi=2", imageAlt: "glowing network node architecture" }, + { id: "2", title: "Direct Connect", tags: ["API"], imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-background_23-2150913919.jpg?_wi=4", imageAlt: "minimalist data flow line art dark" }, + { id: "3", title: "24/7 Monitoring", tags: ["Automated"], imageSrc: "http://img.b2bpic.net/free-photo/coronavirus-outbreak-update-phone-application_53876-167269.jpg?_wi=3", imageAlt: "minimalist phone notification UI" } ]} title="The Digital Alarm" description="We build a 'Digital Alarm' for your business. When a client asks for a price, your phone buzzes instantly. You call them while they are still on your site." -- 2.49.1