Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -28,31 +28,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "AI Chat",
|
||||
id: "/ai-chat",
|
||||
},
|
||||
name: "AI Chat", id: "/ai-chat"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Creator",
|
||||
id: "/creator",
|
||||
},
|
||||
name: "Creator", id: "/creator"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="AI 17"
|
||||
button={{
|
||||
text: "Start Chat",
|
||||
href: "/ai-chat",
|
||||
}}
|
||||
text: "Start Chat", href: "/ai-chat"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -26,31 +26,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "AI Chat",
|
||||
id: "/ai-chat",
|
||||
},
|
||||
name: "AI Chat", id: "/ai-chat"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Creator",
|
||||
id: "/creator",
|
||||
},
|
||||
name: "Creator", id: "/creator"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="AI 17"
|
||||
button={{
|
||||
text: "Start Chat",
|
||||
href: "/ai-chat",
|
||||
}}
|
||||
text: "Start Chat", href: "/ai-chat"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -58,20 +46,16 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Have Questions? Let's Talk!"
|
||||
description="We're here to help! Send us a message or connect directly on Telegram for quick assistance."
|
||||
buttons={[
|
||||
{
|
||||
text: "Send Message",
|
||||
onClick: "() => 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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user