From 5ef88d69930aa7200301f5ad4db92fdcf86c6d63 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 01:37:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 108 ++++++++++------------------------------------- 1 file changed, 23 insertions(+), 85 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d8fb9a..4c75c60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,17 +28,11 @@ export default function LandingPage() { @@ -49,25 +43,14 @@ export default function LandingPage() { textboxLayout="split" gridVariant="uniform-all-items-equal" useInvertedBackground={false} + 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?_wi=1", - 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", 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: "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: "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: "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="See How Your AI Receptionist Closes Calls Automatically" description="Every interaction handled. Every opportunity captured." @@ -83,26 +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?_wi=2", - }, + 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: "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: "m2", value: "24/7", title: "Operation", description: "Always active.", imageSrc: "http://img.b2bpic.net/free-photo/woman-texting-couch_53876-96946.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", - }, + 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"}, ]} /> @@ -117,37 +85,17 @@ export default function LandingPage() { showRating={true} 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?_wi=3", - }, + 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"}, { - 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?_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"}, { - 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?_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"}, { - 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?_wi=4", - }, + 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"}, ]} /> @@ -160,15 +108,9 @@ export default function LandingPage() { faqsAnimation="blur-reveal" faqs={[ { - id: "q1", - title: "How does the AI verify caller intent?", - content: "Our proprietary NLP model analyzes intent in real-time.", - }, + id: "q1", title: "How does the AI verify caller intent?", content: "Our proprietary NLP model analyzes intent in real-time."}, { - id: "q2", - title: "Can I integrate with my CRM?", - content: "Yes, we support all major CRM platforms via API.", - }, + id: "q2", title: "Can I integrate with my CRM?", content: "Yes, we support all major CRM platforms via API."}, ]} /> @@ -180,16 +122,12 @@ 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?_wi=5" + imageSrc="http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg" bulletPoints={[ { - title: "Autonomous", - description: "Operates without human intervention.", - }, + title: "Autonomous", description: "Operates without human intervention."}, { - title: "Secure", - description: "Enterprise-grade data encryption.", - }, + title: "Secure", description: "Enterprise-grade data encryption."}, ]} />