Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c4cd785eb2 |
246
src/app/page.tsx
246
src/app/page.tsx
@@ -33,23 +33,15 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Login", id: "contact"},
|
||||||
id: "home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Security",
|
name: "Home", id: "home"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Support",
|
name: "Security", id: "features"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="PUBG Emergency Auth"
|
brandName="PUBG Emergency Auth"
|
||||||
button={{
|
button={{
|
||||||
text: "Verify Now",
|
text: "Verify Now", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -59,69 +51,37 @@ export default function LandingPage() {
|
|||||||
description="Secure your compromised PUBG Mobile account immediately using our verified emergency recovery protocol."
|
description="Secure your compromised PUBG Mobile account immediately using our verified emergency recovery protocol."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "John Doe",
|
name: "John Doe", handle: "@pubg_pro", testimonial: "Saved my account in minutes. Incredible service.", rating: 5,
|
||||||
handle: "@pubg_pro",
|
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637780.jpg"},
|
||||||
testimonial: "Saved my account in minutes. Incredible service.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637780.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Sarah Miller",
|
name: "Sarah Miller", handle: "@gaming_fan", testimonial: "Fast response when I lost my credentials.", rating: 5,
|
||||||
handle: "@gaming_fan",
|
imageSrc: "http://img.b2bpic.net/free-photo/key-lock-password-security-privacy-protection-graphic_53876-122570.jpg"},
|
||||||
testimonial: "Fast response when I lost my credentials.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/key-lock-password-security-privacy-protection-graphic_53876-122570.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Alex Riv",
|
name: "Alex Riv", handle: "@esports_star", testimonial: "The only way to verify ownership securely.", rating: 5,
|
||||||
handle: "@esports_star",
|
imageSrc: "http://img.b2bpic.net/free-photo/laptop-screen-with-technical-information_53876-101869.jpg"},
|
||||||
testimonial: "The only way to verify ownership securely.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-screen-with-technical-information_53876-101869.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Mike Tech",
|
name: "Mike Tech", handle: "@gamer_guy", testimonial: "Professional authentication process.", rating: 5,
|
||||||
handle: "@gamer_guy",
|
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637762.jpg"},
|
||||||
testimonial: "Professional authentication process.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637762.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Lena K",
|
name: "Lena K", handle: "@battle_royale", testimonial: "Highly reliable account protection.", rating: 5,
|
||||||
handle: "@battle_royale",
|
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169866.jpg"},
|
||||||
testimonial: "Highly reliable account protection.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169866.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Authenticate Now",
|
text: "Authenticate Now", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/it-specialist-working-data-center-facility-housing-storage-hardware-close-up_482257-90136.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/it-specialist-working-data-center-facility-housing-storage-hardware-close-up_482257-90136.jpg"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/futuristic-data-interface_23-2152011741.jpg",
|
src: "http://img.b2bpic.net/free-photo/futuristic-data-interface_23-2152011741.jpg", alt: "Verification user one"},
|
||||||
alt: "Verification user one",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/cybersecurity-professional-work_23-2152001152.jpg",
|
src: "http://img.b2bpic.net/free-photo/cybersecurity-professional-work_23-2152001152.jpg", alt: "Verification user two"},
|
||||||
alt: "Verification user two",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/businessman-using-smartwatch-hologram-presentation-wearable-gadget_53876-97061.jpg",
|
src: "http://img.b2bpic.net/free-photo/businessman-using-smartwatch-hologram-presentation-wearable-gadget_53876-97061.jpg", alt: "Verification user three"},
|
||||||
alt: "Verification user three",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/special-operations-engineer-following-enemy-warships-submarines_482257-91174.jpg",
|
src: "http://img.b2bpic.net/free-photo/special-operations-engineer-following-enemy-warships-submarines_482257-91174.jpg", alt: "Verification user four"},
|
||||||
alt: "Verification user four",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg",
|
src: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", alt: "Verification user five"},
|
||||||
alt: "Verification user five",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 50,000+ players"
|
avatarText="Trusted by 50,000+ players"
|
||||||
/>
|
/>
|
||||||
@@ -134,23 +94,14 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", icon: Shield,
|
||||||
icon: Shield,
|
title: "Accounts Secured", value: "50K+"},
|
||||||
title: "Accounts Secured",
|
|
||||||
value: "50K+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", icon: Zap,
|
||||||
icon: Zap,
|
title: "Recovery Time", value: "<10m"},
|
||||||
title: "Recovery Time",
|
|
||||||
value: "<10m",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", icon: Award,
|
||||||
icon: Award,
|
title: "Success Rate", value: "99.8%"},
|
||||||
title: "Success Rate",
|
|
||||||
value: "99.8%",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Account Protection Stats"
|
title="Account Protection Stats"
|
||||||
description="Our verified results for account recovery."
|
description="Our verified results for account recovery."
|
||||||
@@ -164,17 +115,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
negativeCard={{
|
negativeCard={{
|
||||||
items: [
|
items: [
|
||||||
"Manual verification required",
|
"Manual verification required", "Session lockout enforced", "IP verification mandatory"],
|
||||||
"Session lockout enforced",
|
|
||||||
"IP verification mandatory",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
positiveCard={{
|
positiveCard={{
|
||||||
items: [
|
items: [
|
||||||
"Real-time biometric scan",
|
"Real-time biometric scan", "Encrypted session tokens", "Verified recovery path"],
|
||||||
"Encrypted session tokens",
|
|
||||||
"Verified recovery path",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
title="Security Features"
|
title="Security Features"
|
||||||
description="Robust layers of verification for your peace of mind."
|
description="Robust layers of verification for your peace of mind."
|
||||||
@@ -187,55 +132,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "User 1", date: "2024-05", title: "Verified", quote: "Instant verification.", tag: "PUBG", avatarSrc: "http://img.b2bpic.net/free-photo/computer-security-data-protection-concept_107791-15659.jpg", imageSrc: "http://img.b2bpic.net/free-photo/digital-cybersecurity-shield-network-background_84443-85964.jpg"},
|
||||||
name: "User 1",
|
|
||||||
date: "2024-05",
|
|
||||||
title: "Verified",
|
|
||||||
quote: "Instant verification.",
|
|
||||||
tag: "PUBG",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/computer-security-data-protection-concept_107791-15659.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-cybersecurity-shield-network-background_84443-85964.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "User 2", date: "2024-05", title: "Verified", quote: "Professional team.", tag: "Mobile", avatarSrc: "http://img.b2bpic.net/free-photo/password-lock-phone-screen_1387-184.jpg", imageSrc: "http://img.b2bpic.net/free-photo/device-protected-by-cyber-security_23-2149270833.jpg"},
|
||||||
name: "User 2",
|
|
||||||
date: "2024-05",
|
|
||||||
title: "Verified",
|
|
||||||
quote: "Professional team.",
|
|
||||||
tag: "Mobile",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/password-lock-phone-screen_1387-184.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/device-protected-by-cyber-security_23-2149270833.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "User 3", date: "2024-05", title: "Verified", quote: "Secure and fast.", tag: "Global", avatarSrc: "http://img.b2bpic.net/free-photo/isolated-copy-space-running-laptop-high-tech-agency-office_482257-121529.jpg", imageSrc: "http://img.b2bpic.net/free-photo/face-recognition-personal-identification-collage_23-2150165599.jpg"},
|
||||||
name: "User 3",
|
|
||||||
date: "2024-05",
|
|
||||||
title: "Verified",
|
|
||||||
quote: "Secure and fast.",
|
|
||||||
tag: "Global",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/isolated-copy-space-running-laptop-high-tech-agency-office_482257-121529.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/face-recognition-personal-identification-collage_23-2150165599.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "User 4", date: "2024-05", title: "Verified", quote: "Fixed login issue.", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-vector/lock-shield-cyber-security-technology-blue-tone_53876-119533.jpg", imageSrc: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301535.jpg"},
|
||||||
name: "User 4",
|
|
||||||
date: "2024-05",
|
|
||||||
title: "Verified",
|
|
||||||
quote: "Fixed login issue.",
|
|
||||||
tag: "Pro",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-vector/lock-shield-cyber-security-technology-blue-tone_53876-119533.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301535.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "User 5", date: "2024-05", title: "Verified", quote: "Excellent security.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/woman-using-phone-with-security-lock-icon_23-2152004110.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-smartphone-with-lock_23-2149101163.jpg"},
|
||||||
name: "User 5",
|
|
||||||
date: "2024-05",
|
|
||||||
title: "Verified",
|
|
||||||
quote: "Excellent security.",
|
|
||||||
tag: "Elite",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-using-phone-with-security-lock-icon_23-2152004110.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-smartphone-with-lock_23-2149101163.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Security Success Stories"
|
title="Security Success Stories"
|
||||||
description="Real players trusting our auth system."
|
description="Real players trusting our auth system."
|
||||||
@@ -249,36 +154,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "basic",
|
id: "basic", badge: "Essential", price: "Free", subtitle: "Standard Security", features: [
|
||||||
badge: "Essential",
|
"Identity check", "E-mail verify"],
|
||||||
price: "Free",
|
|
||||||
subtitle: "Standard Security",
|
|
||||||
features: [
|
|
||||||
"Identity check",
|
|
||||||
"E-mail verify",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pro",
|
id: "pro", badge: "Advanced", price: "$19", subtitle: "Enhanced Protection", features: [
|
||||||
badge: "Advanced",
|
"Biometrics", "24/7 Priority", "IP Lock"],
|
||||||
price: "$19",
|
|
||||||
subtitle: "Enhanced Protection",
|
|
||||||
features: [
|
|
||||||
"Biometrics",
|
|
||||||
"24/7 Priority",
|
|
||||||
"IP Lock",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "ultra",
|
id: "ultra", badge: "Elite", price: "$49", subtitle: "Emergency Response", features: [
|
||||||
badge: "Elite",
|
"Instant Lockout", "Dedicated Agent", "Device Sync"],
|
||||||
price: "$49",
|
|
||||||
subtitle: "Emergency Response",
|
|
||||||
features: [
|
|
||||||
"Instant Lockout",
|
|
||||||
"Dedicated Agent",
|
|
||||||
"Device Sync",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Verification Levels"
|
title="Verification Levels"
|
||||||
@@ -291,14 +176,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"PUBG Corp",
|
"PUBG Corp", "Tencent Games", "Bluehole", "Global E-Sports", "Mobile Secure Inc.", "Cloud Auth", "Identity Verify"]}
|
||||||
"Tencent Games",
|
|
||||||
"Bluehole",
|
|
||||||
"Global E-Sports",
|
|
||||||
"Mobile Secure Inc.",
|
|
||||||
"Cloud Auth",
|
|
||||||
"Identity Verify",
|
|
||||||
]}
|
|
||||||
title="Verified Globally"
|
title="Verified Globally"
|
||||||
description="Trusted by platforms across the ecosystem."
|
description="Trusted by platforms across the ecosystem."
|
||||||
/>
|
/>
|
||||||
@@ -309,20 +187,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "How long does auth take?", content: "Under 10 minutes."},
|
||||||
title: "How long does auth take?",
|
|
||||||
content: "Under 10 minutes.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Is my data encrypted?", content: "Military grade."},
|
||||||
title: "Is my data encrypted?",
|
|
||||||
content: "Military grade.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Can I recover linked accounts?", content: "Yes, we support multi-platform."},
|
||||||
title: "Can I recover linked accounts?",
|
|
||||||
content: "Yes, we support multi-platform.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Common Auth Questions"
|
sideTitle="Common Auth Questions"
|
||||||
faqsAnimation="blur-reveal"
|
faqsAnimation="blur-reveal"
|
||||||
@@ -333,14 +202,11 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "cell-wave",
|
variant: "cell-wave"}}
|
||||||
}}
|
|
||||||
text="Initiate emergency login authentication now. Our secure channel is live."
|
text="Initiate emergency login authentication now. Our secure channel is live."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Authenticate My Account",
|
text: "Authenticate My Account", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -350,29 +216,19 @@ export default function LandingPage() {
|
|||||||
logoText="PUBG Emergency Auth"
|
logoText="PUBG Emergency Auth"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Security",
|
title: "Security", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Protocols",
|
label: "Protocols", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy",
|
label: "Privacy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user