Update src/app/contact/page.tsx

This commit is contained in:
2026-06-03 14:30:16 +00:00
parent 5f38f561b7
commit 2d07a8d14f

View File

@@ -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"},
],
},
]}