Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ea0a2d210 |
146
src/app/page.tsx
146
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() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "AI Assistant", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Message Aynura", id: "contact"},
|
||||
]}
|
||||
brandName="AnaSite"
|
||||
brandName="Aynura's Space"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Welcome to Our Digital Space"
|
||||
description="Discover a place where technology meets simplicity. Designed with care and crafted for excellence."
|
||||
variant: "plain"}}
|
||||
title="Welcome to Aynura's Corner"
|
||||
description="A digital space crafted with warmth, wisdom, and love. Here, you can find a friendly AI assistant ready to chat about anything under the sun."
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiOlr6n3UhIULEp7JHwd1Wkbx/a-high-tech-yet-welcoming-interface-mock-1774611229601-4f873f3c.png",
|
||||
alt: "user",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiOlr6n3UhIULEp7JHwd1Wkbx/a-high-tech-yet-welcoming-interface-mock-1774611229601-4f873f3c.png",
|
||||
alt: "user",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiOlr6n3UhIULEp7JHwd1Wkbx/a-high-tech-yet-welcoming-interface-mock-1774611229601-4f873f3c.png",
|
||||
alt: "user",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiOlr6n3UhIULEp7JHwd1Wkbx/a-high-tech-yet-welcoming-interface-mock-1774611229601-4f873f3c.png",
|
||||
alt: "user",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWiOlr6n3UhIULEp7JHwd1Wkbx/a-high-tech-yet-welcoming-interface-mock-1774611229601-4f873f3c.png", alt: "Aynura"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Chat with AI", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -86,12 +61,10 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="Designed with a Purpose"
|
||||
title="A Space for Connection"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Get to know me", href: "#features"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
<ContactSplitForm
|
||||
title="Message for Aynura"
|
||||
description="Send a message to Aynura or chat with the AI assistant. I'm listening!"
|
||||
inputs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Is it easy to use?",
|
||||
content: "Absolutely! We focus on intuitive interfaces.",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can I reach out for support?",
|
||||
content: "Yes, we are here to assist you anytime.",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Your Email"},
|
||||
]}
|
||||
ctaTitle="Let's Connect"
|
||||
ctaDescription="Have questions? Reach out to us."
|
||||
ctaButton={{
|
||||
text: "Contact Us",
|
||||
href: "mailto:hello@example.com",
|
||||
textarea={{
|
||||
name: "message", placeholder: "What's on your mind?", rows: 4,
|
||||
}}
|
||||
ctaIcon={MessageCircle}
|
||||
useInvertedBackground={true}
|
||||
buttonText="Send Message"
|
||||
className="bg-background"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -168,37 +116,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 AnaSite"
|
||||
bottomRightText="Built with love."
|
||||
bottomLeftText="© 2024 Aynura's Corner"
|
||||
bottomRightText="Built with love for Mom."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user