diff --git a/app/MindWork AI Studio/Components/Blocks/ExpansionPanel.razor b/app/MindWork AI Studio/Components/Blocks/ExpansionPanel.razor
new file mode 100644
index 0000000..548de0f
--- /dev/null
+++ b/app/MindWork AI Studio/Components/Blocks/ExpansionPanel.razor
@@ -0,0 +1,11 @@
+
+
+
+
+ @this.HeaderText
+
+
+
+ @this.ChildContent
+
+
\ No newline at end of file
diff --git a/app/MindWork AI Studio/Components/Blocks/ExpansionPanel.razor.cs b/app/MindWork AI Studio/Components/Blocks/ExpansionPanel.razor.cs
new file mode 100644
index 0000000..e1a54e0
--- /dev/null
+++ b/app/MindWork AI Studio/Components/Blocks/ExpansionPanel.razor.cs
@@ -0,0 +1,24 @@
+using Microsoft.AspNetCore.Components;
+
+namespace AIStudio.Components.Blocks;
+
+public partial class ExpansionPanel : ComponentBase
+{
+ [Parameter]
+ public string HeaderIcon { get; set; } = Icons.Material.Filled.BugReport;
+
+ [Parameter]
+ public Size IconSize { get; set; } = Size.Medium;
+
+ [Parameter]
+ public Color IconColor { get; set; } = Color.Primary;
+
+ [Parameter]
+ public string HeaderText { get; set; } = "n/a";
+
+ [Parameter]
+ public RenderFragment? ChildContent { get; set; }
+
+ [Parameter]
+ public bool IsExpanded { get; set; }
+}
\ No newline at end of file
diff --git a/app/MindWork AI Studio/Components/Pages/About.razor b/app/MindWork AI Studio/Components/Pages/About.razor
index 9c72ccc..1ea1be3 100644
--- a/app/MindWork AI Studio/Components/Pages/About.razor
+++ b/app/MindWork AI Studio/Components/Pages/About.razor
@@ -5,60 +5,36 @@
-
-
-
-
- Versions
-
-
-
-
- The following list shows the versions of the MindWork AI Studio, the used compilers, build time, etc.:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Used Open Source Projects
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- License: FSL-1.1-MIT
-
-
-
-
-
-
+
+
+ The following list shows the versions of the MindWork AI Studio, the used compilers, build time, etc.:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/MindWork AI Studio/Components/Pages/Home.razor b/app/MindWork AI Studio/Components/Pages/Home.razor
index 23ca0ca..9f3c5b5 100644
--- a/app/MindWork AI Studio/Components/Pages/Home.razor
+++ b/app/MindWork AI Studio/Components/Pages/Home.razor
@@ -7,64 +7,39 @@
-
-
-
-
- Introduction
-
-
-
-
- Welcome to MindWork AI Studio!
-
-
- Thank you for considering MindWork AI Studio for your AI needs. This app is designed to help you harness
- the power of Large Language Models (LLMs). Please note that this app doesn't come with an integrated
- LLM. Instead, you will need to bring an API key from a suitable provider.
-
-
- Here's what makes MindWork AI Studio stand out:
-
-
-
- We hope you enjoy using MindWork AI Studio to bring your AI projects to life!
-
-
-
+
+
+ Welcome to MindWork AI Studio!
+
+
+ Thank you for considering MindWork AI Studio for your AI needs. This app is designed to help you harness
+ the power of Large Language Models (LLMs). Please note that this app doesn't come with an integrated
+ LLM. Instead, you will need to bring an API key from a suitable provider.
+
+
+ Here's what makes MindWork AI Studio stand out:
+
+
+
+ We hope you enjoy using MindWork AI Studio to bring your AI projects to life!
+
+
+
+
+ Curious about the vision for MindWork AI Studio and what the future holds? We're here to address just that. Remember, this is a free, open-source project, meaning we can't guarantee when or if this vision will be fully realized. Our aim is to share our vision with you to help you decide whether this app is right for you.
+
+
+ So, where are we headed, and how could the app evolve in the coming months and years? The following list outlines our ideas, though not in order of priority:
+
+
+
+ We hope this vision excites you as much as it excites us. Together, let's build a powerful and flexible AI toolkit to support all your creative, professional, and everyday needs with MindWork AI Studio.
+
+
-
-
-
-
- Our vision
-
-
-
-
- Curious about the vision for MindWork AI Studio and what the future holds? We're here to address just that. Remember, this is a free, open-source project, meaning we can't guarantee when or if this vision will be fully realized. Our aim is to share our vision with you to help you decide whether this app is right for you.
-
-
- So, where are we headed, and how could the app evolve in the coming months and years? The following list outlines our ideas, though not in order of priority:
-
-
-
- We hope this vision excites you as much as it excites us. Together, let's build a powerful and flexible AI toolkit to support all your creative, professional, and everyday needs with MindWork AI Studio.
-
-
-
-
-
-
-