From bf1ea6cf64e97b2cb7ce2026a3eefc2e8fcbbdd5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 10:08:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b0c3b6..191ce90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,13 +86,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", title: "開放式設計", author: "Wellness", description: "開闊的天空與通風設計,讓您的每次呼吸都充滿自在。", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sports-centre_116348-16.jpg", videoSrc: "", tags: ["wellness"] + id: "1", title: "開放式設計", author: "Wellness", description: "開闊的天空與通風設計,讓您的每次呼吸都充滿自在。", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sports-centre_116348-16.jpg", tags: ["wellness"] }, { - id: "2", title: "便利校園位置", author: "Convenience", description: "位於建工路校區核心,隨時都能享受運動的方便性。", imageSrc: "http://img.b2bpic.net/free-photo/red-3d-map-marker-blue_23-2152009412.jpg", videoSrc: "", tags: ["convenience"] + id: "2", title: "便利校園位置", author: "Convenience", description: "位於建工路校區核心,隨時都能享受運動的方便性。", imageSrc: "http://img.b2bpic.net/free-photo/red-3d-map-marker-blue_23-2152009412.jpg", tags: ["convenience"] }, { - id: "3", title: "純粹放鬆空間", author: "Lifestyle", description: "不僅是運動,更是遠離壓力、重新充電的城市綠洲。", imageSrc: "http://img.b2bpic.net/free-vector/water-sport-icon-set_1262-8069.jpg", videoSrc: "", tags: ["lifestyle"] + id: "3", title: "純粹放鬆空間", author: "Lifestyle", description: "不僅是運動,更是遠離壓力、重新充電的城市綠洲。", imageSrc: "http://img.b2bpic.net/free-vector/water-sport-icon-set_1262-8069.jpg", tags: ["lifestyle"] }, ]} title="專屬您的運動美學" @@ -167,13 +167,13 @@ export default function LandingPage() { logoText="高科大建工游泳池" columns={[ { - title: "導航", items: [ + title: "導航", items: [ { label: "關於我們", href: "#about" }, { label: "票價資訊", href: "#pricing" }, ], }, { - title: "聯繫", items: [ + title: "聯繫", items: [ { label: "高雄市三民區建工路415號", href: "#" }, { label: "聯絡我們", href: "#contact" }, ], -- 2.49.1