Merge version_1 into main #2
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -34,7 +34,8 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Start Chatting", href: "#hero"}}
|
||||
text: "Start Chatting", href: "#hero"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -45,8 +46,8 @@ export default function LandingPage() {
|
||||
tag="One-Time Messaging"
|
||||
tagIcon={MessageSquare}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-man-typing-prompts-into-ai-powered-chat_482257-123072.jpg?_wi=1"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-man-typing-prompts-into-ai-powered-chat_482257-123072.jpg"
|
||||
imageAlt="Anonymous messaging interface"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -67,11 +68,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Sign up required", "Account history saved", "Profile creation needed", "Personal data collected", "Traceable conversations"],
|
||||
"Sign up required", "Account history saved", "Profile creation needed", "Personal data collected", "Traceable conversations"
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"No sign-up needed", "One-time messages only", "Complete anonymity", "Zero data storage", "Untraceable by default"],
|
||||
"No sign-up needed", "One-time messages only", "Complete anonymity", "Zero data storage", "Untraceable by default"
|
||||
],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -106,17 +109,23 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How do I start a conversation?", content: "Simply generate a unique code on our platform and share it with someone. They can enter that code and send you one message in return. It's that simple."},
|
||||
id: "1", title: "How do I start a conversation?", content: "Simply generate a unique code on our platform and share it with someone. They can enter that code and send you one message in return. It's that simple."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Is my identity really protected?", content: "Yes. We don't collect personal information, require sign-ups, or store conversation history. Each code is unique and conversations are one-time only by design."},
|
||||
id: "2", title: "Is my identity really protected?", content: "Yes. We don't collect personal information, require sign-ups, or store conversation history. Each code is unique and conversations are one-time only by design."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Can I have multiple conversations?", content: "Yes, but each conversation requires a new code. Generate as many codes as you need—each one enables a fresh, one-time exchange with a different person."},
|
||||
id: "3", title: "Can I have multiple conversations?", content: "Yes, but each conversation requires a new code. Generate as many codes as you need—each one enables a fresh, one-time exchange with a different person."
|
||||
},
|
||||
{
|
||||
id: "4", title: "What happens if I don't use my code?", content: "Unused codes expire after 24 hours for security. If you need a longer window, simply generate a fresh code whenever you're ready to chat."},
|
||||
id: "4", title: "What happens if I don't use my code?", content: "Unused codes expire after 24 hours for security. If you need a longer window, simply generate a fresh code whenever you're ready to chat."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Can I edit or delete my message?", content: "No. Each message is final once sent. This one-time-only approach ensures authenticity and prevents conversation manipulation."},
|
||||
id: "5", title: "Can I edit or delete my message?", content: "No. Each message is final once sent. This one-time-only approach ensures authenticity and prevents conversation manipulation."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Is this platform free?", content: "Yes, completely free. We believe in accessible, private communication for everyone. No hidden fees or premium tiers."},
|
||||
id: "6", title: "Is this platform free?", content: "Yes, completely free. We believe in accessible, private communication for everyone. No hidden fees or premium tiers."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -131,7 +140,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-man-typing-prompts-into-ai-powered-chat_482257-123072.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-man-typing-prompts-into-ai-powered-chat_482257-123072.jpg"
|
||||
imageAlt="Start chatting now"
|
||||
inputPlaceholder="Enter your email (optional)"
|
||||
buttonText="Generate Code"
|
||||
|
||||
Reference in New Issue
Block a user