diff --git a/butterfly-simple-test.html b/butterfly-simple-test.html
new file mode 100644
index 0000000..12f1060
--- /dev/null
+++ b/butterfly-simple-test.html
@@ -0,0 +1,193 @@
+
+
+
+
+
+ Simple Blue Butterfly - Matching Reference Frames
+
+
+
+
+
🦋 Simple Blue Butterfly
+
Replicating the reference frame animation
+
+
+
+
+
+
+
Wing Flapping Speed:
+
+
+
+
+
+
Simple up/down wing flapping motion
+
+
+
+
+
\ No newline at end of file
diff --git a/butterfly-wing-test.html b/butterfly-wing-test.html
new file mode 100644
index 0000000..d6f06ae
--- /dev/null
+++ b/butterfly-wing-test.html
@@ -0,0 +1,275 @@
+
+
+
+
+
+ Butterfly Wing Flapping Test
+
+
+
+
+
🦋 Butterfly Wing Flapping Test
+
Testing different wing flapping animations with 3D rotation
+
+
+
+
+
+
+
Wing Flapping Speed:
+
+
+
+
+
+
Watch the wings! They should flap up and down with 3D rotation.
+
+
+
+
+
\ No newline at end of file
diff --git a/public/groups.json b/public/groups.json
index 51b69a9..3688723 100644
--- a/public/groups.json
+++ b/public/groups.json
@@ -1,4 +1,17 @@
[
+ {
+ "id": "7",
+ "name": "NAOG1",
+ "description": "Designing and deploying the culture, governance, legal framework and App design for the NAO Genesis 1. This foundational group focuses on establishing the core principles, organizational structures, and technical architecture that will guide the Network Autonomous Organization's inaugural implementation.",
+ "memberCount": 25,
+ "memberIds": ["1", "2", "3", "4", "5", "6"],
+ "createdBy": "1",
+ "createdAt": "2023-01-01T00:00:00Z",
+ "updatedAt": "2024-12-15T18:00:00Z",
+ "isPrivate": false,
+ "tags": ["nao", "genesis", "governance", "culture", "legal", "architecture"],
+ "image": "/naog1-butterfly-logo.svg"
+ },
{
"id": "1",
"name": "React Developers",
diff --git a/public/naog1-butterfly-logo.svg b/public/naog1-butterfly-logo.svg
new file mode 100644
index 0000000..9c21529
--- /dev/null
+++ b/public/naog1-butterfly-logo.svg
@@ -0,0 +1,127 @@
+
+
\ No newline at end of file
diff --git a/src/components/account/MyCollectionPage.tsx b/src/components/account/MyCollectionPage.tsx
index e811815..e31b207 100644
--- a/src/components/account/MyCollectionPage.tsx
+++ b/src/components/account/MyCollectionPage.tsx
@@ -621,6 +621,7 @@ const MyCollectionPage = ({}: MyCollectionPageProps) => {
)}
+
{/* Query Dialog */}