Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
301
src/app/page.tsx
301
src/app/page.tsx
@@ -34,33 +34,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Aeterna"
|
||||
bottomLeftText="Digital Legacy. Secured."
|
||||
@@ -74,39 +60,23 @@ export default function LandingPage() {
|
||||
description="Secure Your Legacy. The Ultimate Deadman Switch Protocol for Digital Assets."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Features",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Features", href: "#features"},
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Get Started", href: "#pricing"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-blockchain-technology_23-2151480186.jpg",
|
||||
imageAlt: "Futuristic digital security interface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-blockchain-technology_23-2151480186.jpg", imageAlt: "Futuristic digital security interface"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-blockchain-technology_23-2151480172.jpg",
|
||||
imageAlt: "Deadman switch concept",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-blockchain-technology_23-2151480172.jpg", imageAlt: "Deadman switch concept"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841659.jpg",
|
||||
imageAlt: "Secure digital vault",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841659.jpg", imageAlt: "Secure digital vault"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-augmented-reality_1134-137.jpg",
|
||||
imageAlt: "Digital timeline protocol",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-augmented-reality_1134-137.jpg", imageAlt: "Digital timeline protocol"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sound-button-closeup-laptop-keyboard_169016-62909.jpg",
|
||||
imageAlt: "Secure dashboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sound-button-closeup-laptop-keyboard_169016-62909.jpg", imageAlt: "Secure dashboard"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-creepy-halloween-with-copy-space_23-2148614308.jpg",
|
||||
imageAlt: "Digital ghost legacy",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-creepy-halloween-with-copy-space_23-2148614308.jpg", imageAlt: "Digital ghost legacy"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={false}
|
||||
@@ -121,17 +91,11 @@ export default function LandingPage() {
|
||||
description="Aeterna is a revolutionary deadman switch protocol designed to protect your digital assets and ensure your legacy is managed according to your wishes, even in unforeseen circumstances. We provide a decentralized, secure, and automated solution for peace of mind."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Decentralized Network",
|
||||
description: "Leveraging blockchain technology for unparalleled security and autonomy.",
|
||||
},
|
||||
title: "Decentralized Network", description: "Leveraging blockchain technology for unparalleled security and autonomy."},
|
||||
{
|
||||
title: "Automated Execution",
|
||||
description: "Ensuring your directives are followed precisely, without human intervention.",
|
||||
},
|
||||
title: "Automated Execution", description: "Ensuring your directives are followed precisely, without human intervention."},
|
||||
{
|
||||
title: "Unbreakable Encryption",
|
||||
description: "Your digital assets are protected with state-of-the-art cryptographic methods.",
|
||||
},
|
||||
title: "Unbreakable Encryption", description: "Your digital assets are protected with state-of-the-art cryptographic methods."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/future-visions-business-technology-concept_23-2151893460.jpg"
|
||||
imageAlt="Secure decentralized network"
|
||||
@@ -147,23 +111,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Smart Contract Logic",
|
||||
description: "Automated, tamper-proof execution of your directives via self-executing contracts on the blockchain.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-man-using-tablet-data-center-ensuring-rigs-are-functioning_482257-89991.jpg",
|
||||
imageAlt: "Smart contract logic",
|
||||
},
|
||||
title: "Smart Contract Logic", description: "Automated, tamper-proof execution of your directives via self-executing contracts on the blockchain.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-man-using-tablet-data-center-ensuring-rigs-are-functioning_482257-89991.jpg", imageAlt: "Smart contract logic"},
|
||||
{
|
||||
title: "End-to-End Encryption",
|
||||
description: "Your sensitive data is protected at every layer with military-grade encryption standards, ensuring privacy and integrity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-fluorescent-make-up_23-2148410092.jpg",
|
||||
imageAlt: "End-to-end encryption",
|
||||
},
|
||||
title: "End-to-End Encryption", description: "Your sensitive data is protected at every layer with military-grade encryption standards, ensuring privacy and integrity.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-fluorescent-make-up_23-2148410092.jpg", imageAlt: "End-to-end encryption"},
|
||||
{
|
||||
title: "Multi-Signature Security",
|
||||
description: "Require approval from multiple designated parties for critical actions, enhancing security and preventing single points of failure.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572163.jpg",
|
||||
imageAlt: "Multi-signature security",
|
||||
},
|
||||
title: "Multi-Signature Security", description: "Require approval from multiple designated parties for critical actions, enhancing security and preventing single points of failure.", imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572163.jpg", imageAlt: "Multi-signature security"},
|
||||
]}
|
||||
title="Key Features"
|
||||
description="Aeterna provides unparalleled security and control over your digital future with advanced technological solutions."
|
||||
@@ -177,23 +129,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: ShieldCheck,
|
||||
title: "Security Rating",
|
||||
value: "100%",
|
||||
},
|
||||
id: "m1", icon: ShieldCheck,
|
||||
title: "Security Rating", value: "100%"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Users,
|
||||
title: "Active Users",
|
||||
value: "20K+",
|
||||
},
|
||||
id: "m2", icon: Users,
|
||||
title: "Active Users", value: "20K+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Lock,
|
||||
title: "Assets Secured",
|
||||
value: "$50M+",
|
||||
},
|
||||
id: "m3", icon: Lock,
|
||||
title: "Assets Secured", value: "$50M+"},
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Aeterna is building a resilient and trustworthy network for digital legacy management, with a focus on security and user empowerment."
|
||||
@@ -204,65 +147,34 @@ export default function LandingPage() {
|
||||
<PricingCardEight
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Standard",
|
||||
badgeIcon: Shield,
|
||||
price: "$99/year",
|
||||
subtitle: "Essential digital legacy protection",
|
||||
buttons: [
|
||||
id: "basic", badge: "Standard", badgeIcon: Shield,
|
||||
price: "$99/year", subtitle: "Essential digital legacy protection", buttons: [
|
||||
{
|
||||
text: "Select Standard",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Select Standard", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Basic Deadman Switch",
|
||||
"Standard Encryption",
|
||||
"Email Notifications",
|
||||
"Single Beneficiary",
|
||||
],
|
||||
"Basic Deadman Switch", "Standard Encryption", "Email Notifications", "Single Beneficiary"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Recommended",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$199/year",
|
||||
subtitle: "Comprehensive digital asset management",
|
||||
buttons: [
|
||||
id: "pro", badge: "Recommended", badgeIcon: Sparkles,
|
||||
price: "$199/year", subtitle: "Comprehensive digital asset management", buttons: [
|
||||
{
|
||||
text: "Select Pro",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Select Pro", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Advanced Deadman Switch",
|
||||
"Multi-Signature Security",
|
||||
"Customizable Triggers",
|
||||
"Multiple Beneficiaries",
|
||||
"Priority Support",
|
||||
],
|
||||
"Advanced Deadman Switch", "Multi-Signature Security", "Customizable Triggers", "Multiple Beneficiaries", "Priority Support"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Premium",
|
||||
badgeIcon: Award,
|
||||
price: "Custom",
|
||||
subtitle: "Tailored solutions for complex needs",
|
||||
buttons: [
|
||||
id: "enterprise", badge: "Premium", badgeIcon: Award,
|
||||
price: "Custom", subtitle: "Tailored solutions for complex needs", buttons: [
|
||||
{
|
||||
text: "Contact for Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact for Quote", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Fully Customizable Protocol",
|
||||
"Dedicated Account Manager",
|
||||
"API Access & Integrations",
|
||||
"On-Premise Deployment Options",
|
||||
"24/7 Premium Support",
|
||||
],
|
||||
"Fully Customizable Protocol", "Dedicated Account Manager", "API Access & Integrations", "On-Premise Deployment Options", "24/7 Premium Support"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Plans"
|
||||
@@ -275,14 +187,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"CipherGuard",
|
||||
"LegacyChain",
|
||||
"Ethos Trust",
|
||||
"Sentinel Labs",
|
||||
"QuantumSecure",
|
||||
"Veridian Tech",
|
||||
"DigitalVault Inc.",
|
||||
]}
|
||||
"CipherGuard", "LegacyChain", "Ethos Trust", "Sentinel Labs", "QuantumSecure", "Veridian Tech", "DigitalVault Inc."]}
|
||||
title="Trusted by Innovators"
|
||||
description="Leading digital entities and security experts endorse Aeterna's robust protocol and commitment to digital legacy."
|
||||
/>
|
||||
@@ -296,50 +201,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex K.",
|
||||
role: "CTO, Quantum Innovations",
|
||||
company: "Quantum Innovations",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-guy-wears-trendy-wristwatch-posing-with-smile-near-beige-wall-outdoor-portrait-black-man-good-mood-standing-with-arms-crossed_197531-21794.jpg",
|
||||
imageAlt: "Alex K. professional portrait",
|
||||
},
|
||||
id: "t1", name: "Alex K.", role: "CTO, Quantum Innovations", company: "Quantum Innovations", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-guy-wears-trendy-wristwatch-posing-with-smile-near-beige-wall-outdoor-portrait-black-man-good-mood-standing-with-arms-crossed_197531-21794.jpg", imageAlt: "Alex K. professional portrait"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah J.",
|
||||
role: "Estate Planning Attorney",
|
||||
company: "Legacy Legal",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg",
|
||||
imageAlt: "Sarah J. professional portrait",
|
||||
},
|
||||
id: "t2", name: "Sarah J.", role: "Estate Planning Attorney", company: "Legacy Legal", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg", imageAlt: "Sarah J. professional portrait"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Michael L.",
|
||||
role: "Crypto Investor",
|
||||
company: "Independent",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3779.jpg",
|
||||
imageAlt: "Michael L. professional portrait",
|
||||
},
|
||||
id: "t3", name: "Michael L.", role: "Crypto Investor", company: "Independent", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3779.jpg", imageAlt: "Michael L. professional portrait"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Emily R.",
|
||||
role: "Financial Advisor",
|
||||
company: "WealthGuard Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/standing-businesswoman-company-office-reading-official-document_482257-5669.jpg",
|
||||
imageAlt: "Emily R. professional portrait",
|
||||
},
|
||||
id: "t4", name: "Emily R.", role: "Financial Advisor", company: "WealthGuard Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/standing-businesswoman-company-office-reading-official-document_482257-5669.jpg", imageAlt: "Emily R. professional portrait"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "David W.",
|
||||
role: "Cybersecurity Expert",
|
||||
company: "SecureNet Corp.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fbi-agent-focused-crime-investigation_1098-15349.jpg",
|
||||
imageAlt: "David W. professional portrait",
|
||||
},
|
||||
id: "t5", name: "David W.", role: "Cybersecurity Expert", company: "SecureNet Corp.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fbi-agent-focused-crime-investigation_1098-15349.jpg", imageAlt: "David W. professional portrait"},
|
||||
]}
|
||||
title="What Our Users Say"
|
||||
description="Hear from individuals and professionals who trust Aeterna with their digital future and asset management."
|
||||
@@ -351,20 +226,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What is a Deadman Switch?",
|
||||
content: "A Deadman Switch is a mechanism that automatically triggers an action (like releasing information or assets) if its owner ceases to perform a regular check-in, ensuring your digital legacy is protected even in unforeseen circumstances.",
|
||||
},
|
||||
id: "q1", title: "What is a Deadman Switch?", content: "A Deadman Switch is a mechanism that automatically triggers an action (like releasing information or assets) if its owner ceases to perform a regular check-in, ensuring your digital legacy is protected even in unforeseen circumstances."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How does Aeterna ensure security?",
|
||||
content: "Aeterna utilizes decentralized blockchain technology, multi-signature security, and state-of-the-art encryption to protect your assets and execute your directives securely and without compromise.",
|
||||
},
|
||||
id: "q2", title: "How does Aeterna ensure security?", content: "Aeterna utilizes decentralized blockchain technology, multi-signature security, and state-of-the-art encryption to protect your assets and execute your directives securely and without compromise."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What kind of assets can I protect?",
|
||||
content: "You can protect various digital assets, including cryptocurrency, important documents, access credentials, private keys, and any other sensitive digital information you wish to pass on or secure.",
|
||||
},
|
||||
id: "q3", title: "What kind of assets can I protect?", content: "You can protect various digital assets, including cryptocurrency, important documents, access credentials, private keys, and any other sensitive digital information you wish to pass on or secure."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find quick answers to the most common questions about Aeterna and our Deadman Switch protocol."
|
||||
@@ -377,8 +243,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Connect with Us"
|
||||
title="Secure Your Digital Legacy"
|
||||
description="Have questions or need assistance? Our team is here to help you navigate Aeterna's powerful Deadman Switch protocol and protect your digital future."
|
||||
@@ -397,67 +262,41 @@ export default function LandingPage() {
|
||||
logoText="Aeterna"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "How it Works",
|
||||
href: "#about",
|
||||
},
|
||||
label: "How it Works", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Team",
|
||||
href: "#",
|
||||
},
|
||||
label: "Team", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Support", href: "#contact"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user