+
+
AI-Powered Marketing & Personalization
- -
-
+
-
+
Hyper-personalized recommendations
- -
-
+
-
+
AI-driven ad targeting & optimization
{/* Card 2 */}
-
-
+
+
Seamless AI integration for your business success
-
- Seamless integration with existing systems and platforms & Scalable and flexible architecture
+
+ Seamless integration with existing systems and platforms &
+ Scalable and flexible architecture
{/* Card 3 (OpenAI Logo) */}
-
-
+
-
-
AI-Powered Marketing & Personalization
-
-
- - +
- + Hyper-personalized recommendations -
- - +
- + AI-driven ad targeting & optimization
+
+
Seamless AI integration for your business success
-
- Seamless integration with existing systems and platforms & Scalable and flexible architecture
+
+ Seamless integration with existing systems and platforms &
+ Scalable and flexible architecture
{/* Card 3 (OpenAI Logo) */}
-
-
+
-
Seamless AI integration for your business success
-- Seamless integration with existing systems and platforms & Scalable and flexible architecture +
+ Seamless integration with existing systems and platforms & + Scalable and flexible architecture
+
+
{post.title}
-
Read more
diff --git a/components/aiero/CardsGrid.tsx b/components/aiero/CardsGrid.tsx
index 6fd3c1d..702ca4b 100644
--- a/components/aiero/CardsGrid.tsx
+++ b/components/aiero/CardsGrid.tsx
@@ -6,25 +6,25 @@ import { RevealOnView } from "@/components/shared/RevealOnView";
const socialIcons = [
{
- src: "/images/aiero/messenger-logo-1.png",
+ src: "/images/tenext/messenger-logo-1.png",
alt: "Messenger",
width: 57,
height: 59,
},
{
- src: "/images/aiero/skype-logo.png",
+ src: "/images/tenext/skype-logo.png",
alt: "Skype",
width: 56,
height: 57,
},
{
- src: "/images/aiero/telegram-symbol-1.png",
+ src: "/images/tenext/telegram-symbol-1.png",
alt: "Telegram",
width: 59,
height: 58,
},
{
- src: "/images/aiero/discord-1.png",
+ src: "/images/tenext/discord-1.png",
alt: "Discord",
width: 54,
height: 54,
@@ -35,136 +35,134 @@ export function CardsGrid() {
return (
-
{/* Card 1 */}
-
-
-
-
-
- Solutions
-
-
- Plugins
-
-
-
-
-
+
-
-
- {socialIcons.map((icon) => (
-
- ))}
+
+
+
+ Solutions
+
+
+ Plugins
+
+
+
+
+
+
+ {socialIcons.map((icon) => (
+
+ ))}
+
+
+
+
-
-
-
{/* Card 2 */}
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Explore our comprehensive AI solutions dashboard designed to
+ provide actionable business insights and drive innovation
+
-
-
-
-
- Explore our comprehensive AI solutions dashboard designed to
- provide actionable business insights and drive innovation
-
+
+
-
-
-
{/* Card 3 (spans 2 columns) */}
-
-
- {/* Card 3 - Top half */}
-
-
-
-
-
);
diff --git a/components/aiero/FeaturesSection.tsx b/components/aiero/FeaturesSection.tsx
index c088240..4cc6f3e 100644
--- a/components/aiero/FeaturesSection.tsx
+++ b/components/aiero/FeaturesSection.tsx
@@ -7,9 +7,9 @@ export function FeaturesSection() {
{/* Top text and separator */}
-
+
-
{/* Card 1 - Left */}
-
+
-
+
-
+
- -
-
+
-
+
Advanced analytics processing
- -
-
+
-
+
Real-time data synchronization
- -
-
+
-
+
Secure API endpoints
-
+
{/* Card 2 - Right */}
-
-
-
+
+
+
-
-
+
-
- Cobra opaleye gray reef shark bluntnose minnow. Triggerfish bango guppy opah sunfish bluntnose knifefish upside-down catfish.
+
+ Cobra opaleye gray reef shark bluntnose minnow. Triggerfish
+ bango guppy opah sunfish bluntnose knifefish upside-down
+ catfish.
-
+
{/* Card 3 - Bottom Full Width */}
-
+
-
+
-
+
-
diff --git a/components/aiero/HeroSection.tsx b/components/aiero/HeroSection.tsx
index 02def49..d7887c4 100644
--- a/components/aiero/HeroSection.tsx
+++ b/components/aiero/HeroSection.tsx
@@ -6,18 +6,18 @@ export function HeroSection() {
{/* Scroll Down button — vertical, left side */}
-
+
{/* Hero container with background */}
-
+
{/* Hero content */}
@@ -37,7 +37,10 @@ export function HeroSection() {
{/* Subtitle */}
-
+
Mummichog paradise fish! Triggerfish bango guppy opah sunfish
bluntnose knifefish upside-down catfish cobia spookfish convict
@@ -46,17 +49,26 @@ export function HeroSection() {
{/* CTA Button */}
-
+
Discover
-
+
diff --git a/components/aiero/HowItWorksSection.tsx b/components/aiero/HowItWorksSection.tsx
index 8794e96..b90826b 100644
--- a/components/aiero/HowItWorksSection.tsx
+++ b/components/aiero/HowItWorksSection.tsx
@@ -6,22 +6,26 @@ export function HowItWorksSection() {
{
number: "01",
title: "Neurons and Layers",
- description: "A neural network consists of interconnected nodes called neurons. Neurons are organized into layers.",
+ description:
+ "A neural network consists of interconnected nodes called neurons. Neurons are organized into layers.",
},
{
number: "02",
title: "Activation Function",
- description: "Each neuron applies an activation function to the weighted sum of its inputs and produces an output",
+ description:
+ "Each neuron applies an activation function to the weighted sum of its inputs and produces an output",
},
{
number: "03",
title: "Feedforward Process",
- description: "The inputs are multiplied by their respective weights, summed up, and passed through the activation function.",
+ description:
+ "The inputs are multiplied by their respective weights, summed up, and passed through the activation function.",
},
{
number: "04",
- title: "Activation Function",
- description: "The inputs are multiplied by their respective weights, summed up, and passed through the activation function.",
+ title: "Backpropagation",
+ description:
+ "The inputs are multiplied by their respective weights, summed up, and passed through the activation function.",
},
];
@@ -30,30 +34,30 @@ export function HowItWorksSection() {
-
-
+
{steps.map((step, index) => (
-
-
- {step.number}
+
+
+ {step.number}
+
+ {step.title}
+
-
- {step.title}
-
-
+
{step.description}
diff --git a/components/aiero/MarqueeStrip.tsx b/components/aiero/MarqueeStrip.tsx
index d4049cd..f433771 100644
--- a/components/aiero/MarqueeStrip.tsx
+++ b/components/aiero/MarqueeStrip.tsx
@@ -3,20 +3,29 @@ interface MarqueeStripProps {
className?: string;
}
-export function MarqueeStrip({
+export function MarqueeStrip({
text = "Artificial Intelligence",
- className = ""
+ className = "",
}: MarqueeStripProps) {
const marqueeItems = Array.from({ length: 6 });
return (
-
+
{[0, 1].map((track) => (
{marqueeItems.map((_, i) => (
-
-
+
+
{text}
diff --git a/components/aiero/MetricsSection.tsx b/components/aiero/MetricsSection.tsx
index 7390971..a0494d4 100644
--- a/components/aiero/MetricsSection.tsx
+++ b/components/aiero/MetricsSection.tsx
@@ -5,7 +5,6 @@ export function MetricsSection() {
-
{/* Left Metric */}
-
+
Happy & satisfied customers
-
+
Achieved a 95% customer satisfaction rate across all AI solutions.
@@ -31,14 +30,14 @@ export function MetricsSection() {
numberClassName="text-[60px] md:text-[80px] font-bold leading-none text-transparent gradient-text-purple font-[var(--font-sora)]"
title=""
/>
-
- Earns with our Aiero product
+
+ Earns with our tenext product
-
- Delivered over $150 billion in cost savings for clients through optimized AI solutions.
+
+ Delivered over $150 billion in cost savings for clients through
+ optimized AI solutions.
-
diff --git a/components/aiero/Navbar.tsx b/components/aiero/Navbar.tsx
index 7ef9fa2..79779e0 100644
--- a/components/aiero/Navbar.tsx
+++ b/components/aiero/Navbar.tsx
@@ -19,7 +19,7 @@ export function Navbar() {
return (
+ Explore our comprehensive AI solutions dashboard designed to + provide actionable business insights and drive innovation +
- Explore our comprehensive AI solutions dashboard designed to - provide actionable business insights and drive innovation -
+ +
-
{/* Card 1 - Left */}
-
+
-
+
-
+
- -
-
+
-
+
Advanced analytics processing
- -
-
+
-
+
Real-time data synchronization
- -
-
+
-
+
Secure API endpoints
-
+
{/* Card 2 - Right */}
-
-
-
+
+
+
-
-
+
-
- Cobra opaleye gray reef shark bluntnose minnow. Triggerfish bango guppy opah sunfish bluntnose knifefish upside-down catfish.
+
+ Cobra opaleye gray reef shark bluntnose minnow. Triggerfish
+ bango guppy opah sunfish bluntnose knifefish upside-down
+ catfish.
-
+
{/* Card 3 - Bottom Full Width */}
-
+
-
+
-
+
-
diff --git a/components/aiero/HeroSection.tsx b/components/aiero/HeroSection.tsx
index 02def49..d7887c4 100644
--- a/components/aiero/HeroSection.tsx
+++ b/components/aiero/HeroSection.tsx
@@ -6,18 +6,18 @@ export function HeroSection() {
{/* Scroll Down button — vertical, left side */}
-
+
{/* Hero container with background */}
-
+
{/* Hero content */}
@@ -37,7 +37,10 @@ export function HeroSection() {
{/* Subtitle */}
-
+
Mummichog paradise fish! Triggerfish bango guppy opah sunfish
bluntnose knifefish upside-down catfish cobia spookfish convict
@@ -46,17 +49,26 @@ export function HeroSection() {
{/* CTA Button */}
-
+
Discover
-
+
diff --git a/components/aiero/HowItWorksSection.tsx b/components/aiero/HowItWorksSection.tsx
index 8794e96..b90826b 100644
--- a/components/aiero/HowItWorksSection.tsx
+++ b/components/aiero/HowItWorksSection.tsx
@@ -6,22 +6,26 @@ export function HowItWorksSection() {
{
number: "01",
title: "Neurons and Layers",
- description: "A neural network consists of interconnected nodes called neurons. Neurons are organized into layers.",
+ description:
+ "A neural network consists of interconnected nodes called neurons. Neurons are organized into layers.",
},
{
number: "02",
title: "Activation Function",
- description: "Each neuron applies an activation function to the weighted sum of its inputs and produces an output",
+ description:
+ "Each neuron applies an activation function to the weighted sum of its inputs and produces an output",
},
{
number: "03",
title: "Feedforward Process",
- description: "The inputs are multiplied by their respective weights, summed up, and passed through the activation function.",
+ description:
+ "The inputs are multiplied by their respective weights, summed up, and passed through the activation function.",
},
{
number: "04",
- title: "Activation Function",
- description: "The inputs are multiplied by their respective weights, summed up, and passed through the activation function.",
+ title: "Backpropagation",
+ description:
+ "The inputs are multiplied by their respective weights, summed up, and passed through the activation function.",
},
];
@@ -30,30 +34,30 @@ export function HowItWorksSection() {
-
-
+
{steps.map((step, index) => (
-
-
- {step.number}
+
+
+ {step.number}
+
+ {step.title}
+
-
- {step.title}
-
-
+
{step.description}
diff --git a/components/aiero/MarqueeStrip.tsx b/components/aiero/MarqueeStrip.tsx
index d4049cd..f433771 100644
--- a/components/aiero/MarqueeStrip.tsx
+++ b/components/aiero/MarqueeStrip.tsx
@@ -3,20 +3,29 @@ interface MarqueeStripProps {
className?: string;
}
-export function MarqueeStrip({
+export function MarqueeStrip({
text = "Artificial Intelligence",
- className = ""
+ className = "",
}: MarqueeStripProps) {
const marqueeItems = Array.from({ length: 6 });
return (
-
+
{[0, 1].map((track) => (
{marqueeItems.map((_, i) => (
-
-
+
+
{text}
diff --git a/components/aiero/MetricsSection.tsx b/components/aiero/MetricsSection.tsx
index 7390971..a0494d4 100644
--- a/components/aiero/MetricsSection.tsx
+++ b/components/aiero/MetricsSection.tsx
@@ -5,7 +5,6 @@ export function MetricsSection() {
-
{/* Left Metric */}
-
+
Happy & satisfied customers
-
+
Achieved a 95% customer satisfaction rate across all AI solutions.
@@ -31,14 +30,14 @@ export function MetricsSection() {
numberClassName="text-[60px] md:text-[80px] font-bold leading-none text-transparent gradient-text-purple font-[var(--font-sora)]"
title=""
/>
-
- Earns with our Aiero product
+
+ Earns with our tenext product
-
- Delivered over $150 billion in cost savings for clients through optimized AI solutions.
+
+ Delivered over $150 billion in cost savings for clients through
+ optimized AI solutions.
-
diff --git a/components/aiero/Navbar.tsx b/components/aiero/Navbar.tsx
index 7ef9fa2..79779e0 100644
--- a/components/aiero/Navbar.tsx
+++ b/components/aiero/Navbar.tsx
@@ -19,7 +19,7 @@ export function Navbar() {
return (
-
-
- - +
- + Advanced analytics processing -
- - +
- + Real-time data synchronization -
- - +
- + Secure API endpoints
- Cobra opaleye gray reef shark bluntnose minnow. Triggerfish bango guppy opah sunfish bluntnose knifefish upside-down catfish. +
+ Cobra opaleye gray reef shark bluntnose minnow. Triggerfish + bango guppy opah sunfish bluntnose knifefish upside-down + catfish.
Mummichog paradise fish! Triggerfish bango guppy opah sunfish bluntnose knifefish upside-down catfish cobia spookfish convict @@ -46,17 +49,26 @@ export function HeroSection() {
- {step.title} -
-+
{step.description}
+
Happy & satisfied customers
-
+
Achieved a 95% customer satisfaction rate across all AI solutions.
- Earns with our Aiero product
+
+ Earns with our tenext product
-
- Delivered over $150 billion in cost savings for clients through optimized AI solutions. +
+ Delivered over $150 billion in cost savings for clients through + optimized AI solutions.