diff --git a/src/components/Safenet/CrossChain/index.tsx b/src/components/Safenet/CrossChain/index.tsx
index 5b3ba1ae..85af7f6c 100644
--- a/src/components/Safenet/CrossChain/index.tsx
+++ b/src/components/Safenet/CrossChain/index.tsx
@@ -6,9 +6,6 @@ import type { BaseBlock } from '@/components/Home/types'
import { AppRoutes } from '@/config/routes'
import css from './styles.module.css'
-const text =
- 'Cross-chain interactions are simplified. Say goodbye to gas free hassles and enjoy a seamless, stress-free experience.'
-
const items: BaseBlock['items'] = [
{
image: {
@@ -70,7 +67,10 @@ const CrossChain = () => (
on any network!
- {text}
+
+ Cross-chain interactions are simplified. Say goodbye to gas free hassles and enjoy a seamless, stress-free
+ experience.
+
diff --git a/src/components/Safenet/Hero/index.tsx b/src/components/Safenet/Hero/index.tsx
index a02f76e9..b419bffb 100644
--- a/src/components/Safenet/Hero/index.tsx
+++ b/src/components/Safenet/Hero/index.tsx
@@ -4,15 +4,6 @@ import { SAFENET_TELEGRAM_LINK, SAFENET_WAITING_LIST_LINK } from '@/config/const
import SafenetLogoGradient from '@/public/images/Safenet/Safenet-logo-gradient.svg'
import css from './styles.module.css'
-const title = "Moving the World's GDP onchain"
-const text = (
- <>
- Single unified balance. Instant cross-chain transactions.
-
- Execution guarantees. On any network.
- >
-)
-
const Hero = () => (
@@ -32,10 +23,14 @@ const Hero = () => (
- <>{title}>
+ Moving the World's GDP onchain
-
{text}
+
+ Single unified balance. Instant cross-chain transactions.
+
+ Execution guarantees. On any network.
+
diff --git a/src/components/Safenet/Values/index.tsx b/src/components/Safenet/Values/index.tsx
index 6e27b7fc..da641323 100644
--- a/src/components/Safenet/Values/index.tsx
+++ b/src/components/Safenet/Values/index.tsx
@@ -87,7 +87,7 @@ const Values = () => (
- {stats?.map((item, index) => (
+ {stats.map((item, index) => (