Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-08 01:37:05 +00:00

View File

@@ -28,17 +28,11 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Features",
id: "#features",
},
name: "Features", id: "#features"},
{
name: "Live Feed",
id: "#live-feed",
},
name: "Live Feed", id: "#live-feed"},
]}
brandName="ReceptionistAI"
/>
@@ -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"},
]}
/>
</div>
@@ -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"},
]}
/>
</div>
@@ -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."},
]}
/>
</div>
@@ -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."},
]}
/>
</div>