From 6dbc5b104297fb280124e936e2245dc7f90d83d7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 07:51:02 +0000 Subject: [PATCH 1/5] Add src/app/admin/page.tsx --- src/app/admin/page.tsx | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 src/app/admin/page.tsx diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx new file mode 100644 index 0000000..f354755 --- /dev/null +++ b/src/app/admin/page.tsx @@ -0,0 +1,37 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; + +export default function AdminDashboard() { + return ( + + + +
+

Admin Panel

+
+
User Management
+
Platform Analytics
+
Payment Tracking
+
System Settings
+
+
+ +
+
+ ); +} \ No newline at end of file -- 2.49.1 From c74a499e91a4c2d52992bc2aa4631cc5505da7cc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 07:51:03 +0000 Subject: [PATCH 2/5] Add src/app/chat/page.tsx --- src/app/chat/page.tsx | 79 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 src/app/chat/page.tsx diff --git a/src/app/chat/page.tsx b/src/app/chat/page.tsx new file mode 100644 index 0000000..9dd0639 --- /dev/null +++ b/src/app/chat/page.tsx @@ -0,0 +1,79 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import { useState } from "react"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import { Mic, Send, Globe, Sun, Moon, Plus, History } from "lucide-react"; + +export default function ChatPage() { + const [darkMode, setDarkMode] = useState(true); + + return ( + +
+ + +
+ + +
+
+

AI Chat Interface

+
+ + +
+
+ +
+
Hello! How can I assist you today?
+
+ +
+ + + +
+
+
+
+
+ ); +} \ No newline at end of file -- 2.49.1 From 27d65cb296d2d809c32e55b48b82d9c7658dcd16 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 07:51:03 +0000 Subject: [PATCH 3/5] Add src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/app/dashboard/page.tsx diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx new file mode 100644 index 0000000..00dc39d --- /dev/null +++ b/src/app/dashboard/page.tsx @@ -0,0 +1,38 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; + +export default function UserDashboard() { + return ( + + + +
+

User Dashboard

+
+
Profile Management
+
Subscription Status
+
Usage Analytics
+
Refer and Earn
+
Settings
+
+
+ +
+
+ ); +} \ No newline at end of file -- 2.49.1 From 99bf416290228d3957667985704570c5694f6810 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 07:51:03 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 258 +++++++++++------------------------------------ 1 file changed, 60 insertions(+), 198 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e241e5..090c353 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,15 @@ export default function LandingPage() { @@ -57,39 +51,23 @@ export default function LandingPage() { description="Your Personal AI Assistant for Learning, Business & Growth. Real-time NLP, multi-language support, and powerful content generation." buttons={[ { - text: "Start Free Trial", - href: "#contact", - }, + text: "Start Free Trial", href: "#contact"}, { - text: "Explore Features", - href: "#features", - }, + text: "Explore Features", href: "#features"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-vector/technology-concept-background_23-2148117807.jpg?_wi=1", - imageAlt: "AuraAI Chat Interface", - }, + imageSrc: "http://img.b2bpic.net/free-vector/technology-concept-background_23-2148117807.jpg?_wi=1", imageAlt: "AuraAI Chat Interface"}, { - imageSrc: "http://img.b2bpic.net/free-vector/technology-concept-background_23-2148117807.jpg?_wi=2", - imageAlt: "AuraAI Analytics", - }, + imageSrc: "http://img.b2bpic.net/free-vector/technology-concept-background_23-2148117807.jpg?_wi=2", imageAlt: "AuraAI Analytics"}, { - imageSrc: "http://img.b2bpic.net/free-vector/technology-concept-background_23-2148117807.jpg?_wi=3", - imageAlt: "AuraAI Grammar Assistant", - }, + imageSrc: "http://img.b2bpic.net/free-vector/technology-concept-background_23-2148117807.jpg?_wi=3", imageAlt: "AuraAI Grammar Assistant"}, { - imageSrc: "http://img.b2bpic.net/free-vector/technology-concept-background_23-2148117807.jpg?_wi=4", - imageAlt: "AuraAI Content Writer", - }, + imageSrc: "http://img.b2bpic.net/free-vector/technology-concept-background_23-2148117807.jpg?_wi=4", imageAlt: "AuraAI Content Writer"}, { - imageSrc: "http://img.b2bpic.net/free-vector/technology-concept-background_23-2148117807.jpg?_wi=5", - imageAlt: "AuraAI Code Generation", - }, + imageSrc: "http://img.b2bpic.net/free-vector/technology-concept-background_23-2148117807.jpg?_wi=5", imageAlt: "AuraAI Code Generation"}, { - imageSrc: "http://img.b2bpic.net/free-vector/technology-concept-background_23-2148117807.jpg?_wi=6", - imageAlt: "AuraAI Business Ideas", - }, + imageSrc: "http://img.b2bpic.net/free-vector/technology-concept-background_23-2148117807.jpg?_wi=6", imageAlt: "AuraAI Business Ideas"}, ]} /> @@ -99,24 +77,15 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Redefining ", - }, + type: "text", content: "Redefining "}, { - type: "text", - content: "the Future of AI Assistance", - }, + type: "text", content: "the Future of AI Assistance"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg", - alt: "About AuraAI", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg", alt: "About AuraAI"}, ]} buttons={[ { - text: "Learn More", - href: "#contact", - }, + text: "Learn More", href: "#contact"}, ]} buttonAnimation="slide-up" /> @@ -130,29 +99,13 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Real-time AI Chat", - description: "Engage in seamless conversations with our advanced real-time AI model.", - imageSrc: "http://img.b2bpic.net/free-vector/technology-concept-background_23-2148117807.jpg?_wi=7", - imageAlt: "AI Chat", - }, + title: "Real-time AI Chat", description: "Engage in seamless conversations with our advanced real-time AI model.", imageSrc: "http://img.b2bpic.net/free-vector/technology-concept-background_23-2148117807.jpg?_wi=7", imageAlt: "AI Chat"}, { - title: "Smart Language Learning", - description: "English learning assistant with grammar correction and in-depth explanations.", - imageSrc: "http://img.b2bpic.net/free-vector/technology-concept-background_23-2148117807.jpg?_wi=8", - imageAlt: "Learning Assistant", - }, + title: "Smart Language Learning", description: "English learning assistant with grammar correction and in-depth explanations.", imageSrc: "http://img.b2bpic.net/free-vector/technology-concept-background_23-2148117807.jpg?_wi=8", imageAlt: "Learning Assistant"}, { - title: "Content Generation", - description: "Effortlessly create blogs, ads, and captions with tailored marketing insights.", - imageSrc: "http://img.b2bpic.net/free-vector/technology-concept-background_23-2148117807.jpg?_wi=9", - imageAlt: "Content Creation", - }, + title: "Content Generation", description: "Effortlessly create blogs, ads, and captions with tailored marketing insights.", imageSrc: "http://img.b2bpic.net/free-vector/technology-concept-background_23-2148117807.jpg?_wi=9", imageAlt: "Content Creation"}, { - title: "Business & Strategy", - description: "AI-powered business ideas and professional marketing suggestions at scale.", - imageSrc: "http://img.b2bpic.net/free-vector/technology-concept-background_23-2148117807.jpg?_wi=10", - imageAlt: "Business Strategy", - }, + title: "Business & Strategy", description: "AI-powered business ideas and professional marketing suggestions at scale.", imageSrc: "http://img.b2bpic.net/free-vector/technology-concept-background_23-2148117807.jpg?_wi=10", imageAlt: "Business Strategy"}, ]} title="Unmatched AI Capabilities" description="Powerful tools designed for learning, growth, and professional business productivity." @@ -166,57 +119,27 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - badge: "Entry", - price: "$45", - subtitle: "Perfect for casual users.", - features: [ - "Limited messages", - "Standard AI model", - "English learning assistant", - "Email support", - ], + id: "basic", badge: "Entry", price: "$45", subtitle: "Perfect for casual users.", features: [ + "Limited messages", "Standard AI model", "English learning assistant", "Email support"], buttons: [ { - text: "Get Basic", - href: "#", - }, + text: "Get Basic", href: "#"}, ], }, { - id: "pro", - badge: "Popular", - price: "$75", - subtitle: "For power users & professionals.", - features: [ - "Unlimited messages", - "Advanced AI model", - "Full analytics", - "Priority support", - ], + id: "pro", badge: "Popular", price: "$75", subtitle: "For power users & professionals.", features: [ + "Unlimited messages", "Advanced AI model", "Full analytics", "Priority support"], buttons: [ { - text: "Get Pro", - href: "#", - }, + text: "Get Pro", href: "#"}, ], }, { - id: "premium", - badge: "Enterprise", - price: "$99", - subtitle: "Full access to all capabilities.", - features: [ - "All Pro features", - "API access", - "Team collaboration", - "Dedicated manager", - ], + id: "premium", badge: "Enterprise", price: "$99", subtitle: "Full access to all capabilities.", features: [ + "All Pro features", "API access", "Team collaboration", "Dedicated manager"], buttons: [ { - text: "Get Premium", - href: "#", - }, + text: "Get Premium", href: "#"}, ], }, ]} @@ -232,45 +155,20 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Sarah J.", - handle: "@sarah_tech", - testimonial: "AuraAI completely transformed my workflow. It's like having a dedicated assistant 24/7.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5368.jpg?_wi=1", - }, + id: "1", name: "Sarah J.", handle: "@sarah_tech", testimonial: "AuraAI completely transformed my workflow. It's like having a dedicated assistant 24/7.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5368.jpg?_wi=1"}, { - id: "2", - name: "Mark D.", - handle: "@markdev", - testimonial: "The grammar assistant is a game-changer for my content writing. Highly recommend it.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-businessman-with-crossed-arms_23-2148242733.jpg", - }, + id: "2", name: "Mark D.", handle: "@markdev", testimonial: "The grammar assistant is a game-changer for my content writing. Highly recommend it.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-businessman-with-crossed-arms_23-2148242733.jpg"}, { - id: "3", - name: "Elena P.", - handle: "@elena_business", - testimonial: "Excellent business insights and marketing strategies. It feels like a real human advisor.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-yellow-jacket_23-2149020794.jpg", - }, + id: "3", name: "Elena P.", handle: "@elena_business", testimonial: "Excellent business insights and marketing strategies. It feels like a real human advisor.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-yellow-jacket_23-2149020794.jpg"}, { - id: "4", - name: "David K.", - handle: "@davidk", - testimonial: "Solid performance, great UI, and the fastest chat responses I've experienced so far.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-male-worker-sitting-working-his-computer_171337-5883.jpg", - }, + id: "4", name: "David K.", handle: "@davidk", testimonial: "Solid performance, great UI, and the fastest chat responses I've experienced so far.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-male-worker-sitting-working-his-computer_171337-5883.jpg"}, { - id: "5", - name: "Jessica R.", - handle: "@jess_creative", - testimonial: "Incredible productivity gains. I use AuraAI for every single project I manage.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5368.jpg?_wi=2", - }, + id: "5", name: "Jessica R.", handle: "@jess_creative", testimonial: "Incredible productivity gains. I use AuraAI for every single project I manage.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5368.jpg?_wi=2"}, ]} showRating={true} title="What Our Users Say" @@ -284,25 +182,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Is there a free trial?", - content: "Yes, we offer a free trial with limited messages to help you get started.", - }, + id: "q1", title: "Is there a free trial?", content: "Yes, we offer a free trial with limited messages to help you get started."}, { - id: "q2", - title: "Can I cancel my subscription?", - content: "You can cancel anytime directly from your dashboard settings.", - }, + id: "q2", title: "Can I cancel my subscription?", content: "You can cancel anytime directly from your dashboard settings."}, { - id: "q3", - title: "Is my data secure?", - content: "We prioritize security with end-to-end encryption and secure API protections.", - }, + id: "q3", title: "Is my data secure?", content: "We prioritize security with end-to-end encryption and secure API protections."}, { - id: "q4", - title: "What payment methods do you accept?", - content: "We accept Stripe, PayPal, and Razorpay for Indian users.", - }, + id: "q4", title: "What payment methods do you accept?", content: "We accept Stripe, PayPal, and Razorpay for Indian users."}, ]} imageSrc="http://img.b2bpic.net/free-photo/focused-woman-working-with-ai-chatbot-her-desktop-computer_482257-120813.jpg" mediaAnimation="slide-up" @@ -316,14 +202,11 @@ export default function LandingPage() { @@ -333,54 +216,33 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { - label: "Features", - href: "#features", - }, + label: "Features", href: "#features"}, { - label: "Pricing", - href: "#pricing", - }, + label: "Pricing", href: "#pricing"}, { - label: "About", - href: "#", - }, + label: "About", href: "#"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQ", - href: "#", - }, + label: "FAQ", href: "#"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, { - title: "Social", - items: [ + title: "Social", items: [ { - label: "Twitter", - href: "#", - }, + label: "Twitter", href: "#"}, { - label: "LinkedIn", - href: "#", - }, + label: "LinkedIn", href: "#"}, { - label: "GitHub", - href: "#", - }, + label: "GitHub", href: "#"}, ], }, ]} @@ -389,4 +251,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 1501ae48195c3cfd03e35e1805cea57b3739f9ae Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 07:51:04 +0000 Subject: [PATCH 5/5] Update src/app/styles/variables.css --- src/app/styles/variables.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 33ae30b..fe02878 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; + --background: #000000; + --card: #0a0a0a; --foreground: #ffffff; --primary-cta: #00d4ff; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; --accent: #00d4ff; - --background-accent: #1a1a1a; + --background-accent: #002a33; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1