From 5f38f561b7573b3a6413a568a489d50b91aa62df Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 14:30:16 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 128 ++++++++++------------------------------- 1 file changed, 30 insertions(+), 98 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 262de05..547f752 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -28,31 +28,19 @@ export default function LandingPage() { @@ -61,15 +49,10 @@ export default function LandingPage() { useInvertedBackground={false} title="What is AI 17?" description={[ - "AI 17 is a revolutionary AI assistant designed to simplify information access and accelerate learning for everyone.", - "Our mission: To make knowledge and technology accessible through simple and intelligent conversations.", - "Our vision: To become a trusted AI assistant for students and learners worldwide, fostering a future of empowered individuals.", - ]} + "AI 17 is a revolutionary AI assistant designed to simplify information access and accelerate learning for everyone.", "Our mission: To make knowledge and technology accessible through simple and intelligent conversations.", "Our vision: To become a trusted AI assistant for students and learners worldwide, fostering a future of empowered individuals."]} buttons={[ { - text: "Explore Features", - href: "/#features", - }, + text: "Explore Features", href: "/#features"}, ]} /> @@ -80,29 +63,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - tag: "Purpose", - title: "Our Mission", - subtitle: "Accessible knowledge", - description: "We are driven by the goal of democratizing access to information, ensuring everyone can learn and grow with technology.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-arrow-hitting-target_23-2151266515.jpg", - imageAlt: "Mission Icon", - }, + tag: "Purpose", title: "Our Mission", subtitle: "Accessible knowledge", description: "We are driven by the goal of democratizing access to information, ensuring everyone can learn and grow with technology.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-arrow-hitting-target_23-2151266515.jpg", imageAlt: "Mission Icon"}, { - tag: "Ambition", - title: "Our Vision", - subtitle: "Global Trust", - description: "To be the most trusted AI companion for students and learners worldwide, empowering millions to achieve their potential.", - imageSrc: "http://img.b2bpic.net/free-photo/growth-up-arrow-icon-isolated_53876-14655.jpg", - imageAlt: "Vision Icon", - }, + tag: "Ambition", title: "Our Vision", subtitle: "Global Trust", description: "To be the most trusted AI companion for students and learners worldwide, empowering millions to achieve their potential.", imageSrc: "http://img.b2bpic.net/free-photo/growth-up-arrow-icon-isolated_53876-14655.jpg", imageAlt: "Vision Icon"}, { - tag: "Growth", - title: "Future Goals", - subtitle: "Continuous innovation", - description: "We continuously push the boundaries of AI, integrating new capabilities like advanced personalization and expanded language support.", - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-business-icons-design_1172-73.jpg", - imageAlt: "Future Goals Icon", - }, + tag: "Growth", title: "Future Goals", subtitle: "Continuous innovation", description: "We continuously push the boundaries of AI, integrating new capabilities like advanced personalization and expanded language support.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-business-icons-design_1172-73.jpg", imageAlt: "Future Goals Icon"}, ]} title="Core Values & Future Vision" description="Our commitment to innovation, accessibility, and user-centric design drives our development and shapes the future of AI 17." @@ -116,37 +81,21 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "metric-1", - icon: Shield, - title: "Secure Sign-In", - value: "Google & Accounts", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-typing-keyboard_23-2149101167.jpg", - imageAlt: "Google Sign-In Icon", + id: "metric-1", icon: Shield, + title: "Secure Sign-In", value: "Google & Accounts" }, { - id: "metric-2", - icon: User, - title: "Personalized Profiles", - value: "User Accounts", - imageSrc: "http://img.b2bpic.net/free-photo/networking-concept-still-life-arrangement_23-2149035778.jpg", - imageAlt: "User Accounts Icon", + id: "metric-2", icon: User, + title: "Personalized Profiles", value: "User Accounts" }, { - id: "metric-3", - icon: MessageSquare, - title: "Retained Context", - value: "Chat History", - imageSrc: "http://img.b2bpic.net/free-vector/faq-infographic_1025-410.jpg", - imageAlt: "Chat History Icon", + id: "metric-3", icon: MessageSquare, + title: "Retained Context", value: "Chat History" }, { - id: "metric-4", - icon: Settings, - title: "Custom Settings", - value: "Profile Settings", - imageSrc: "http://img.b2bpic.net/free-photo/jigsaw-puzzle-icon-symbol-sign_53876-133610.jpg", - imageAlt: "Profile Settings Icon", - }, + id: "metric-4", icon: Settings, + title: "Custom Settings", value: "Profile Settings" + } ]} title="Advanced Capabilities" description="Beyond core assistance, AI 17 integrates robust functionalities to provide a truly seamless and secure user experience." @@ -158,46 +107,29 @@ export default function LandingPage() { logoText="AI 17" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { - label: "AI Chat", - href: "/ai-chat", - }, + label: "AI Chat", href: "/ai-chat"}, { - label: "Features", - href: "/#features", - }, + label: "Features", href: "/#features"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "The Creator", - href: "/creator", - }, + label: "The Creator", href: "/creator"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Personal Telegram", - href: "https://t.me/Otabekov_Azizbek", - }, + label: "Personal Telegram", href: "https://t.me/Otabekov_Azizbek"}, { - label: "Telegram Channel", - href: "https://t.me/Otabekovsblog", - }, + label: "Telegram Channel", href: "https://t.me/Otabekovsblog"}, ], }, ]} From 2d07a8d14ff54dcf48fcacc88f3c1c0fc1f99ce6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 14:30:16 +0000 Subject: [PATCH 2/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 96 ++++++++++------------------------------ 1 file changed, 24 insertions(+), 72 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8b19cf5..2dc1105 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,31 +26,19 @@ export default function LandingPage() { @@ -58,20 +46,16 @@ export default function LandingPage() { alert('Send Message functionality to be implemented')", + text: "Send Message", onClick: () => alert('Send Message functionality to be implemented'), }, { - text: "Open Telegram", - href: "https://t.me/Otabekov_Azizbek", - }, + text: "Open Telegram", href: "https://t.me/Otabekov_Azizbek"}, ]} /> @@ -82,30 +66,15 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "faq-1", - title: "How fast are AI 17's responses?", - content: "AI 17 is engineered for speed, providing concise answers almost instantly to keep your workflow uninterrupted and efficient.", - }, + id: "faq-1", title: "How fast are AI 17's responses?", content: "AI 17 is engineered for speed, providing concise answers almost instantly to keep your workflow uninterrupted and efficient."}, { - id: "faq-2", - title: "Can AI 17 help with my studies?", - content: "Absolutely! AI 17 is student-friendly and designed to provide simple, accurate explanations for a wide range of subjects, making learning easier.", - }, + id: "faq-2", title: "Can AI 17 help with my studies?", content: "Absolutely! AI 17 is student-friendly and designed to provide simple, accurate explanations for a wide range of subjects, making learning easier."}, { - id: "faq-3", - title: "Does AI 17 support multiple languages?", - content: "Yes, AI 17 offers bilingual support, answering in both English and Uzbek to cater to a broader user base and diverse linguistic needs.", - }, + id: "faq-3", title: "Does AI 17 support multiple languages?", content: "Yes, AI 17 offers bilingual support, answering in both English and Uzbek to cater to a broader user base and diverse linguistic needs."}, { - id: "faq-4", - title: "Is my data secure with AI 17?", - content: "We prioritize your privacy and data security. AI 17 uses industry best practices and secure sign-in methods to protect your information.", - }, + id: "faq-4", title: "Is my data secure with AI 17?", content: "We prioritize your privacy and data security. AI 17 uses industry best practices and secure sign-in methods to protect your information."}, { - id: "faq-5", - title: "How can I suggest new features?", - content: "We welcome your ideas! Please use the contact form or reach out via Telegram to share your suggestions for future AI 17 enhancements.", - }, + id: "faq-5", title: "How can I suggest new features?", content: "We welcome your ideas! Please use the contact form or reach out via Telegram to share your suggestions for future AI 17 enhancements."}, ]} title="Frequently Asked Questions" description="Find quick answers to common questions about AI 17 and our services. If your question isn't here, feel free to contact us!" @@ -118,46 +87,29 @@ export default function LandingPage() { logoText="AI 17" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { - label: "AI Chat", - href: "/ai-chat", - }, + label: "AI Chat", href: "/ai-chat"}, { - label: "Features", - href: "/#features", - }, + label: "Features", href: "/#features"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "The Creator", - href: "/creator", - }, + label: "The Creator", href: "/creator"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Personal Telegram", - href: "https://t.me/Otabekov_Azizbek", - }, + label: "Personal Telegram", href: "https://t.me/Otabekov_Azizbek"}, { - label: "Telegram Channel", - href: "https://t.me/Otabekovsblog", - }, + label: "Telegram Channel", href: "https://t.me/Otabekovsblog"}, ], }, ]}