update the layout
This commit is contained in:
@@ -5,27 +5,27 @@ export function HowItWorksSection() {
|
||||
const steps = [
|
||||
{
|
||||
number: "01",
|
||||
title: "Neurons and Layers",
|
||||
title: "Discover & Diagnose",
|
||||
description:
|
||||
"A neural network consists of interconnected nodes called neurons. Neurons are organized into layers.",
|
||||
"We assess your systems, processes, and goals to identify where technology can deliver the highest business value.",
|
||||
},
|
||||
{
|
||||
number: "02",
|
||||
title: "Activation Function",
|
||||
title: "Design",
|
||||
description:
|
||||
"Each neuron applies an activation function to the weighted sum of its inputs and produces an output",
|
||||
"We architect a focused solution that fits your existing landscape, balancing cost, scale, and time to value.",
|
||||
},
|
||||
{
|
||||
number: "03",
|
||||
title: "Feedforward Process",
|
||||
title: "Build & Integrate",
|
||||
description:
|
||||
"The inputs are multiplied by their respective weights, summed up, and passed through the activation function.",
|
||||
"Our engineering teams build, integrate, and test — connecting new capabilities to the systems you already run.",
|
||||
},
|
||||
{
|
||||
number: "04",
|
||||
title: "Backpropagation",
|
||||
title: "Deploy & Optimize",
|
||||
description:
|
||||
"The inputs are multiplied by their respective weights, summed up, and passed through the activation function.",
|
||||
"We deploy with confidence and keep improving through monitoring, support, and continuous optimization.",
|
||||
},
|
||||
];
|
||||
|
||||
@@ -35,7 +35,7 @@ export function HowItWorksSection() {
|
||||
<div className="flex flex-col md:flex-row md:items-end justify-between gap-[30px] mb-[60px]">
|
||||
<SectionHeading
|
||||
tag="how it works"
|
||||
title="Neural networks are a fundamental component of Artificial Intelligence (AI) systems"
|
||||
title="A transparent path from idea to measurable impact"
|
||||
titleClassName="max-w-[700px] text-tenext-dark"
|
||||
/>
|
||||
<div className="flex gap-[15px]">
|
||||
|
||||
Reference in New Issue
Block a user