From 264a77d480d72d38763b42fc6c5db2fc18d82531 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 01:11:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 84 ++++++++++++++++-------------------------------- 1 file changed, 27 insertions(+), 57 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 671079e..69312a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {
@@ -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() { ); -} +} \ No newline at end of file -- 2.49.1