diff --git a/config/pages/home/use-section-two.ts b/config/pages/home/use-section-two.ts index 11bd132..977ecc2 100644 --- a/config/pages/home/use-section-two.ts +++ b/config/pages/home/use-section-two.ts @@ -22,21 +22,6 @@ export function useSectionTwo() { href: '#', title: 'home.sectionTwo.content.title[3]', }, - { - img: 'https://landvault.io/assets/logos/paypal.svg', - href: '#', - title: 'home.sectionTwo.content.title[4]', - }, - { - img: 'https://landvault.io/assets/logos/paypal.svg', - href: '#', - title: 'home.sectionTwo.content.title[5]', - }, - { - img: 'https://landvault.io/assets/logos/paypal.svg', - href: '#', - title: 'home.sectionTwo.content.title[6]', - }, ], } } diff --git a/config/use-nav.ts b/config/use-nav.ts index 6fe70f9..6144868 100644 --- a/config/use-nav.ts +++ b/config/use-nav.ts @@ -23,15 +23,15 @@ export function useNav(): NavMenu[] { title: 'nav.solutions.t', child: [ { - title: 'nav.solutions.child.land.t', - subtitle: 'nav.solutions.child.land.description', + title: 'nav.solutions.child.land.service1', + subtitle: 'nav.solutions.child.land.description1', href: `${path}/land`, icon: 'i-solar-accumulator-bold-duotone', iconColor: 'red', }, { - title: 'nav.solutions.child.land.t', - subtitle: 'nav.solutions.child.land.description', + title: 'nav.solutions.child.land.service2', + subtitle: 'nav.solutions.child.land.description2', href: `${path}/landa`, icon: 'i-solar-airbuds-case-open-line-duotone', iconColor: 'amber', @@ -42,5 +42,9 @@ export function useNav(): NavMenu[] { title: 'nav.test', href: `${path}/test`, }, + { + title: 'nav.testt', + href: `${path}/testt`, + }, ] } diff --git a/content/test.md b/content/en/test-copy.md similarity index 91% rename from content/test.md rename to content/en/test-copy.md index 5d77cbe..ff1baea 100644 --- a/content/test.md +++ b/content/en/test-copy.md @@ -1,11 +1,8 @@ --- -img: "/imgs/1 (1).jpg" +img: "/imgs/1 (8).jpg" topic: "Grave of the Fireflies" title: " " description: "In the latter part of World War II, a boy and his sister, orphaned when their mother is killed in the firebombing of Tokyo, are left to survive on their own in what remains of civilian life in Japan. The plot follows this boy and his sister as they do their best to survive in the Japanese countryside, battling hunger, prejudice, and pride in their own quiet, personal battle." -director: "Isao Takahata" -release_date: 1988 -running_time: 89 --- diff --git a/content/zh/test-copy.md b/content/zh/test-copy.md new file mode 100644 index 0000000..68be162 --- /dev/null +++ b/content/zh/test-copy.md @@ -0,0 +1,30 @@ +--- +img: "/imgs/1 (8).jpg" +topic: "中文中文" +title: " " +description: "I什么没什么吗吗吗吗吗没什么奥斯卡大奖发拉开京东方技术的叫阿里;垃圾袋 in their own quiet, personal battle." +--- + + +

+ +

+ +

+


+ +
+🧪 Working in Progress
+
+ +

+
+🖥 Online Preview +

+ + +```bash +git clone https://github.com/TOPVERSE/TOPVERSE_Official.git +cd TOPVERSE_Official +pnpm i # If you don't have pnpm installed, run: npm install -g pnpm +``` diff --git a/locales/en-UK.json b/locales/en-UK.json index 47e3965..fa7b5e3 100644 --- a/locales/en-UK.json +++ b/locales/en-UK.json @@ -6,8 +6,10 @@ "t": "Solutions", "child": { "land": { - "t": "land", - "description": "The quick brown fox jumps over the lazy dog." + "service1": "Metaverse Construction", + "description1": "The quick brown fox jumps over the lazy dog.", + "service2": "Digital Twins", + "description2": "The quick brown fox jumps over the lazy dog." } } },