Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-15 17:09:06 +00:00

View File

@@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Activity, Grid, Layers, Shield, Zap } from "lucide-react";
import { Activity, Grid, Layers, Shield, Zap, Cpu } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Features",
id: "features",
},
{
name: "Metrics",
id: "metrics",
},
{
name: "Trust",
id: "social-proof",
},
{
name: "Contact",
id: "contact",
},
{ name: "Features", id: "features" },
{ name: "Metrics", id: "metrics" },
{ name: "Trust", id: "social-proof" },
{ name: "Contact", id: "contact" },
]}
brandName="SYSTÉM"
/>
@@ -55,100 +43,33 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
title="Precision engineered for scale."
description="The foundation for high-performance software, built with intent and structural clarity."
testimonials={[
{
name: "Alex Rivet",
role: "CTO",
company: "NexSys",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1",
},
{
name: "Maria Chen",
role: "Product",
company: "Orbit",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67066.jpg",
},
{
name: "Sarah Lee",
role: "Eng",
company: "Delta",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/serene-businessman-with-glasses_1098-719.jpg",
},
{
name: "David Wu",
role: "CEO",
company: "Alpha",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-with-black-jacket-white-t-shirt_343059-1283.jpg",
},
{
name: "Elena P.",
role: "Lead",
company: "Echo",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg",
},
{ name: "Alex Rivet", handle: "@nexsys", testimonial: "Best structural foundation.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" },
{ name: "Maria Chen", handle: "@orbit", testimonial: "Incredible scalability.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67066.jpg" },
{ name: "Sarah Lee", handle: "@delta", testimonial: "Fast execution.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/serene-businessman-with-glasses_1098-719.jpg" },
{ name: "David Wu", handle: "@alpha", testimonial: "Secure by design.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-with-black-jacket-white-t-shirt_343059-1283.jpg" },
{ name: "Elena P.", handle: "@echo", testimonial: "Predictable performance.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg" }
]}
buttons={[
{
text: "Get started",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/server-room-computer-controlling-devices-used-high-speed-data-transfers_482257-124282.jpg?_wi=1"
buttons={[{ text: "Get started", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/server-room-computer-controlling-devices-used-high-speed-data-transfers_482257-124282.jpg"
imageAlt="minimalist software dashboard dark mode"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg",
alt: "Closeup Portrait of Confident Business Leader",
},
{
src: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg",
alt: "Closeup of Happy Middle-aged Business Leader",
},
{
src: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg",
alt: "Smiley front view business man",
},
{
src: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg",
alt: "Waist up of confident businessman in the office",
},
{
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
alt: "Closeup of Smiling Beautiful Adult Businesswoman",
},
{ src: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg", alt: "Leader 1" },
{ src: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", alt: "Leader 2" },
{ src: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg", alt: "Leader 3" },
{ src: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg", alt: "Leader 4" },
{ src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "Leader 5" }
]}
avatarText="Trusted by 500+ engineering teams"
marqueeItems={[
{
type: "text",
text: "Zero Latency",
},
{
type: "text",
text: "Infinite Scalability",
},
{
type: "text",
text: "High Availability",
},
{
type: "text",
text: "Automated Deployment",
},
{
type: "text",
text: "Global Compliance",
},
{ type: "text", text: "Zero Latency" },
{ type: "text", text: "Infinite Scalability" },
{ type: "text", text: "High Availability" },
{ type: "text", text: "Automated Deployment" },
{ type: "text", text: "Global Compliance" },
]}
/>
</div>
@@ -160,54 +81,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Module",
name: "Core Interface",
price: "Integrated",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-blank-white-screen-white-background_9975-133624.jpg?_wi=1",
},
{
id: "p2",
brand: "Module",
name: "Data Flow",
price: "Automated",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pov-manager-uses-tablet-with-greenscreen_482257-76300.jpg",
},
{
id: "p3",
brand: "Module",
name: "Sync Engine",
price: "Real-time",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-technology-background-with-connecting-lines-dots_1048-14613.jpg",
},
{
id: "p4",
brand: "Module",
name: "Access Control",
price: "Secured",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg",
},
{
id: "p5",
brand: "Module",
name: "API Suite",
price: "Extended",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/corporate-business-line-graph-report_53876-120736.jpg",
},
{
id: "p6",
brand: "Module",
name: "Log Analysis",
price: "Detailed",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/african-american-manager-corporate-office-reviewing-company-reports_482257-116898.jpg",
},
{ id: "p1", brand: "Module", name: "Core Interface", price: "Integrated", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-blank-white-screen-white-background_9975-133624.jpg" },
{ id: "p2", brand: "Module", name: "Data Flow", price: "Automated", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/pov-manager-uses-tablet-with-greenscreen_482257-76300.jpg" },
{ id: "p3", brand: "Module", name: "Sync Engine", price: "Real-time", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-technology-background-with-connecting-lines-dots_1048-14613.jpg" },
{ id: "p4", brand: "Module", name: "Access Control", price: "Secured", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg" },
{ id: "p5", brand: "Module", name: "API Suite", price: "Extended", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/corporate-business-line-graph-report_53876-120736.jpg" },
{ id: "p6", brand: "Module", name: "Log Analysis", price: "Detailed", rating: 5, reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/african-american-manager-corporate-office-reviewing-company-reports_482257-116898.jpg" },
]}
title="A structural approach."
description="Systematize your workflow with intuitive, grid-based modules."
@@ -217,67 +96,23 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardTen
textboxLayout="split"
animationType="blur-reveal"
useInvertedBackground={false}
features={[
{
title: "Intentional architecture",
description: "Designed for maximum readability and zero friction.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/black-laptop-screen-dark-room-night_169016-59640.jpg",
},
items: [
{
icon: Zap,
text: "Fast execution",
},
{
icon: Shield,
text: "Secure by design",
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/server-room-computer-controlling-devices-used-high-speed-data-transfers_482257-124282.jpg?_wi=2",
imageAlt: "UI component dark theme minimal",
title: "Intentional architecture", description: "Designed for maximum readability and zero friction.", media: { imageSrc: "http://img.b2bpic.net/free-photo/black-laptop-screen-dark-room-night_169016-59640.jpg", imageAlt: "UI" },
items: [{ icon: Zap, text: "Fast execution" }, { icon: Shield, text: "Secure by design" }],
reverse: false
},
{
title: "Grid-based modularity",
description: "Structured modules that scale with your team requirements.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/world-mental-health-day-awareness-illustration_23-2151859110.jpg",
},
items: [
{
icon: Grid,
text: "Aligned modules",
},
{
icon: Layers,
text: "Layered logic",
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-blank-white-screen-white-background_9975-133624.jpg?_wi=2",
imageAlt: "UI component dark theme minimal",
title: "Grid-based modularity", description: "Structured modules that scale with your team requirements.", media: { imageSrc: "http://img.b2bpic.net/free-photo/world-mental-health-day-awareness-illustration_23-2151859110.jpg", imageAlt: "UI" },
items: [{ icon: Grid, text: "Aligned modules" }, { icon: Layers, text: "Layered logic" }],
reverse: true
},
{
title: "Predictable performance",
description: "Consistent results delivered through streamlined protocols.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q7d292",
},
items: [
{
icon: Activity,
text: "Real-time metrics",
},
{
icon: Cpu,
text: "Compute optimized",
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2",
imageAlt: "UI component dark theme minimal",
title: "Predictable performance", description: "Consistent results delivered through streamlined protocols.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q7d292", imageAlt: "UI" },
items: [{ icon: Activity, text: "Real-time metrics" }, { icon: Cpu, text: "Compute optimized" }],
reverse: false
},
]}
title="High-fidelity systems."
@@ -291,33 +126,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "99.99%",
title: "Uptime",
items: [
"Global availability",
"Redundant nodes",
],
},
{
id: "m2",
value: "45ms",
title: "Latency",
items: [
"Optimized routing",
"Edge computing",
],
},
{
id: "m3",
value: "12k",
title: "Daily Jobs",
items: [
"Automated scaling",
"Persistent queues",
],
},
{ id: "m1", value: "99.99%", title: "Uptime", items: ["Global availability", "Redundant nodes"] },
{ id: "m2", value: "45ms", title: "Latency", items: ["Optimized routing", "Edge computing"] },
{ id: "m3", value: "12k", title: "Daily Jobs", items: ["Automated scaling", "Persistent queues"] },
]}
title="System performance."
description="Data-driven results for sophisticated software demands."
@@ -328,15 +139,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
names={[
"NexSys",
"Orbit",
"Delta",
"Alpha",
"Echo",
"Sigma",
"Vector",
]}
names={["NexSys", "Orbit", "Delta", "Alpha", "Echo", "Sigma", "Vector"]}
title="Trusted by high-trust teams."
description="Standardized by leaders in software engineering."
/>
@@ -349,46 +152,11 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Alex Rivet",
role: "CTO",
company: "NexSys",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg",
},
{
id: "t2",
name: "Maria Chen",
role: "Product",
company: "Orbit",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman_107420-84872.jpg",
},
{
id: "t3",
name: "Sarah Lee",
role: "Eng",
company: "Delta",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-business-woman_1098-19602.jpg",
},
{
id: "t4",
name: "David Wu",
role: "CEO",
company: "Alpha",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021809.jpg",
},
{
id: "t5",
name: "Elena P.",
role: "Lead",
company: "Echo",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-skeptical-bearded-man-grimacing-displeased-dont-like-something-standing-reluctant-against-white-background_1258-26775.jpg",
},
{ id: "t1", name: "Alex Rivet", role: "CTO", company: "NexSys", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg" },
{ id: "t2", name: "Maria Chen", role: "Product", company: "Orbit", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman_107420-84872.jpg" },
{ id: "t3", name: "Sarah Lee", role: "Eng", company: "Delta", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-business-woman_1098-19602.jpg" },
{ id: "t4", name: "David Wu", role: "CEO", company: "Alpha", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021809.jpg" },
{ id: "t5", name: "Elena P.", role: "Lead", company: "Echo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-skeptical-bearded-man-grimacing-displeased-dont-like-something-standing-reluctant-against-white-background_1258-26775.jpg" },
]}
title="Engineered for success."
description="Client experiences building with our foundation."
@@ -400,37 +168,22 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Integration speed",
content: "Our system scales linearly with your infrastructure requirements.",
},
{
id: "f2",
title: "Data security",
content: "End-to-end encryption by default for all data packets.",
},
{
id: "f3",
title: "Scalability",
content: "Designed to handle enterprise-level concurrency effortlessly.",
},
{ id: "f1", title: "Integration speed", content: "Our system scales linearly with your infrastructure requirements." },
{ id: "f2", title: "Data security", content: "End-to-end encryption by default for all data packets." },
{ id: "f3", title: "Scalability", content: "Designed to handle enterprise-level concurrency effortlessly." },
]}
mediaAnimation="opacity"
title="Clarifying the structure."
description="Common inquiries regarding system integration and protocols."
faqsAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg"
imageAlt="Desktop PC on the wooden desk showcases infographics and client reach data"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Deploy the system."
description="Let's align your infrastructure with our protocols."
imageSrc="http://img.b2bpic.net/free-photo/cool-abstract-virtual-reality-space-going-down_181624-3330.jpg"
@@ -443,45 +196,9 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="SYSTÉM"
columns={[
{
title: "Platform",
items: [
{
label: "Architecture",
href: "#",
},
{
label: "Security",
href: "#",
},
],
},
{
title: "Resource",
items: [
{
label: "Docs",
href: "#",
},
{
label: "API",
href: "#",
},
],
},
{
title: "Company",
items: [
{
label: "Terms",
href: "#",
},
{
label: "Privacy",
href: "#",
},
],
},
{ title: "Platform", items: [{ label: "Architecture", href: "#" }, { label: "Security", href: "#" }] },
{ title: "Resource", items: [{ label: "Docs", href: "#" }, { label: "API", href: "#" }] },
{ title: "Company", items: [{ label: "Terms", href: "#" }, { label: "Privacy", href: "#" }] },
]}
/>
</div>