Merge version_1 into main #2
@@ -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 (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -26,15 +26,12 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Chat",
|
||||
id: "/chat",
|
||||
},
|
||||
name: "Chat", id: "/chat"},
|
||||
]}
|
||||
brandName="Luther"
|
||||
button={{ text: "Chat Now", href: "/chat" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -42,13 +39,12 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Luther Interface"
|
||||
title="Start Chatting"
|
||||
description="Welcome back. How can I help you today?"
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smartphone-with-opened-ai-chat-it_1268-21623.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smartphone-with-opened-ai-chat-it_1268-21623.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
106
src/app/page.tsx
106
src/app/page.tsx
@@ -29,15 +29,12 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Chat",
|
||||
id: "/chat",
|
||||
},
|
||||
name: "Chat", id: "/chat"},
|
||||
]}
|
||||
brandName="Luther"
|
||||
button={{ text: "Get Started", href: "/chat" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user