Update src/app/page.tsx

This commit is contained in:
2026-05-30 13:47:38 +00:00
parent 6290dbf7bf
commit 0c195e8e3e

View File

@@ -1,4 +1,4 @@
use client";
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
@@ -108,20 +108,16 @@ export default function LandingPage() {
features={[
{
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."],
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"},
"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."},
{
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."],
imageSrc: "http://img.b2bpic.net/free-photo/clock-time-reminder-alarm-countdown-graphic_53876-128050.jpg", imageAlt: "Smartphone with a detailed reminder notification"},
"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."},
{
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."],
imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-people-working-office_23-2149307049.jpg?_wi=2", imageAlt: "Project management dashboard with AI insights"},
"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."},
{
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."],
imageSrc: "http://img.b2bpic.net/free-photo/drawings-connected-devices_1134-261.jpg", imageAlt: "Multiple devices synchronized with glowing connection lines"},
"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."},
]}
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."
@@ -251,12 +247,12 @@ export default function LandingPage() {
<div id="newsletter" data-section="newsletter">
<ContactCenter
tag="Stay Connected"
title="Get Our Latest Updates"
description="Subscribe to our newsletter for exclusive insights, productivity tips, and product announcements."
inputPlaceholder="Your email address"
buttonText="Subscribe"
termsText="By subscribing you're confirming that you agree with our Privacy Policy."
tag="Exclusive Insights"
title="Unlock Your Productivity Potential"
description="Join our community for expert strategies, exclusive productivity hacks, and early access to new AI Planner Pro features."
inputPlaceholder="Enter your best email"
buttonText="Get Instant Access"
termsText="By signing up, you agree to our Privacy Policy and receive email updates."
background={{ variant: "radial-gradient" }}
useInvertedBackground={true}
ariaLabel="Newsletter signup section"
@@ -272,9 +268,7 @@ export default function LandingPage() {
{
label: "Features", href: "#features"},
{
label: "Pricing", href: "#pricing"},
{
label: "Integrations", href: "#"},
label: "Pricing", href: "#pricing"}
],
},
{
@@ -282,9 +276,7 @@ export default function LandingPage() {
{
label: "About Us", href: "#about"},
{
label: "Testimonials", href: "#testimonials"},
{
label: "Careers", href: "#"},
label: "Testimonials", href: "#testimonials"}
],
},
{
@@ -292,9 +284,7 @@ export default function LandingPage() {
{
label: "FAQ", href: "#faq"},
{
label: "Contact Us", href: "#contact"},
{
label: "Help Center", href: "#"},
label: "Contact Us", href: "#contact"}
],
},
{
@@ -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')}
/>
</div>