Update src/app/page.tsx
This commit is contained in:
269
src/app/page.tsx
269
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="AuraCrypto"
|
||||
/>
|
||||
@@ -56,38 +48,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Institutional-Grade Digital Assets"
|
||||
description="Unlock the future of finance with AuraCrypto. Professional, secure, and lightning-fast trading solutions for the modern investor."
|
||||
tag="Secure Trading Platform"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Started", href: "#"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7e64ix",
|
||||
imageAlt: "Dashboard UI",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7e64ix", imageAlt: "Dashboard UI"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=79qb01",
|
||||
imageAlt: "Blockchain Visual",
|
||||
},
|
||||
{
|
||||
imageSrc: "asset://hero-media-extra-1",
|
||||
imageAlt: "Digital finance interface",
|
||||
},
|
||||
{
|
||||
imageSrc: "asset://hero-media-extra-2",
|
||||
imageAlt: "Cryptocurrency market chart",
|
||||
},
|
||||
{
|
||||
imageSrc: "asset://hero-media-extra-3",
|
||||
imageAlt: "Global finance node network",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=79qb01", imageAlt: "Blockchain Visual"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -102,9 +75,7 @@ export default function LandingPage() {
|
||||
title="Built for Sophisticated Investors"
|
||||
buttons={[
|
||||
{
|
||||
text: "Read Our Vision",
|
||||
href: "#",
|
||||
},
|
||||
text: "Read Our Vision", href: "#"},
|
||||
]}
|
||||
tag="Our Philosophy"
|
||||
/>
|
||||
@@ -117,20 +88,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Advanced Cryptography",
|
||||
description: "Bank-grade security protocols for all your transactions.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=s8aytg",
|
||||
},
|
||||
title: "Advanced Cryptography", description: "Bank-grade security protocols for all your transactions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=s8aytg"},
|
||||
{
|
||||
title: "High-Frequency Insights",
|
||||
description: "Real-time analytics and data for faster trading decisions.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8872tl",
|
||||
},
|
||||
title: "High-Frequency Insights", description: "Real-time analytics and data for faster trading decisions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8872tl"},
|
||||
{
|
||||
title: "Global Ecosystem",
|
||||
description: "Unified trading network spanning 50+ countries securely.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w4zbxa",
|
||||
},
|
||||
title: "Global Ecosystem", description: "Unified trading network spanning 50+ countries securely.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w4zbxa"},
|
||||
]}
|
||||
title="Engineered for Success"
|
||||
description="Experience superior crypto services designed for performance and reliability."
|
||||
@@ -145,20 +107,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "$10B+",
|
||||
description: "Assets Managed",
|
||||
},
|
||||
id: "m1", value: "$10B+", description: "Assets Managed"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "99.9%",
|
||||
description: "Uptime Reliability",
|
||||
},
|
||||
id: "m2", value: "99.9%", description: "Uptime Reliability"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "50k+",
|
||||
description: "Active Traders",
|
||||
},
|
||||
id: "m3", value: "50k+", description: "Active Traders"},
|
||||
]}
|
||||
title="Proven Performance"
|
||||
description="Metrics that speak for our commitment to excellence."
|
||||
@@ -173,59 +126,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Vault",
|
||||
name: "Institutional Wallet",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nge6f0",
|
||||
},
|
||||
id: "p1", brand: "Vault", name: "Institutional Wallet", price: "Custom", rating: 5,
|
||||
reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nge6f0"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Secure",
|
||||
name: "Cold Storage Kit",
|
||||
price: "$299",
|
||||
rating: 5,
|
||||
reviewCount: "89",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=aidg0m",
|
||||
},
|
||||
id: "p2", brand: "Secure", name: "Cold Storage Kit", price: "$299", rating: 5,
|
||||
reviewCount: "89", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=aidg0m"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Trade",
|
||||
name: "Pro Terminal Access",
|
||||
price: "$99/mo",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vydx5r",
|
||||
},
|
||||
id: "p3", brand: "Trade", name: "Pro Terminal Access", price: "$99/mo", rating: 5,
|
||||
reviewCount: "210", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vydx5r"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Asset",
|
||||
name: "Wrapped BTC",
|
||||
price: "1:1 Ratio",
|
||||
rating: 5,
|
||||
reviewCount: "500+",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0506yz",
|
||||
},
|
||||
id: "p4", brand: "Asset", name: "Wrapped BTC", price: "1:1 Ratio", rating: 5,
|
||||
reviewCount: "500+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0506yz"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "App",
|
||||
name: "Exchange Mobile",
|
||||
price: "Free",
|
||||
rating: 5,
|
||||
reviewCount: "1k+",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0k701k",
|
||||
},
|
||||
id: "p5", brand: "App", name: "Exchange Mobile", price: "Free", rating: 5,
|
||||
reviewCount: "1k+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0k701k"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Key",
|
||||
name: "API Key Master",
|
||||
price: "$49/mo",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mjvu4h",
|
||||
},
|
||||
id: "p6", brand: "Key", name: "API Key Master", price: "$49/mo", rating: 5,
|
||||
reviewCount: "45", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mjvu4h"},
|
||||
]}
|
||||
title="Digital Asset Solutions"
|
||||
description="From cold storage to premium trading instruments, we have everything you need."
|
||||
@@ -239,57 +156,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
price: "$49",
|
||||
subtitle: "Core tools",
|
||||
buttons: [
|
||||
id: "basic", badge: "Essential", price: "$49", subtitle: "Core tools", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Started", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Limited API access",
|
||||
"Standard support",
|
||||
"Basic analytics",
|
||||
],
|
||||
"Limited API access", "Standard support", "Basic analytics"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Pro",
|
||||
price: "$199",
|
||||
subtitle: "Performance boost",
|
||||
buttons: [
|
||||
id: "pro", badge: "Pro", price: "$199", subtitle: "Performance boost", buttons: [
|
||||
{
|
||||
text: "Get Pro",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Pro", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Full API access",
|
||||
"Priority support",
|
||||
"Pro analytics tools",
|
||||
"Cold storage discount",
|
||||
],
|
||||
"Full API access", "Priority support", "Pro analytics tools", "Cold storage discount"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Enterprise",
|
||||
price: "Contact us",
|
||||
subtitle: "Institutional scale",
|
||||
buttons: [
|
||||
id: "enterprise", badge: "Enterprise", price: "Contact us", subtitle: "Institutional scale", buttons: [
|
||||
{
|
||||
text: "Talk to Sales",
|
||||
href: "#",
|
||||
},
|
||||
text: "Talk to Sales", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Custom integration",
|
||||
"24/7 dedicated lead",
|
||||
"Dedicated node access",
|
||||
"Institutional custody",
|
||||
],
|
||||
"Custom integration", "24/7 dedicated lead", "Dedicated node access", "Institutional custody"],
|
||||
},
|
||||
]}
|
||||
title="Select Your Tier"
|
||||
@@ -304,45 +192,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex Rivet",
|
||||
handle: "@arivet",
|
||||
testimonial: "The best platform I've used for my hedge fund.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pplauq",
|
||||
},
|
||||
id: "1", name: "Alex Rivet", handle: "@arivet", testimonial: "The best platform I've used for my hedge fund.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pplauq"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Chen",
|
||||
handle: "@schen",
|
||||
testimonial: "Unparalleled security and execution speed.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6fb3vk",
|
||||
},
|
||||
id: "2", name: "Sarah Chen", handle: "@schen", testimonial: "Unparalleled security and execution speed.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6fb3vk"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mike Ross",
|
||||
handle: "@mross",
|
||||
testimonial: "Simply the industry standard.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5vsc4i",
|
||||
},
|
||||
id: "3", name: "Mike Ross", handle: "@mross", testimonial: "Simply the industry standard.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5vsc4i"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jane Doe",
|
||||
handle: "@jdoe",
|
||||
testimonial: "Finally, an institutional wallet that works.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ck0lg1",
|
||||
},
|
||||
id: "4", name: "Jane Doe", handle: "@jdoe", testimonial: "Finally, an institutional wallet that works.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ck0lg1"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Kim",
|
||||
handle: "@dkim",
|
||||
testimonial: "Exceptional customer support team.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ij4ehu",
|
||||
},
|
||||
id: "5", name: "David Kim", handle: "@dkim", testimonial: "Exceptional customer support team.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ij4ehu"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Client Success Stories"
|
||||
@@ -354,14 +217,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
text="Ready to trade with AuraCrypto?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Open Account",
|
||||
href: "#",
|
||||
},
|
||||
text: "Open Account", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -372,42 +232,27 @@ export default function LandingPage() {
|
||||
logoText="AuraCrypto"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "Security",
|
||||
href: "#",
|
||||
},
|
||||
label: "Security", href: "#"},
|
||||
{
|
||||
label: "Trading",
|
||||
href: "#",
|
||||
},
|
||||
label: "Trading", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user