4 Commits

Author SHA1 Message Date
264a77d480 Update src/app/page.tsx 2026-04-09 01:11:03 +00:00
38e4d3b528 Merge version_1 into main
Merge version_1 into main
2026-04-09 01:08:06 +00:00
7349d88418 Merge version_1 into main
Merge version_1 into main
2026-04-09 01:07:39 +00:00
dd31ff885a Merge version_1 into main
Merge version_1 into main
2026-04-09 01:07:10 +00:00

View File

@@ -47,12 +47,12 @@ export default function LandingPage() {
background={{ background={{
variant: "plain"}} variant: "plain"}}
title="Secure APK Auto-Installer" title="Secure APK Auto-Installer"
description="Deploy your Android applications effortlessly. Secure, automated installation designed for high-performance device management." description="Deploy your Android applications effortlessly. Our service now includes optimized APK download handling and automated installation support to ensure a frictionless deployment cycle."
buttons={[ buttons={[
{ {
text: "Get Started", href: "#features"}, text: "Get Started", href: "#features"},
{ {
text: "Download APK", href: "#"}, text: "Download APK", href: "/download/droidinstall-latest.apk"},
]} ]}
mediaItems={[ mediaItems={[
{ {
@@ -79,33 +79,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "Auto-Installation", description: "Seamless background installation protocols without user intervention.", bentoComponent: "phone", statusIcon: Check, title: "Auto-Installation", description: "Fixed APK delivery and background permission handling to ensure seamless auto-installs.", bentoComponent: "phone", statusIcon: Check,
alertIcon: Shield, alertIcon: Shield,
alertTitle: "Secure Deploy", alertMessage: "Authorized installation", apps: [ alertTitle: "Secure Deploy", alertMessage: "Verified Installation", apps: [
{ { name: "Core", icon: Cpu },
name: "Core", icon: Cpu, { name: "Sync", icon: RefreshCw },
}, { name: "Guard", icon: Shield },
{ { name: "Logs", icon: FileText },
name: "Sync", icon: RefreshCw, { name: "Network", icon: Globe },
}, { name: "Audio", icon: Volume2 },
{ { name: "UI", icon: Layout },
name: "Guard", icon: Shield, { name: "Storage", icon: HardDrive },
},
{
name: "Logs", icon: FileText,
},
{
name: "Network", icon: Globe,
},
{
name: "Audio", icon: Volume2,
},
{
name: "UI", icon: Layout,
},
{
name: "Storage", icon: HardDrive,
},
] ]
}, },
{ {
@@ -127,12 +111,9 @@ export default function LandingPage() {
gridVariant="bento-grid" gridVariant="bento-grid"
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ { id: "m1", value: "99.99%", description: "Uptime Guarantee" },
id: "m1", value: "99.99%", description: "Uptime Guarantee"}, { id: "m2", value: "500k+", description: "Successful Installs" },
{ { id: "m3", value: "20ms", description: "Latency average" },
id: "m2", value: "500k+", description: "Successful Installs"},
{
id: "m3", value: "20ms", description: "Latency average"},
]} ]}
title="Trusted Infrastructure" title="Trusted Infrastructure"
description="Reliability at scale for enterprise deployments." description="Reliability at scale for enterprise deployments."
@@ -146,16 +127,11 @@ export default function LandingPage() {
rating={5} rating={5}
author="Sarah Chen" author="Sarah Chen"
avatars={[ avatars={[
{ { src: "http://img.b2bpic.net/free-photo/professional-woman-smiling_23-2152009549.jpg", alt: "Sarah" },
src: "http://img.b2bpic.net/free-photo/professional-woman-smiling_23-2152009549.jpg", alt: "Sarah"}, { src: "http://img.b2bpic.net/free-photo/workers-it-company-working-computer_1303-19447.jpg", alt: "Michael" },
{ { src: "http://img.b2bpic.net/free-photo/project-leder-with-disabilities-looking-front-sitting-immobilized-wheelchair-business-office-room_482257-2404.jpg", alt: "David" },
src: "http://img.b2bpic.net/free-photo/workers-it-company-working-computer_1303-19447.jpg", alt: "Michael"}, { src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2533.jpg", alt: "Emily" },
{ { src: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg", alt: "Alex" },
src: "http://img.b2bpic.net/free-photo/project-leder-with-disabilities-looking-front-sitting-immobilized-wheelchair-business-office-room_482257-2404.jpg", alt: "David"},
{
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2533.jpg", alt: "Emily"},
{
src: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg", alt: "Alex"},
]} ]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
@@ -165,14 +141,12 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{ variant: "plain" }}
variant: "plain"}}
tag="Get in touch" tag="Get in touch"
title="Ready to Deploy?" title="Ready to Deploy?"
description="Integrate our installation API today and streamline your workflow." description="Integrate our installation API today and streamline your workflow."
buttons={[ buttons={[
{ { text: "Contact Support", href: "mailto:support@droidinstall.dev" },
text: "Contact Support", href: "mailto:support@droidinstall.dev"},
]} ]}
/> />
</div> </div>
@@ -182,18 +156,14 @@ export default function LandingPage() {
columns={[ columns={[
{ {
title: "Platform", items: [ title: "Platform", items: [
{ { label: "API Docs", href: "#" },
label: "API Docs", href: "#"}, { label: "Security", href: "#" },
{
label: "Security", href: "#"},
], ],
}, },
{ {
title: "Support", items: [ title: "Support", items: [
{ { label: "FAQ", href: "#" },
label: "FAQ", href: "#"}, { label: "Status", href: "#" },
{
label: "Status", href: "#"},
], ],
}, },
]} ]}