diff --git a/src/app/page.tsx b/src/app/page.tsx
index bebe4b7..d9ac871 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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() {
@@ -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"
/>
@@ -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() {
-