Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-05-30 13:47:44 +00:00

View File

@@ -108,20 +108,16 @@ export default function LandingPage() {
features={[ features={[
{ {
id: "f1", title: "Intelligent Schedule Optimization", descriptions: [ id: "f1", title: "Intelligent Schedule Optimization", descriptions: [
"Our AI doesn't just block time; it intelligently optimizes your schedule by considering your priorities, availability, and even external factors like travel time and weather. Say goodbye to scheduling conflicts."], "Our AI doesn't just block time; it intelligently optimizes your schedule by considering your priorities, availability, and even external factors like travel time and weather. Say goodbye to scheduling conflicts."},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-architect-using-tablet-with-touch-screen-analyze-building-model-architectural-development-man-engineer-working-with-device-construction-layout-design_482257-39970.jpg", imageAlt: "Digital calendar displaying an optimized schedule"},
{ {
id: "f2", title: "Proactive & Customizable Reminders", descriptions: [ id: "f2", title: "Proactive & Customizable Reminders", descriptions: [
"Never miss a beat with our advanced reminder system. Get timely alerts for meetings, tasks, and events, delivered across all your devices. Customize reminder types, intervals, and notification channels."], "Never miss a beat with our advanced reminder system. Get timely alerts for meetings, tasks, and events, delivered across all your devices. Customize reminder types, intervals, and notification channels."},
imageSrc: "http://img.b2bpic.net/free-photo/clock-time-reminder-alarm-countdown-graphic_53876-128050.jpg", imageAlt: "Smartphone with a detailed reminder notification"},
{ {
id: "f3", title: "AI-Powered Task Management", descriptions: [ id: "f3", title: "AI-Powered Task Management", descriptions: [
"Beyond events, AI Planner Pro helps you break down complex projects into manageable tasks, prioritizes them based on deadlines and importance, and provides AI-driven insights to boost your completion rate."], "Beyond events, AI Planner Pro helps you break down complex projects into manageable tasks, prioritizes them based on deadlines and importance, and provides AI-driven insights to boost your completion rate."},
imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-people-working-office_23-2149307049.jpg?_wi=2", imageAlt: "Project management dashboard with AI insights"},
{ {
id: "f4", title: "Seamless Cross-Platform Synchronization", descriptions: [ id: "f4", title: "Seamless Cross-Platform Synchronization", descriptions: [
"Access and manage your optimized schedule and tasks effortlessly from any device. Our seamless synchronization ensures your plan is always up-to-date, whether you're on desktop, tablet, or mobile."], "Access and manage your optimized schedule and tasks effortlessly from any device. Our seamless synchronization ensures your plan is always up-to-date, whether you're on desktop, tablet, or mobile."},
imageSrc: "http://img.b2bpic.net/free-photo/drawings-connected-devices_1134-261.jpg", imageAlt: "Multiple devices synchronized with glowing connection lines"},
]} ]}
title="Unlock Peak Productivity with AI Planner Pro's Capabilities" title="Unlock Peak Productivity with AI Planner Pro's Capabilities"
description="Our cutting-edge AI features and robust reminder system are engineered to bring unparalleled efficiency and organization to your daily life." description="Our cutting-edge AI features and robust reminder system are engineered to bring unparalleled efficiency and organization to your daily life."
@@ -251,12 +247,12 @@ export default function LandingPage() {
<div id="newsletter" data-section="newsletter"> <div id="newsletter" data-section="newsletter">
<ContactCenter <ContactCenter
tag="Stay Connected" tag="Exclusive Insights"
title="Get Our Latest Updates" title="Unlock Your Productivity Potential"
description="Subscribe to our newsletter for exclusive insights, productivity tips, and product announcements." description="Join our community for expert strategies, exclusive productivity hacks, and early access to new AI Planner Pro features."
inputPlaceholder="Your email address" inputPlaceholder="Enter your best email"
buttonText="Subscribe" buttonText="Get Instant Access"
termsText="By subscribing you're confirming that you agree with our Privacy Policy." termsText="By signing up, you agree to our Privacy Policy and receive email updates."
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
useInvertedBackground={true} useInvertedBackground={true}
ariaLabel="Newsletter signup section" ariaLabel="Newsletter signup section"
@@ -272,9 +268,7 @@ export default function LandingPage() {
{ {
label: "Features", href: "#features"}, label: "Features", href: "#features"},
{ {
label: "Pricing", href: "#pricing"}, label: "Pricing", href: "#pricing"}
{
label: "Integrations", href: "#"},
], ],
}, },
{ {
@@ -282,9 +276,7 @@ export default function LandingPage() {
{ {
label: "About Us", href: "#about"}, label: "About Us", href: "#about"},
{ {
label: "Testimonials", href: "#testimonials"}, label: "Testimonials", href: "#testimonials"}
{
label: "Careers", href: "#"},
], ],
}, },
{ {
@@ -292,9 +284,7 @@ export default function LandingPage() {
{ {
label: "FAQ", href: "#faq"}, label: "FAQ", href: "#faq"},
{ {
label: "Contact Us", href: "#contact"}, label: "Contact Us", href: "#contact"}
{
label: "Help Center", href: "#"},
], ],
}, },
{ {
@@ -306,7 +296,7 @@ export default function LandingPage() {
] ]
} }
]} ]}
copyrightText="© 2024 AI Planner Pro. All rights reserved." copyrightText="© 2025 AI Planner Pro. All rights reserved."
onPrivacyClick={() => console.log('Privacy Policy clicked')} onPrivacyClick={() => console.log('Privacy Policy clicked')}
/> />
</div> </div>