5 Commits

Author SHA1 Message Date
3757f5b44e Merge version_2 into main
Merge version_2 into main
2026-04-09 01:11:06 +00:00
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={{
variant: "plain"}}
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={[
{
text: "Get Started", href: "#features"},
{
text: "Download APK", href: "#"},
text: "Download APK", href: "/download/droidinstall-latest.apk"},
]}
mediaItems={[
{
@@ -79,33 +79,17 @@ export default function LandingPage() {
useInvertedBackground={true}
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,
alertTitle: "Secure Deploy", alertMessage: "Authorized installation", apps: [
{
name: "Core", icon: Cpu,
},
{
name: "Sync", icon: RefreshCw,
},
{
name: "Guard", icon: Shield,
},
{
name: "Logs", icon: FileText,
},
{
name: "Network", icon: Globe,
},
{
name: "Audio", icon: Volume2,
},
{
name: "UI", icon: Layout,
},
{
name: "Storage", icon: HardDrive,
},
alertTitle: "Secure Deploy", alertMessage: "Verified Installation", apps: [
{ name: "Core", icon: Cpu },
{ name: "Sync", icon: RefreshCw },
{ name: "Guard", icon: Shield },
{ 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"
useInvertedBackground={false}
metrics={[
{
id: "m1", value: "99.99%", description: "Uptime Guarantee"},
{
id: "m2", value: "500k+", description: "Successful Installs"},
{
id: "m3", value: "20ms", description: "Latency average"},
{ id: "m1", value: "99.99%", description: "Uptime Guarantee" },
{ id: "m2", value: "500k+", description: "Successful Installs" },
{ id: "m3", value: "20ms", description: "Latency average" },
]}
title="Trusted Infrastructure"
description="Reliability at scale for enterprise deployments."
@@ -146,16 +127,11 @@ export default function LandingPage() {
rating={5}
author="Sarah Chen"
avatars={[
{
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/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/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/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"
avatarsAnimation="slide-up"
@@ -165,14 +141,12 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain"}}
background={{ variant: "plain" }}
tag="Get in touch"
title="Ready to Deploy?"
description="Integrate our installation API today and streamline your workflow."
buttons={[
{
text: "Contact Support", href: "mailto:support@droidinstall.dev"},
{ text: "Contact Support", href: "mailto:support@droidinstall.dev" },
]}
/>
</div>
@@ -182,18 +156,14 @@ export default function LandingPage() {
columns={[
{
title: "Platform", items: [
{
label: "API Docs", href: "#"},
{
label: "Security", href: "#"},
{ label: "API Docs", href: "#" },
{ label: "Security", href: "#" },
],
},
{
title: "Support", items: [
{
label: "FAQ", href: "#"},
{
label: "Status", href: "#"},
{ label: "FAQ", href: "#" },
{ label: "Status", href: "#" },
],
},
]}
@@ -204,4 +174,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}