Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
171
src/app/page.tsx
171
src/app/page.tsx
@@ -29,49 +29,26 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Platform",
|
||||
id: "dashboard",
|
||||
},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "why",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Solutions", id: "services" },
|
||||
{ name: "Platform", id: "dashboard" },
|
||||
{ name: "Why Us", id: "why" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="AuraSecure"
|
||||
button={{
|
||||
text: "Get Consultation",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "Get Consultation", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Secure Your World with Intelligent Technology"
|
||||
description="Next-generation surveillance and smart security systems, powered by advanced IoT analytics and high-end neural monitoring."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Solutions",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
text: "Get Free Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Explore Solutions", href: "#services" },
|
||||
{ text: "Get Free Consultation", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/isometric-view-3d-rendering-neon-city_23-2150901067.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/isometric-view-3d-rendering-neon-city_23-2150901067.jpg"
|
||||
imageAlt="Cinematic 3D security network city"
|
||||
/>
|
||||
</div>
|
||||
@@ -83,38 +60,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "CCTV Surveillance",
|
||||
description: "4K resolution, AI-powered object tracking with zero-latency streaming capabilities.",
|
||||
icon: Video,
|
||||
title: "CCTV Surveillance", description: "4K resolution, AI-powered object tracking with zero-latency streaming capabilities.", icon: Video,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vacuum-cleaner-tackling-heavily-soiled-floor_23-2151340034.jpg?_wi=1",
|
||||
imageAlt: "Smart CCTV",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vacuum-cleaner-tackling-heavily-soiled-floor_23-2151340034.jpg?_wi=2",
|
||||
imageAlt: "Smart CCTV Detail",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vacuum-cleaner-tackling-heavily-soiled-floor_23-2151340034.jpg", imageAlt: "Smart CCTV" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vacuum-cleaner-tackling-heavily-soiled-floor_23-2151340034.jpg", imageAlt: "Smart CCTV Detail" },
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/isometric-view-3d-rendering-neon-city_23-2150901067.jpg?_wi=2",
|
||||
imageAlt: "futuristic cyber city neon night",
|
||||
},
|
||||
{
|
||||
title: "Smart Lock Systems",
|
||||
description: "Biometric access with encrypted decentralized control for absolute property security.",
|
||||
icon: Lock,
|
||||
title: "Smart Lock Systems", description: "Biometric access with encrypted decentralized control for absolute property security.", icon: Lock,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170585.jpg?_wi=1",
|
||||
imageAlt: "Smart Lock",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170585.jpg?_wi=2",
|
||||
imageAlt: "Smart Lock Mechanism",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170585.jpg", imageAlt: "Smart Lock" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170585.jpg", imageAlt: "Smart Lock Mechanism" },
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vacuum-cleaner-tackling-heavily-soiled-floor_23-2151340034.jpg?_wi=3",
|
||||
imageAlt: "cctv security camera 3d tech",
|
||||
},
|
||||
]}
|
||||
title="Advanced Intelligence Infrastructure"
|
||||
@@ -128,24 +85,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: ShieldCheck,
|
||||
title: "Uptime",
|
||||
value: "99.99%",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Eye,
|
||||
title: "AI Detect",
|
||||
value: "24/7",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Lock,
|
||||
title: "Encrypted",
|
||||
value: "256-bit",
|
||||
},
|
||||
{ id: "m1", icon: ShieldCheck, title: "Uptime", value: "99.99%" },
|
||||
{ id: "m2", icon: Eye, title: "AI Detect", value: "24/7" },
|
||||
{ id: "m3", icon: Lock, title: "Encrypted", value: "256-bit" },
|
||||
]}
|
||||
title="Real-Time Monitoring Power"
|
||||
description="Precision data insights into your environment with real-time alert systems."
|
||||
@@ -157,21 +99,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How does AI detection work?",
|
||||
content: "Our systems utilize proprietary neural networks to distinguish between routine motion and genuine threats, reducing false alarms by 99%.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are my streams encrypted?",
|
||||
content: "We employ end-to-end AES-256 encryption across all devices, ensuring your surveillance data is accessed only by authorized users.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I integrate third-party sensors?",
|
||||
content: "Our open API architecture allows for seamless integration with existing smart home environments and industrial IoT setups.",
|
||||
},
|
||||
{ id: "q1", title: "How does AI detection work?", content: "Our systems utilize proprietary neural networks to distinguish between routine motion and genuine threats, reducing false alarms by 99%." },
|
||||
{ id: "q2", title: "Are my streams encrypted?", content: "We employ end-to-end AES-256 encryption across all devices, ensuring your surveillance data is accessed only by authorized users." },
|
||||
{ id: "q3", title: "Can I integrate third-party sensors?", content: "Our open API architecture allows for seamless integration with existing smart home environments and industrial IoT setups." },
|
||||
]}
|
||||
title="Engineered for Reliability"
|
||||
description="Leading the industry in premium integrated security solutions."
|
||||
@@ -185,24 +115,10 @@ export default function LandingPage() {
|
||||
title="Initiate Secure Protocol"
|
||||
description="Connect with our security architects to customize your defense system."
|
||||
inputs={[
|
||||
{
|
||||
name: "fullName",
|
||||
type: "text",
|
||||
placeholder: "Full Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
},
|
||||
{ name: "fullName", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your security needs",
|
||||
rows: 4,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your security needs", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-poly-background-with-connecting-lines-dots_1048-6496.jpg"
|
||||
imageAlt="Security background"
|
||||
/>
|
||||
@@ -211,42 +127,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Platform",
|
||||
href: "#dashboard",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Services", href: "#services" }, { label: "Platform", href: "#dashboard" }] },
|
||||
{ items: [{ label: "About Us", href: "#" }, { label: "Support", href: "#" }] },
|
||||
{ items: [{ label: "Terms of Service", href: "#" }, { label: "Privacy Policy", href: "#" }] },
|
||||
]}
|
||||
logoText="AuraSecure"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user