From 8e81c585e08e2ee1384791719431e9a6d4d5cdcf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 01:37:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c75c60..be32497 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,11 +46,11 @@ export default function LandingPage() { animationType="slide-up" features={[ { - title: "Sarah Jenkins", description: "Booked appointment - 99% Confidence", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg", imageAlt: "AI Receptionist UI Card"}, + title: "Sarah Jenkins", description: "Booked appointment - 99% Confidence", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg?_wi=1", imageAlt: "AI Receptionist UI Card"}, { - title: "Ahmed Al-Mansoori", description: "Discovery Call Finalized - 98% Confidence", imageSrc: "http://img.b2bpic.net/free-photo/woman-texting-couch_53876-96946.jpg", imageAlt: "AI Receptionist UI Card"}, + title: "Ahmed Al-Mansoori", description: "Discovery Call Finalized - 98% Confidence", imageSrc: "http://img.b2bpic.net/free-photo/woman-texting-couch_53876-96946.jpg?_wi=1", imageAlt: "AI Receptionist UI Card"}, { - title: "Elena Rossi", description: "Rescheduled meeting - 97% Confidence", imageSrc: "http://img.b2bpic.net/free-photo/focused-woman-working-with-ai-chatbot-her-desktop-computer_482257-120813.jpg", imageAlt: "AI Receptionist UI Card"}, + title: "Elena Rossi", description: "Rescheduled meeting - 97% Confidence", imageSrc: "http://img.b2bpic.net/free-photo/focused-woman-working-with-ai-chatbot-her-desktop-computer_482257-120813.jpg?_wi=1", imageAlt: "AI Receptionist UI Card"}, ]} title="See How Your AI Receptionist Closes Calls Automatically" description="Every interaction handled. Every opportunity captured." @@ -66,11 +66,11 @@ export default function LandingPage() { description="Numbers that define our AI efficiency." metrics={[ { - id: "m1", value: "99.9%", title: "Uptime", description: "Guaranteed availability.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg"}, + id: "m1", value: "99.9%", title: "Uptime", description: "Guaranteed availability.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg?_wi=2"}, { - id: "m2", value: "24/7", title: "Operation", description: "Always active.", imageSrc: "http://img.b2bpic.net/free-photo/woman-texting-couch_53876-96946.jpg"}, + id: "m2", value: "24/7", title: "Operation", description: "Always active.", imageSrc: "http://img.b2bpic.net/free-photo/woman-texting-couch_53876-96946.jpg?_wi=2"}, { - id: "m3", value: "<30s", title: "Response", description: "Lightning fast.", imageSrc: "http://img.b2bpic.net/free-photo/focused-woman-working-with-ai-chatbot-her-desktop-computer_482257-120813.jpg"}, + id: "m3", value: "<30s", title: "Response", description: "Lightning fast.", imageSrc: "http://img.b2bpic.net/free-photo/focused-woman-working-with-ai-chatbot-her-desktop-computer_482257-120813.jpg?_wi=2"}, ]} /> @@ -86,16 +86,16 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Alex Rivier", handle: "@rivier", testimonial: "The AI receptionist changed how we handle leads.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg?_wi=3"}, { id: "t2", name: "Sam Smith", handle: "@samsmith", testimonial: "Incredible accuracy and professionalism.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-texting-couch_53876-96946.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-texting-couch_53876-96946.jpg?_wi=3"}, { id: "t3", name: "Jane Doe", handle: "@janedoe", testimonial: "Seamless integration, zero friction.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/focused-woman-working-with-ai-chatbot-her-desktop-computer_482257-120813.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/focused-woman-working-with-ai-chatbot-her-desktop-computer_482257-120813.jpg?_wi=3"}, { id: "t4", name: "Mark Z", handle: "@markz", testimonial: "A massive ROI boost for our clinic.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg?_wi=4"}, ]} /> @@ -122,7 +122,7 @@ export default function LandingPage() { title="Designed for the Future" description="Building the next generation of customer service." mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg" + imageSrc="http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg?_wi=5" bulletPoints={[ { title: "Autonomous", description: "Operates without human intervention."}, -- 2.49.1