diff --git a/merkl.config.ts b/merkl.config.ts
index 86ef4b0d..11bd6ffb 100644
--- a/merkl.config.ts
+++ b/merkl.config.ts
@@ -144,20 +144,12 @@ export default createConfig({
protocols: {
icon: "RiVipCrown2Fill",
route: "/protocols",
-<<<<<<< HEAD
key: uuidv4(),
-=======
- key: crypto.randomUUID(),
->>>>>>> 85e15ff (Merge remote-tracking branch 'merkl-app/main' (#4))
},
bridge: {
icon: "RiCompassesLine",
route: "/bridge",
-<<<<<<< HEAD
key: uuidv4(),
-=======
- key: crypto.randomUUID(),
->>>>>>> 85e15ff (Merge remote-tracking branch 'merkl-app/main' (#4))
},
docs: {
icon: "RiFile4Fill",
diff --git a/src/components/composite/Hero.tsx b/src/components/composite/Hero.tsx
index a6db67ef..0ecca4a4 100644
--- a/src/components/composite/Hero.tsx
+++ b/src/components/composite/Hero.tsx
@@ -101,49 +101,25 @@ export default function Hero({
)}
{!!tags && {tags}}
-
-
-
-
- {!!icons && (
-
- {icons?.length > 1
- ? icons?.map(icon => (
-
- ))
- : icons?.map(icon => (
-
- ))}
-
- )}
-
- {title}
-
+ {!!sideDatas && (
+
+ {sideDatas.map(data => (
+
+
+ {data.data}
+
+
+
+ {data.label}
+
-
-
- {!!description && (
-
- {description}
-
- )}
- {!!tags && {tags}}
+ ))}
- {!!sideDatas && (
-
- {sideDatas.map(data => (
-
-
- {data.data}
-
+ )}
+
+
+
+
{!!tabs?.length && }