Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-08 19:10:27 +00:00

View File

@@ -31,22 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Features",
id: "features",
},
{
name: "Reviews",
id: "testimonials",
},
{
name: "Support",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Features", id: "features" },
{ name: "Reviews", id: "testimonials" },
{ name: "Support", id: "contact" },
]}
brandName="Temp-Mail"
/>
@@ -55,38 +43,19 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Keep your real inbox clean."
description="Get instant disposable temporary email addresses and receive emails, including photos or attachments, with perfect anonymity."
tag="Trusted by millions"
buttons={[
{
text: "Download on Play Store",
href: "https://play.google.com/store/apps/details?id=com.tempmail",
},
text: "Download on Play Store", href: "https://play.google.com/store/apps/details?id=com.tempmail"},
]}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=71n62p",
imageAlt: "Dashboard Interface",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=71n62p", imageAlt: "Dashboard Interface"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1pfs1k",
imageAlt: "Data Shield",
},
{
imageSrc: "asset://hero-extra-1",
imageAlt: "Secure inbox flow",
},
{
imageSrc: "asset://hero-extra-2",
imageAlt: "Fast mail generation",
},
{
imageSrc: "asset://hero-extra-3",
imageAlt: "Mobile sync",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1pfs1k", imageAlt: "Data Shield"},
]}
mediaAnimation="slide-up"
rating={5}
@@ -101,34 +70,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "f1",
label: "Instant",
title: "Generate Emails",
items: [
"Instant creation",
"No registration",
"Anonymous access",
],
id: "f1", label: "Instant", title: "Generate Emails", items: [
"Instant creation", "No registration", "Anonymous access"],
},
{
id: "f2",
label: "Private",
title: "Security First",
items: [
"No spam in inbox",
"Encryption in transit",
"Data deletion",
],
id: "f2", label: "Private", title: "Security First", items: [
"No spam in inbox", "Encryption in transit", "Data deletion"],
},
{
id: "f3",
label: "Rich",
title: "Full Support",
items: [
"Receive images",
"Download attachments",
"Fast delivery",
],
id: "f3", label: "Rich", title: "Full Support", items: [
"Receive images", "Download attachments", "Fast delivery"],
},
]}
title="Why Choose Temp-Mail?"
@@ -142,19 +93,13 @@ export default function LandingPage() {
title="Data Privacy & Security"
metrics={[
{
label: "Encryption",
value: "256-bit",
icon: Shield,
label: "Encryption", value: "256-bit", icon: Shield,
},
{
label: "Retention",
value: "10-Min",
icon: Clock,
label: "Retention", value: "10-Min", icon: Clock,
},
{
label: "Userbase",
value: "10M+",
icon: Users,
label: "Userbase", value: "10M+", icon: Users,
},
]}
metricsAnimation="slide-up"
@@ -168,26 +113,11 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1",
title: "Secure Transactions",
value: "1B+",
description: "Billions of emails processed safely.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ildygu",
},
id: "m1", title: "Secure Transactions", value: "1B+", description: "Billions of emails processed safely.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ildygu"},
{
id: "m2",
title: "Global Reach",
value: "150+",
description: "Served in over 150 countries.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9bxoas",
},
id: "m2", title: "Global Reach", value: "150+", description: "Served in over 150 countries.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9bxoas"},
{
id: "m3",
title: "Advanced Security",
value: "AES",
description: "Standard encryption protection.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8kudkl",
},
id: "m3", title: "Advanced Security", value: "AES", description: "Standard encryption protection.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8kudkl"},
]}
title="App Performance"
description="Trusted globally for secure email management."
@@ -199,30 +129,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah J.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qperj8",
},
id: "t1", name: "Sarah J.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qperj8"},
{
id: "t2",
name: "Michael C.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mejbzk",
},
id: "t2", name: "Michael C.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mejbzk"},
{
id: "t3",
name: "David K.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=02rd7a",
},
id: "t3", name: "David K.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=02rd7a"},
{
id: "t4",
name: "Emily R.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w9mjgv",
},
id: "t4", name: "Emily R.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w9mjgv"},
{
id: "t5",
name: "Alex B.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=08nl26",
},
id: "t5", name: "Alex B.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=08nl26"},
]}
cardTitle="What our users say"
cardTag="Verified reviews"
@@ -235,20 +150,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "Are my emails private?",
content: "Yes, we prioritize your data privacy and security.",
},
id: "q1", title: "Are my emails private?", content: "Yes, we prioritize your data privacy and security."},
{
id: "q2",
title: "Do I have to register?",
content: "No registration is required. You get an address immediately.",
},
id: "q2", title: "Do I have to register?", content: "No registration is required. You get an address immediately."},
{
id: "q3",
title: "How long do emails stay?",
content: "Emails typically stay in your inbox for up to 2 hours.",
},
id: "q3", title: "How long do emails stay?", content: "Emails typically stay in your inbox for up to 2 hours."},
]}
sideTitle="Common Questions"
sideDescription="Everything you need to know about Temp-Mail."
@@ -260,8 +166,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
tag="Get in Touch"
title="Need technical support?"
description="Contact our team at support@temp-mail.org for help."
@@ -274,29 +179,19 @@ export default function LandingPage() {
logoText="Temp-Mail"
columns={[
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
{
title: "Apps",
items: [
title: "Apps", items: [
{
label: "Temp Number",
href: "#",
},
label: "Temp Number", href: "#"},
{
label: "ReSIM",
href: "#",
},
label: "ReSIM", href: "#"},
],
},
]}