diff --git a/change/@acedatacloud-nexior-3e383e03-d004-417d-8433-96d33f72ed7c.json b/change/@acedatacloud-nexior-3e383e03-d004-417d-8433-96d33f72ed7c.json
new file mode 100644
index 00000000..08bfb504
--- /dev/null
+++ b/change/@acedatacloud-nexior-3e383e03-d004-417d-8433-96d33f72ed7c.json
@@ -0,0 +1,7 @@
+{
+ "type": "patch",
+ "comment": "update navbar and index bg color",
+ "packageName": "@acedatacloud/nexior",
+ "email": "office@acedata.cloud",
+ "dependentChangeType": "patch"
+}
diff --git a/index.html b/index.html
index abdaa3bc..73757f40 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
- Nexior
+ Ace Data Cloud
diff --git a/src/components/common/Logo.vue b/src/components/common/Logo.vue
index 99596c31..196132ca 100644
--- a/src/components/common/Logo.vue
+++ b/src/components/common/Logo.vue
@@ -4,17 +4,45 @@
diff --git a/src/components/common/TopHeader.vue b/src/components/common/TopHeader.vue
index 0f553c12..14a990f3 100644
--- a/src/components/common/TopHeader.vue
+++ b/src/components/common/TopHeader.vue
@@ -4,7 +4,7 @@
-
+
-
+
-
+
-
+
@@ -134,28 +126,38 @@
{{ $t('index.title.qrart') }}
{{ $t('index.subtitle.qrart') }}
-
+
{{ $t('index.button.try') }}
-
+
{{ $t('index.title.suno') }}
{{ $t('index.subtitle.suno') }}
-
+
{{ $t('index.button.try') }}
@@ -166,15 +168,7 @@
-
+
@@ -184,7 +178,16 @@
{{ $t('index.title.luma') }}
{{ $t('index.subtitle.luma') }}
-
+
{{ $t('index.button.try') }}
@@ -381,7 +384,8 @@ export default defineComponent({
color: var(--el-text-color-primary);
}
.subtitle {
- font-size: 24px;
+ font-size: 20px;
+ padding: 0 20px;
color: var(--el-text-color-secondary);
}
.btn-try {
@@ -395,7 +399,7 @@ export default defineComponent({
}
#banner {
- padding: 100px 0;
+ padding: 50px 0;
.left {
.info {
@media (max-width: 767px) {
@@ -474,14 +478,14 @@ export default defineComponent({
#introduction,
#midjourney,
#suno {
- background: linear-gradient(90deg, #ebe7ff, #f2faff 53%, #e0f5fe);
+ background: #f5f7fa;
}
.dark {
#introduction,
#midjourney,
#suno {
- background-image: linear-gradient(270deg, #277186 0%, #330867 100%);
+ background: #1e1e1e;
}
}