diff --git a/app/components/shared/CpSponsorFooter.vue b/app/components/shared/CpSponsorFooter.vue
new file mode 100644
index 0000000..71f5408
--- /dev/null
+++ b/app/components/shared/CpSponsorFooter.vue
@@ -0,0 +1,83 @@
+
+
+
+
+
+
+
+ {{ t(`level.${level}`) }}
+
+
+
+
+
+
+
+
+
+
+
+
+zh:
+ title: 贊助夥伴
+ level:
+ titanium: 鈦金級
+ diamond: 鑽石級
+ gold: 黃金級
+ silver: 白銀級
+ bronze: 青銅級
+ friend: 好朋友級
+ community: 社群夥伴
+en:
+ title: Sponsors
+ level:
+ titanium: Titanium
+ diamond: Diamond
+ gold: Gold
+ silver: Silver
+ bronze: Bronze
+ friend: Friend
+ community: Community Partner
+
diff --git a/app/layouts/default.vue b/app/layouts/default.vue
index ff6bc37..e56f340 100644
--- a/app/layouts/default.vue
+++ b/app/layouts/default.vue
@@ -1,6 +1,7 @@
@@ -10,6 +11,7 @@ import CpNavbar from '~/components/shared/CpNavbar.vue'
+