diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c6639e..f294b6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactFaq from '@/components/sections/contact/ContactFaq'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroCentered from '@/components/sections/hero/HeroCentered'; @@ -29,56 +29,31 @@ export default function LandingPage() {
@@ -86,12 +61,10 @@ export default function LandingPage() {
@@ -103,64 +76,39 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - label: "AI Assistant", - title: "Smart Chat Engine", - items: [ - "Natural conversation flow", - "Instant response times", - "Context-aware processing", - ], + id: "1", label: "Conversational", title: "Friendly Chat", items: [ + "Warm and inviting tone", "Thoughtful responses", "Always here to listen"], }, { - id: "2", - label: "Efficiency", - title: "Streamlined Process", - items: [ - "Save time daily", - "Automate routine tasks", - "Clear insights at hand", - ], + id: "2", label: "Helpful", title: "Ready to Assist", items: [ + "Advice and guidance", "Fun stories", "Information at your fingertips"], }, { - id: "3", - label: "Security", - title: "Private & Secure", - items: [ - "Encrypted data storage", - "Privacy-first approach", - "Trusted architecture", - ], + id: "3", label: "Personalized", title: "Unique Experience", items: [ + "Tailored for Aynura", "Simple and intuitive", "Your own digital companion"], }, ]} - title="Intelligent Features" - description="Powerful capabilities to help you achieve your goals effortlessly." + title="Digital Companion" + description="A friendly AI assistant designed specifically for Aynura to share ideas, stories, and have wonderful conversations." />
-
@@ -168,37 +116,19 @@ export default function LandingPage() { ); -} +} \ No newline at end of file