diff --git a/src/app/chat/page.tsx b/src/app/chat/page.tsx index dd458b1..aa3d7a4 100644 --- a/src/app/chat/page.tsx +++ b/src/app/chat/page.tsx @@ -7,7 +7,7 @@ import FaqDouble from '@/components/sections/faq/FaqDouble'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function ChatPage() { return ( @@ -42,13 +39,12 @@ export default function LandingPage() { @@ -61,15 +57,9 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "1", - title: "How does privacy work?", - content: "All conversations are encrypted and never used for training models.", - }, + id: "1", title: "How does privacy work?", content: "All conversations are encrypted and never used for training models."}, { - id: "2", - title: "Can I export chats?", - content: "Yes, you can export your session history from the settings panel.", - }, + id: "2", title: "Can I export chats?", content: "Yes, you can export your session history from the settings panel."}, ]} /> @@ -80,25 +70,17 @@ export default function LandingPage() { { items: [ { - label: "About", - href: "#", - }, + label: "About", href: "#"}, { - label: "Blog", - href: "#", - }, + label: "Blog", href: "#"}, ], }, { items: [ { - label: "Legal", - href: "#", - }, + label: "Legal", href: "#"}, { - label: "Contact", - href: "#", - }, + label: "Contact", href: "#"}, ], }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index ce722fa..f8773bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,15 +29,12 @@ export default function LandingPage() { @@ -47,11 +44,9 @@ export default function LandingPage() { description="Your intelligent assistant for answers, ideas, and productivity." buttons={[ { - text: "Try Luther", - href: "/chat", - }, + text: "Try Luther", href: "/chat"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/smartphone-with-opened-ai-chat-it_1268-21623.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/smartphone-with-opened-ai-chat-it_1268-21623.jpg" /> @@ -62,26 +57,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Fast Answers", - description: "Get precise, lightning-fast responses.", - tag: "Speed", - imageSrc: "http://img.b2bpic.net/free-vector/collection-futuristic-infographic-elements_52683-15148.jpg", - }, + id: "1", title: "Fast Answers", description: "Get precise, lightning-fast responses.", tag: "Speed", imageSrc: "http://img.b2bpic.net/free-vector/collection-futuristic-infographic-elements_52683-15148.jpg"}, { - id: "2", - title: "Smart Conversations", - description: "Deep understanding that evolves.", - tag: "Context", - imageSrc: "http://img.b2bpic.net/free-vector/flat-thinking-concept_23-2148160751.jpg", - }, + id: "2", title: "Smart Conversations", description: "Deep understanding that evolves.", tag: "Context", imageSrc: "http://img.b2bpic.net/free-vector/flat-thinking-concept_23-2148160751.jpg"}, { - id: "3", - title: "All-in-One Utility", - description: "School, business, fitness, and beyond.", - tag: "Utility", - imageSrc: "http://img.b2bpic.net/free-photo/gear-icon-front-side_187299-39461.jpg", - }, + id: "3", title: "All-in-One Utility", description: "School, business, fitness, and beyond.", tag: "Utility", imageSrc: "http://img.b2bpic.net/free-photo/gear-icon-front-side_187299-39461.jpg"}, ]} title="Designed for Results" description="Luther empowers your daily workflow with advanced understanding." @@ -94,26 +74,17 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "1", - title: "Step 1: Ask anything", - content: "Just type your question or request into the chat.", - }, + id: "1", title: "Step 1: Ask anything", content: "Just type your question or request into the chat."}, { - id: "2", - title: "Step 2: Luther thinks", - content: "Our engine processes context instantly.", - }, + id: "2", title: "Step 2: Luther thinks", content: "Our engine processes context instantly."}, { - id: "3", - title: "Step 3: Get clear answers", - content: "Your insights arrive in real-time.", - }, + id: "3", title: "Step 3: Get clear answers", content: "Your insights arrive in real-time."}, ]} mediaAnimation="slide-up" title="How it works" description="Three simple steps to mastery." faqsAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/smartphone-with-opened-ai-chat-it_1268-21623.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/smartphone-with-opened-ai-chat-it_1268-21623.jpg" /> @@ -124,12 +95,7 @@ export default function LandingPage() { title="Trusted by Innovators" description="Join the growing community of forward-thinking professionals." names={[ - "TechCorp", - "InnovateAI", - "GlobalSolutions", - "Streamline", - "NexusSystems", - ]} + "TechCorp", "InnovateAI", "GlobalSolutions", "Streamline", "NexusSystems"]} /> @@ -142,37 +108,19 @@ export default function LandingPage() { description="Simple, transparent pricing for every level of productivity." plans={[ { - id: "basic", - badge: "Starter", - price: "$0", - subtitle: "Essential AI access", - features: [ - "Unlimited chat", - "Standard context", - "Community support", - ], + id: "basic", badge: "Starter", price: "$0", subtitle: "Essential AI access", features: [ + "Unlimited chat", "Standard context", "Community support"], buttons: [ { - text: "Get Started", - href: "/chat", - }, + text: "Get Started", href: "/chat"}, ], }, { - id: "pro", - badge: "Pro", - price: "$29", - subtitle: "Advanced power features", - features: [ - "GPT-4 Turbo access", - "Extended memory", - "Priority support", - ], + id: "pro", badge: "Pro", price: "$29", subtitle: "Advanced power features", features: [ + "GPT-4 Turbo access", "Extended memory", "Priority support"], buttons: [ { - text: "Upgrade Now", - href: "/chat", - }, + text: "Upgrade Now", href: "/chat"}, ], }, ]} @@ -185,25 +133,17 @@ export default function LandingPage() { { items: [ { - label: "About", - href: "#", - }, + label: "About", href: "#"}, { - label: "Blog", - href: "#", - }, + label: "Blog", href: "#"}, ], }, { items: [ { - label: "Legal", - href: "#", - }, + label: "Legal", href: "#"}, { - label: "Contact", - href: "#", - }, + label: "Contact", href: "#"}, ], }, ]}