diff --git a/src/lib/IONOS/components/ai-team/AgentCard.svelte b/src/lib/IONOS/components/ai-team/AgentCard.svelte
new file mode 100644
index 00000000000..351c9f685c8
--- /dev/null
+++ b/src/lib/IONOS/components/ai-team/AgentCard.svelte
@@ -0,0 +1,93 @@
+
+
+
e.key === 'Enter' && handleCardClick()}
+ role="button"
+ tabindex="0"
+>
+
+ {#if agent.id}
+

+ {:else}
+
+ {agent.name.charAt(0)}
+
+ {/if}
+
+
+ {agent.name}
+
+ {#if agent.speciality}
+
+ {agent.speciality}
+
+ {/if}
+
+
+
+
+
+ {agent.description}
+
+
+
+
+
\ No newline at end of file
diff --git a/src/lib/IONOS/components/ai-team/AgentCardDetail.svelte b/src/lib/IONOS/components/ai-team/AgentCardDetail.svelte
new file mode 100644
index 00000000000..cf48d3c5d07
--- /dev/null
+++ b/src/lib/IONOS/components/ai-team/AgentCardDetail.svelte
@@ -0,0 +1,103 @@
+
+
+
+
+
+
+
+ {#if agent.id}
+

+ {:else}
+
+ {agent.name.charAt(0)}
+
+ {/if}
+
+
+
+ {agent.name}
+
+ {#if agent.speciality}
+
+ {agent.speciality}
+
+ {/if}
+
+
+
+
+
+ {agent.description}
+
+
+
+
+ {#if agent.capabilities && agent.capabilities.length > 0}
+
+
+ Capabilities
+
+
+ {#each agent.capabilities as capability}
+
+
+ {capability}
+
+ {/each}
+
+
+ {/if}
+
+
+
+
+
\ No newline at end of file
diff --git a/src/lib/IONOS/components/ai-team/ai-team.type.ts b/src/lib/IONOS/components/ai-team/ai-team.type.ts
new file mode 100644
index 00000000000..dfec96c4597
--- /dev/null
+++ b/src/lib/IONOS/components/ai-team/ai-team.type.ts
@@ -0,0 +1,10 @@
+ export interface IAgentAiTeam {
+ id: string;
+ name: string;
+ speciality: string;
+ description: string;
+ capabilities?: string[];
+ externalLink?: string;
+ showCrown?: boolean;
+ highlight?: boolean;
+ }
\ No newline at end of file
diff --git a/src/lib/IONOS/components/explore/LoginRegisterOverlay.svelte b/src/lib/IONOS/components/explore/LoginRegisterOverlay.svelte
deleted file mode 100644
index cd835b9393c..00000000000
--- a/src/lib/IONOS/components/explore/LoginRegisterOverlay.svelte
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
diff --git a/src/lib/IONOS/components/icons/Crown.svelte b/src/lib/IONOS/components/icons/Crown.svelte
new file mode 100644
index 00000000000..3a017271b09
--- /dev/null
+++ b/src/lib/IONOS/components/icons/Crown.svelte
@@ -0,0 +1,13 @@
+
+
+
+
+
diff --git a/src/lib/IONOS/components/icons/IonosLogo.svelte b/src/lib/IONOS/components/icons/IonosLogo.svelte
index ffa92a20c2f..3090f18b352 100644
--- a/src/lib/IONOS/components/icons/IonosLogo.svelte
+++ b/src/lib/IONOS/components/icons/IonosLogo.svelte
@@ -8,8 +8,62 @@
Origin: Figma
-->
-