3 Commits

Author SHA1 Message Date
cd3a945020 Update src/app/page.tsx 2026-04-25 10:20:05 +00:00
498656bb37 Merge version_1 into main
Merge version_1 into main
2026-04-25 10:08:15 +00:00
db48e0d835 Merge version_1 into main
Merge version_1 into main
2026-04-25 10:07:41 +00:00

View File

@@ -34,6 +34,7 @@ export default function LandingPage() {
{ name: "關於我們", id: "about" },
{ name: "特色服務", id: "features" },
{ name: "票價資訊", id: "pricing" },
{ name: "預約場地", id: "appointment" },
{ name: "聯絡資訊", id: "contact" },
]}
brandName="NKUST Pool"
@@ -123,6 +124,7 @@ export default function LandingPage() {
{ id: "faculty", badge: "教職員", price: "$100", subtitle: "高科大教職員專屬", features: ["單次體驗", "開放使用", "健康生活方案"] },
{ id: "general", badge: "一般民眾", price: "$150", subtitle: "歡迎社區居民", features: ["單次入場", "開放式空間", "優質水域設施"] },
]}
buttons={[{ text: "立即預約時段", href: "#appointment" }]}
title="入場資訊"
description="提供學生與社區居民靈活的入場選擇。"
/>