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