Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 23b49ddf61 | |||
| 454b1ec792 | |||
| 9d7fcc34cc |
248
src/app/page.tsx
248
src/app/page.tsx
@@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
import { Eye, Lock, Shield, ShieldCheck, Zap } from "lucide-react";
|
import { Eye, Lock, Shield, ShieldCheck, Zap } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -29,215 +29,125 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home", id: "hero"},
|
{ name: "About", id: "about" },
|
||||||
{
|
{ name: "Features", id: "features" },
|
||||||
name: "About", id: "about"},
|
{ name: "Contact", id: "contact" },
|
||||||
{
|
|
||||||
name: "Features", id: "features"},
|
|
||||||
{
|
|
||||||
name: "Contact", id: "contact"},
|
|
||||||
]}
|
]}
|
||||||
brandName="SecureCore"
|
brandName="SecureCore"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroLogoBillboard
|
||||||
background={{
|
logoText="SecureCore"
|
||||||
variant: "gradient-bars"}}
|
|
||||||
title="Verifying Your Digital Presence"
|
|
||||||
description="Ensuring a secure and seamless browsing experience through intelligent verification systems."
|
description="Ensuring a secure and seamless browsing experience through intelligent verification systems."
|
||||||
avatars={[
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/skilled-businessman-his-office-desk-working-report-writing_482257-107893.jpg", alt: "User 1"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/startup-worker-uses-laptop-open-space-reviewing-project-data-documents-workstation-executive-assistant-working-marketing-strategy-business-development-ai-developer_482257-65810.jpg", alt: "User 2"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/pretty-woman-posing-fair_23-2148344617.jpg", alt: "User 3"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/indoor-portrait-happy-united-multiethnic-team-two-creative-workers_273609-14169.jpg", alt: "User 4"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/black-system-administrator-server-hub-monitoring-neural-network-llm-visualization-data-center-it_482257-135596.jpg", alt: "User 5"},
|
|
||||||
]}
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Get Started", href: "#contact" },
|
||||||
text: "Get Started", href: "#contact"},
|
{ text: "Learn More", href: "#about" }
|
||||||
]}
|
]}
|
||||||
marqueeItems={[
|
background={{ variant: "gradient-bars" }}
|
||||||
{
|
|
||||||
type: "text", text: "ISO 27001 Certified"},
|
|
||||||
{
|
|
||||||
type: "text", text: "GDPR Compliant"},
|
|
||||||
{
|
|
||||||
type: "text", text: "End-to-End Encryption"},
|
|
||||||
{
|
|
||||||
type: "text", text: "Zero-Trust Architecture"},
|
|
||||||
{
|
|
||||||
type: "text", text: "99.9% Uptime SLA"},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
|
||||||
<SplitAbout
|
|
||||||
textboxLayout="split"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
title="Unmatched Security Performance"
|
|
||||||
description="We specialize in protecting platforms against malicious activity, ensuring your site remains performant and safe."
|
|
||||||
bulletPoints={[
|
|
||||||
{
|
|
||||||
title: "Robust Verification", description: "Cutting-edge algorithms to verify traffic instantly."},
|
|
||||||
{
|
|
||||||
title: "Performance Focused", description: "Security without compromising speed or user experience."},
|
|
||||||
{
|
|
||||||
title: "24/7 Monitoring", description: "Always-on protection for your web applications."},
|
|
||||||
]}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/cyber-security-expert-working-with-technology-neon-lights_23-2151645587.jpg"
|
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="about" data-section="about">
|
||||||
|
<AboutMetric
|
||||||
|
title="Security by the Numbers"
|
||||||
|
metrics={[
|
||||||
|
{ icon: ShieldCheck, label: "Verification Accuracy", value: "99.9%" },
|
||||||
|
{ icon: Zap, label: "Avg Response Time", value: "150ms" },
|
||||||
|
{ icon: Lock, label: "Threats Blocked", value: "1M+" }
|
||||||
|
]}
|
||||||
|
metricsAnimation="slide-up"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureBorderGlow
|
<FeatureCardTen
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
|
||||||
{
|
|
||||||
icon: Shield,
|
|
||||||
title: "Bot Protection", description: "Stop malicious automated threats."},
|
|
||||||
{
|
|
||||||
icon: Zap,
|
|
||||||
title: "Fast Verification", description: "Seamless user checks."},
|
|
||||||
{
|
|
||||||
icon: Lock,
|
|
||||||
title: "Data Privacy", description: "Encryption-first approach."},
|
|
||||||
{
|
|
||||||
icon: ShieldCheck,
|
|
||||||
title: "DDoS Mitigation", description: "Prevent large-scale attacks."},
|
|
||||||
{
|
|
||||||
icon: Eye,
|
|
||||||
title: "Threat Analytics", description: "Real-time visibility."},
|
|
||||||
]}
|
|
||||||
title="Powerful Security Features"
|
title="Powerful Security Features"
|
||||||
description="Tools designed for modern digital safety."
|
description="Tools designed for modern digital safety."
|
||||||
|
features={[
|
||||||
|
{
|
||||||
|
title: "Bot Protection", description: "Stop malicious automated threats.", media: { imageSrc: "https://img.b2bpic.net/free-photo/security-concept-with-biometric-scanning_23-2149112214.jpg", imageAlt: "Bot Protection" },
|
||||||
|
items: [{ icon: Shield, text: "Advanced ML Filtering" }, { icon: Eye, text: "Behavioral Analysis" }],
|
||||||
|
reverse: false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Data Privacy", description: "Encryption-first approach.", media: { imageSrc: "https://img.b2bpic.net/free-photo/data-privacy-security-concept-with-encryption_23-2149112214.jpg", imageAlt: "Data Privacy" },
|
||||||
|
items: [{ icon: Lock, text: "End-to-End Encryption" }, { icon: ShieldCheck, text: "GDPR Compliant" }],
|
||||||
|
reverse: true
|
||||||
|
}
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardSeven
|
<MetricCardTwo
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
metrics={[
|
|
||||||
{
|
|
||||||
id: "m1", value: "99.9%", title: "Uptime", items: [
|
|
||||||
"Always on", "High reliability"],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m2", value: "150ms", title: "Avg Verification", items: [
|
|
||||||
"Low latency", "Instant results"],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m3", value: "1M+", title: "Threats Blocked", items: [
|
|
||||||
"Daily protection", "Constant monitoring"],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Performance at Scale"
|
title="Performance at Scale"
|
||||||
description="Numbers that define our reliable security infrastructure."
|
description="Numbers that define our reliable security infrastructure."
|
||||||
|
gridVariant="uniform-all-items-equal"
|
||||||
|
animationType="slide-up"
|
||||||
|
textboxLayout="default"
|
||||||
|
metrics={[
|
||||||
|
{ id: "m1", value: "99.9%", description: "Uptime Service Level" },
|
||||||
|
{ id: "m2", value: "150ms", description: "Average Verification" },
|
||||||
|
{ id: "m3", value: "1M+", description: "Daily Threats Blocked" }
|
||||||
|
]}
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardThirteen
|
<TestimonialCardFifteen
|
||||||
animationType="slide-up"
|
testimonial="The security integration is seamless. It's the most reliable platform I've used for digital protection."
|
||||||
textboxLayout="default"
|
rating={5}
|
||||||
|
author="Sarah J."
|
||||||
|
avatars={[{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Sarah" }]}
|
||||||
|
ratingAnimation="slide-up"
|
||||||
|
avatarsAnimation="slide-up"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
|
||||||
{
|
|
||||||
id: "1", name: "Sarah J.", handle: "@sarah_tech", testimonial: "The security integration is seamless.", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
|
||||||
{
|
|
||||||
id: "2", name: "Mike L.", handle: "@mike_dev", testimonial: "Fastest verification I've seen.", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-outdoors_23-2149915911.jpg"},
|
|
||||||
{
|
|
||||||
id: "3", name: "Emily C.", handle: "@emily_cyber", testimonial: "Robust and reliable platform.", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-architect-using-touch-screen-building-model-maquette-layout-engineer-working-with-blueprint-plan-construction-development-graphic-design-architectural-office_482257-31903.jpg"},
|
|
||||||
{
|
|
||||||
id: "4", name: "David W.", handle: "@david_ops", testimonial: "Excellent threat detection capabilities.", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-business-executive-with-arms-crossed_1170-1133.jpg"},
|
|
||||||
{
|
|
||||||
id: "5", name: "Alice K.", handle: "@alice_dev", testimonial: "Great uptime and fast responses.", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/black-system-administrator-server-hub-monitoring-neural-network-llm-visualization-data-center-it_482257-135596.jpg"},
|
|
||||||
]}
|
|
||||||
showRating={true}
|
|
||||||
title="Trusted by Developers"
|
|
||||||
description="What partners say about our technology."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitText
|
<FaqDouble
|
||||||
useInvertedBackground={false}
|
title="Common Questions"
|
||||||
|
description="Get clear answers to your security questions."
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "q1", title: "Is it secure?", content: "Yes, we use advanced encryption standards." },
|
||||||
id: "q1", title: "Is it secure?", content: "Yes, we use advanced encryption standards."},
|
{ id: "q2", title: "How fast is it?", content: "Latency is kept below 150ms." },
|
||||||
{
|
{ id: "q3", title: "Is it easy to use?", content: "Integrated in just a few minutes." }
|
||||||
id: "q2", title: "How fast is it?", content: "Latency is kept below 150ms."},
|
|
||||||
{
|
|
||||||
id: "q3", title: "Is it easy to use?", content: "Integrated in just a few minutes."},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Common Questions"
|
|
||||||
sideDescription="Get clear answers to your security questions."
|
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
tag="Security"
|
||||||
title="Get in Touch"
|
title="Get in Touch"
|
||||||
description="Reach out to secure your web applications."
|
description="Reach out to secure your web applications."
|
||||||
inputs={[
|
background={{ variant: "gradient-bars" }}
|
||||||
{
|
useInvertedBackground={true}
|
||||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
textarea={{
|
|
||||||
name: "message", placeholder: "Your Message", rows: 4,
|
|
||||||
}}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/community-cloud-storage-sync-secure_53876-124011.jpg"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterLogoEmphasis
|
||||||
columns={[
|
|
||||||
{
|
|
||||||
title: "Platform", items: [
|
|
||||||
{
|
|
||||||
label: "Security", href: "#"},
|
|
||||||
{
|
|
||||||
label: "API Docs", href: "#"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Company", items: [
|
|
||||||
{
|
|
||||||
label: "About Us", href: "#"},
|
|
||||||
{
|
|
||||||
label: "Careers", href: "#"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
logoText="SecureCore"
|
logoText="SecureCore"
|
||||||
copyrightText="© 2025 | SecureCore Technologies"
|
columns={[
|
||||||
|
{ items: [{ label: "Security", href: "#" }, { label: "API Docs", href: "#" }] },
|
||||||
|
{ items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }] }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user