diff --git a/public/data.json b/public/data.json
index 05f400d..e6ae001 100644
--- a/public/data.json
+++ b/public/data.json
@@ -15,6 +15,10 @@
"en": "reselect",
"zh": "重新選擇"
},
+ "button_next": {
+ "en": "next",
+ "zh": "繼續"
+ },
"title_keywords": {
"en": "Select 4 signals to observe.",
"zh": "選擇四個想觀測的訊號"
@@ -32,16 +36,16 @@
"zh": "關於作品"
},
"content_about": {
- "en": "What defines an \"adult\"? In reality, the standards are never consistent. We are expected to be mature and responsible, yet we are often treated as individuals who are not quite \"ready\". This unclassifiable state is our shared experience.\nThe visuals here are culled from fragmented social media discussions on career, age, and social norms. Though scattered, they all point to the same \"gray dilemma\" occurring everywhere.\nThrough AI, these isolated voices are aggregated into this single device. It offers no answers, but forms a new shape from these dialogues—inviting you to step closer and observe.",
- "zh": "作品源於 2025 年陽明交大應藝所、建築所與害喜影音綜藝共同發起的一場實踐。相較於校園中常見的傳統公共藝術,我們試圖從學習者的視角出發,將那些發生在校園裡的迷惘與不確定,變成一場關於公共性的思辨。\n我們在思考:究竟什麼是「長大成人」?在生活中,標準從未真正一致。隨著年紀增長,人被期待表現成熟、負責,但又常常在社會中,被視為還沒準備好的個體。這種難以歸類的狀態,構成共同經驗。\n你所看到的影像,來自許多人在社群平台上,對於年紀、職場、生涯規劃與社會規範留下的討論。這些發言短暫、零散,卻指向同一種灰色的困境——不論幾歲、不論在哪,都可能正發生。\n透過 AI 與數位,這些原本彼此獨立的討論被放在同一個裝置裡。作品並非試圖給出答案,而是將這些對話聚集在一起,形成一個新的形狀,邀請你靠近觀察。"
+ "en": "This is an experiment inspired by a course.\n\nWhat does it mean to \"grow up\"? The standard has never been consistent. As we age, we're expected to be mature and responsible—yet often seen as not quite ready.\n\nThe images you see come from social media discussions about age, work, career planning, and social expectations—brief and scattered, yet all pointing to the same gray dilemma.\nAI gathers these conversations here, forming a new shape.",
+ "zh": "這是一場受課程啟發的實驗。\n\n什麼是「長大成人」?標準從未真正一致。隨著年紀增長,人被期待表現成熟、負責,但又常常在社會中,被視為還沒準備好的個體。\n\n你看到的影像,來自社群平台上關於年紀、職場、生涯的討論——短暫、零散,卻指向同一種灰色的困境。\n\nAI 將這些對話聚集於此,形成一個新的形狀。"
},
"title_credits": {
"en": "Credit",
"zh": "製作團隊"
},
"content_credits": {
- "en": "Artwork by ULTRACOMBOS",
- "zh": "Artwork by ULTRACOMBOS"
+ "en": "ULTRACOMBOS",
+ "zh": "叁式"
},
"title_share": {
"en": "SHARE YOUR THOUGHTS",
diff --git a/src/App.jsx b/src/App.jsx
index c5e14f9..9552686 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -13,13 +13,13 @@ function App() {
return (
-
+ {/* */}
{/* */}