diff --git a/src/app/page.tsx b/src/app/page.tsx index 191ce90..8360355 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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="提供學生與社區居民靈活的入場選擇。" />