11 Commits

Author SHA1 Message Date
90a97a5fb7 Merge version_5 into main
Merge version_5 into main
2026-05-12 01:28:15 +00:00
273ec30db9 Update src/app/styles/variables.css 2026-05-12 01:28:12 +00:00
9cb839d789 Update src/app/page.tsx 2026-05-12 01:28:11 +00:00
3612764b09 Update src/app/page.tsx 2026-05-12 01:26:37 +00:00
c6644a1ea9 Merge version_4 into main
Merge version_4 into main
2026-05-12 01:25:36 +00:00
6267ca5056 Update src/app/page.tsx 2026-05-12 01:25:33 +00:00
bafc9837d3 Merge version_4 into main
Merge version_4 into main
2026-05-12 01:24:58 +00:00
bbf764b5cc Update src/app/page.tsx 2026-05-12 01:24:55 +00:00
fd8d696cc1 Merge version_3 into main
Merge version_3 into main
2026-05-12 01:24:28 +00:00
454b1ec792 Update src/app/page.tsx 2026-05-12 01:24:24 +00:00
9d7fcc34cc Merge version_2 into main
Merge version_2 into main
2026-05-12 01:22:25 +00:00
2 changed files with 87 additions and 175 deletions

View File

@@ -2,15 +2,15 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import AboutMetric from '@/components/sections/about/AboutMetric';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { Eye, Lock, Shield, ShieldCheck, Zap } from "lucide-react";
export default function LandingPage() {
@@ -29,215 +29,127 @@ export default function LandingPage() {
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home", id: "hero"},
{
name: "About", id: "about"},
{
name: "Features", id: "features"},
{
name: "Contact", id: "contact"},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Features", id: "features" },
{ name: "Contact", id: "contact" },
]}
brandName="SecureCore"
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "gradient-bars"}}
title="Verifying Your Digital Presence"
<HeroLogoBillboard
logoText="SecureCore"
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={[
{
text: "Get Started", href: "#contact"},
{ text: "Get Started", href: "#contact" },
{ text: "Learn More", href: "#about" }
]}
marqueeItems={[
{
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"
background={{ variant: "gradient-bars" }}
imageSrc="https://img.b2bpic.net/free-photo/transportation-logistics-concept_23-2149112214.jpg"
imageAlt="Secure Logistics Infrastructure"
mediaAnimation="slide-up"
/>
</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">
<FeatureBorderGlow
<FeatureCardTen
animationType="slide-up"
textboxLayout="default"
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"
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: "Secure Transport Analytics", description: "Real-time monitoring for logistics flow.", media: { imageSrc: "https://img.b2bpic.net/free-photo/delivery-truck-logistics_23-2149112214.jpg", imageAlt: "Transport Analytics" },
items: [{ icon: Lock, text: "Real-time Tracking" }, { icon: ShieldCheck, text: "Automated Reporting" }],
reverse: true
}
]}
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardSeven
<MetricCardTwo
title="Performance at Scale"
description="Reliable infrastructure powering global transport networks."
gridVariant="uniform-all-items-equal"
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"],
},
{ id: "m1", value: "99.9%", description: "Network Uptime" },
{ id: "m2", value: "150ms", description: "Latency Speed" },
{ id: "m3", value: "50K+", description: "Daily Deliveries Managed" }
]}
title="Performance at Scale"
description="Numbers that define our reliable security infrastructure."
useInvertedBackground={false}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="default"
<TestimonialCardFifteen
testimonial="The transport security integration is seamless. It's the most reliable platform I've used for logistics management."
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}
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 id="faq" data-section="faq">
<FaqSplitText
useInvertedBackground={false}
<FaqDouble
title="Common Questions"
description="Get clear answers to your security and logistics integration questions."
faqs={[
{
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: "q1", title: "How is transport secured?", content: "We employ multi-layer encryption across all transit nodes." },
{ id: "q2", title: "Does it scale?", content: "Our infrastructure scales dynamically with your demand." },
{ id: "q3", title: "Is onboarding fast?", content: "Integrations are ready in less than 24 hours." }
]}
sideTitle="Common Questions"
sideDescription="Get clear answers to your security questions."
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
<ContactCenter
tag="Contact Us"
title="Get Started Today"
description="Reach out to secure and optimize your logistics operations."
background={{ variant: "gradient-bars" }}
useInvertedBackground={true}
title="Get in Touch"
description="Reach out to secure your web applications."
inputs={[
{
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 id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Platform", items: [
{
label: "Security", href: "#"},
{
label: "API Docs", href: "#"},
],
},
{
title: "Company", items: [
{
label: "About Us", href: "#"},
{
label: "Careers", href: "#"},
],
},
]}
<FooterLogoEmphasis
logoText="SecureCore"
copyrightText="© 2025 | SecureCore Technologies"
columns={[
{ items: [{ label: "Security", href: "#" }, { label: "Logistics API", href: "#" }] },
{ items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }] }
]}
/>
</div>
</ReactLenis>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f0f8ffe6;
--primary-cta: #cee7ff;
--background: #f5faff;
--card: #f1f8ff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta: #ffffff;
--secondary-cta-text: #f0f8ffe6;
--accent: #737373;
--background-accent: #737373;
--accent: #a8cce8;
--background-accent: #7ba3cf;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);