Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-26 17:53:41 +00:00

View File

@@ -61,6 +61,7 @@ export default function LandingPage() {
title="Core Capabilities"
description="Experience true automation with our advanced feature set."
textboxLayout="split"
useInvertedBackground={false}
features={[
{ id: 1, tag: "AI", title: "Autonomous Logic", subtitle: "Self-Optimizing", description: "Agents that learn your business patterns to predict the next step." },
{ id: 2, tag: "Neural", title: "Electric Speed", subtitle: "Real-time Processing", description: "Process massive data volumes with sub-millisecond latency." },
@@ -72,8 +73,10 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
title="Voices of Innovation"
description="What our early adopters say about us."
showRating={true}
textboxLayout="default"
useInvertedBackground={false}
animationType="blur-reveal"
testimonials={[
{ id: '1', name: 'Alex Rivers', handle: '@arivers', testimonial: 'VibeAgent is the future of work.', rating: 5 },
@@ -86,7 +89,9 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardFive
title="Pricing Plans"
description="Clear, transparent pricing for your AI journey."
textboxLayout="default"
useInvertedBackground={false}
animationType="scale-rotate"
plans={[
{ id: 'basic', tag: 'Starter', price: '$99', period: '/mo', description: 'Entry level agent access.', button: { text: 'Select' }, featuresTitle: 'Essentials', features: ['1 Agent', 'Basic API Access', 'Shared Support'] },
@@ -99,6 +104,9 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqDouble
title="Need Answers?"
description="Find the information you need below."
textboxLayout="default"
useInvertedBackground={false}
faqsAnimation="blur-reveal"
faqs={[{ id: '1', title: 'Is dark mode optional?', content: 'Our UI is optimized for a deep-space aesthetic, but can be customized.' }]}
/>