Merge version_1 into main #2
166
src/app/page.tsx
166
src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Check, FileText, Globe, HardDrive, Layout, RefreshCw, Shield, Volume2 } from "lucide-react";
|
||||
import { Check, Cpu, FileText, Globe, HardDrive, Layout, RefreshCw, Shield, Volume2 } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Security",
|
||||
id: "metrics",
|
||||
},
|
||||
name: "Security", id: "metrics"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="DroidInstall"
|
||||
/>
|
||||
@@ -53,45 +45,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Secure APK Auto-Installer"
|
||||
description="Deploy your Android applications effortlessly. Secure, automated installation designed for high-performance device management."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Get Started", href: "#features"},
|
||||
{
|
||||
text: "Download APK",
|
||||
href: "#",
|
||||
},
|
||||
text: "Download APK", href: "#"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169839.jpg?_wi=1",
|
||||
imageAlt: "App interface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169839.jpg", imageAlt: "App interface"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-light-with-bokeh-effect_1208-207.jpg?_wi=1",
|
||||
imageAlt: "Icon set",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-light-with-bokeh-effect_1208-207.jpg", imageAlt: "Icon set"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-bokeh-background-with-particle-lines_53876-104786.jpg?_wi=1",
|
||||
imageAlt: "Network visual",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-bokeh-background-with-particle-lines_53876-104786.jpg", imageAlt: "Network visual"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169839.jpg?_wi=2",
|
||||
imageAlt: "Interface view",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169839.jpg", imageAlt: "Interface view"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-light-with-bokeh-effect_1208-207.jpg?_wi=2",
|
||||
imageAlt: "Icon set 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-light-with-bokeh-effect_1208-207.jpg", imageAlt: "Icon set 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-bokeh-background-with-particle-lines_53876-104786.jpg?_wi=2",
|
||||
imageAlt: "Data flow",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-bokeh-background-with-particle-lines_53876-104786.jpg", imageAlt: "Data flow"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -104,63 +79,40 @@ 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: "Seamless background installation protocols without user intervention.", bentoComponent: "phone", statusIcon: Check,
|
||||
alertIcon: Shield,
|
||||
alertTitle: "Secure Deploy",
|
||||
alertMessage: "Authorized installation",
|
||||
apps: [
|
||||
alertTitle: "Secure Deploy", alertMessage: "Authorized installation", apps: [
|
||||
{
|
||||
name: "Core",
|
||||
icon: Cpu,
|
||||
name: "Core", icon: Cpu,
|
||||
},
|
||||
{
|
||||
name: "Sync",
|
||||
icon: RefreshCw,
|
||||
name: "Sync", icon: RefreshCw,
|
||||
},
|
||||
{
|
||||
name: "Guard",
|
||||
icon: Shield,
|
||||
name: "Guard", icon: Shield,
|
||||
},
|
||||
{
|
||||
name: "Logs",
|
||||
icon: FileText,
|
||||
name: "Logs", icon: FileText,
|
||||
},
|
||||
{
|
||||
name: "Network",
|
||||
icon: Globe,
|
||||
name: "Network", icon: Globe,
|
||||
},
|
||||
{
|
||||
name: "Audio",
|
||||
icon: Volume2,
|
||||
name: "Audio", icon: Volume2,
|
||||
},
|
||||
{
|
||||
name: "UI",
|
||||
icon: Layout,
|
||||
name: "UI", icon: Layout,
|
||||
},
|
||||
{
|
||||
name: "Storage",
|
||||
icon: HardDrive,
|
||||
name: "Storage", icon: HardDrive,
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169839.jpg?_wi=3",
|
||||
imageAlt: "android app interface display",
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Global Sync",
|
||||
description: "Manage devices across any geography via our global cloud network.",
|
||||
bentoComponent: "globe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-light-with-bokeh-effect_1208-207.jpg?_wi=3",
|
||||
imageAlt: "floating mobile application icons",
|
||||
title: "Global Sync", description: "Manage devices across any geography via our global cloud network.", bentoComponent: "globe"
|
||||
},
|
||||
{
|
||||
title: "Performance Analytics",
|
||||
description: "Real-time insights on installation success rates and device health.",
|
||||
bentoComponent: "line-chart",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-bokeh-background-with-particle-lines_53876-104786.jpg?_wi=3",
|
||||
imageAlt: "data network digital visualization",
|
||||
title: "Performance Analytics", description: "Real-time insights on installation success rates and device health.", bentoComponent: "line-chart"
|
||||
},
|
||||
]}
|
||||
title="Unmatched App Capabilities"
|
||||
@@ -176,20 +128,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
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: "m2", value: "500k+", description: "Successful Installs"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "20ms",
|
||||
description: "Latency average",
|
||||
},
|
||||
id: "m3", value: "20ms", description: "Latency average"},
|
||||
]}
|
||||
title="Trusted Infrastructure"
|
||||
description="Reliability at scale for enterprise deployments."
|
||||
@@ -204,25 +147,15 @@ export default function LandingPage() {
|
||||
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/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/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/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/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/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg", alt: "Alex"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -233,16 +166,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
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>
|
||||
@@ -251,29 +181,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user