Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
@@ -46,19 +46,14 @@ export default function LandingPage() {
|
||||
<HeroOverlay
|
||||
title="Unmatched Digital Security"
|
||||
description="Verification successful. Protecting your digital presence with high-performance security infrastructure."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wonder-wheel-neon-lights-close-up-black-background_23-2148328074.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wonder-wheel-neon-lights-close-up-black-background_23-2148328074.jpg?w=1200&h=800"
|
||||
imageAlt="Security Dashboard"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg", alt: "Portrait 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-attractive-senior-gentleman-with-bald-head-gray-beard-posing-isolated-wearing-black-jacket-white-shirt-having-confident-look-grinning_343059-2305.jpg", alt: "Portrait 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", alt: "Portrait 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg", alt: "Portrait 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-businessman-black-wall_176420-3460.jpg", alt: "Portrait 5"},
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg?w=200", alt: "Portrait 1"},
|
||||
{ src: "http://img.b2bpic.net/free-photo/side-view-attractive-senior-gentleman-with-bald-head-gray-beard-posing-isolated-wearing-black-jacket-white-shirt-having-confident-look-grinning_343059-2305.jpg?w=200", alt: "Portrait 2"},
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg?w=200", alt: "Portrait 3"},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg?w=200", alt: "Portrait 4"},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-businessman-black-wall_176420-3460.jpg?w=200", alt: "Portrait 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ global experts"
|
||||
/>
|
||||
@@ -69,7 +64,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Advanced Protection Layer"
|
||||
description="We ensure every interaction is verified and secure. Our platform identifies and mitigates malicious traffic in real-time."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/artificial-intelligence-technology-simulating-human-brain-used-by-engineer_482257-122157.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/artificial-intelligence-technology-simulating-human-brain-used-by-engineer_482257-122157.jpg?w=1000&h=800"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,11 +75,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1", tag: "Secure", title: "Robust Verification", description: "AI-powered checks to differentiate bots from legitimate traffic.", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-concept-with-digital-lock_23-2152004061.jpg"},
|
||||
id: "f1", tag: "Secure", title: "Robust Verification", description: "AI-powered checks to differentiate bots from legitimate traffic.", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-concept-with-digital-lock_23-2152004061.jpg?w=800&h=600"},
|
||||
{
|
||||
id: "f2", tag: "Fast", title: "Performance First", description: "Low-latency verification that doesn't impact your user experience.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-flowing-particles_1048-14872.jpg"},
|
||||
id: "f2", tag: "Fast", title: "Performance First", description: "Low-latency verification that doesn't impact your user experience.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-flowing-particles_1048-14872.jpg?w=800&h=600"},
|
||||
{
|
||||
id: "f3", tag: "Scalable", title: "Scalable Infrastructure", description: "Built to handle massive traffic spikes automatically.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163668.jpg"},
|
||||
id: "f3", tag: "Scalable", title: "Scalable Infrastructure", description: "Built to handle massive traffic spikes automatically.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163668.jpg?w=800&h=600"},
|
||||
]}
|
||||
title="Platform Capabilities"
|
||||
description="High-performance security features for modern applications."
|
||||
@@ -98,12 +93,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "99.99%", description: "Uptime Guarantee"},
|
||||
{
|
||||
id: "m2", value: "20ms", description: "Verification Latency"},
|
||||
{
|
||||
id: "m3", value: "100B+", description: "Requests Filtered"},
|
||||
{ id: "m1", value: "99.99%", description: "Uptime Guarantee"},
|
||||
{ id: "m2", value: "20ms", description: "Verification Latency"},
|
||||
{ id: "m3", value: "100B+", description: "Requests Filtered"},
|
||||
]}
|
||||
title="Global Performance"
|
||||
description="Trusted by platforms around the world."
|
||||
@@ -118,19 +110,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Sarah J.", handle: "@sarah", testimonial: "Seamless integration and rock solid security.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-confident-businessman-glasses-speaking-beige-wall_176420-136.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-confident-businessman-glasses-speaking-beige-wall_176420-136.jpg?w=400&h=400"},
|
||||
{
|
||||
id: "t2", name: "Mark D.", handle: "@mark", testimonial: "Finally, security that doesn't slow us down.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg?w=400&h=400"},
|
||||
{
|
||||
id: "t3", name: "Emily P.", handle: "@emily", testimonial: "Exceptional reliability and support.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6622.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6622.jpg?w=400&h=400"},
|
||||
{
|
||||
id: "t4", name: "David W.", handle: "@david", testimonial: "The best protection in the industry today.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-crossed-arms-wearing-wool-suit_613910-1866.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-crossed-arms-wearing-wool-suit_613910-1866.jpg?w=400&h=400"},
|
||||
{
|
||||
id: "t5", name: "Lisa B.", handle: "@lisa", testimonial: "Unmatched performance for our global traffic.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?w=400&h=400"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Global Trust"
|
||||
@@ -143,7 +135,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Google", "Microsoft", "Stripe", "AWS", "Cloudflare", "OpenAI", "Oracle"]}
|
||||
"Google", "Microsoft", "Stripe", "AWS", "Cloudflare", "OpenAI", "Oracle"]}
|
||||
title="Partners & Clients"
|
||||
description="Trusted by industry leaders."
|
||||
/>
|
||||
@@ -154,12 +146,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "How does verification work?", content: "We analyze request patterns using behavioral heuristics."},
|
||||
{
|
||||
id: "q2", title: "Will it affect speed?", content: "Our edge-based processing ensures sub-millisecond response times."},
|
||||
{
|
||||
id: "q3", title: "Is it compliant?", content: "Yes, we are fully GDPR and SOC2 compliant."},
|
||||
{ id: "q1", title: "How does verification work?", content: "We analyze request patterns using behavioral heuristics."},
|
||||
{ id: "q2", title: "Will it affect speed?", content: "Our edge-based processing ensures sub-millisecond response times."},
|
||||
{ id: "q3", title: "Is it compliant?", content: "Yes, we are fully GDPR and SOC2 compliant."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Security verification explained."
|
||||
@@ -168,35 +157,25 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
<ContactSplit
|
||||
tag="Get in touch"
|
||||
title="Start Your Secure Journey"
|
||||
description="Our experts are ready to audit your infrastructure."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid"}}
|
||||
text="Get in touch with our team to start your secure journey."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-security-concept-with-biometric-scanning_23-2148328074.jpg?w=1200&h=800"
|
||||
imageAlt="Modern Secure Infrastructure"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
<FooterMedia
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] },
|
||||
]}
|
||||
logoText="SecureAI"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-abstract-background_23-2148286944.jpg?w=1600&h=600"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user