2 Commits

Author SHA1 Message Date
49f80f24c2 Update src/app/page.tsx 2026-04-25 09:13:07 +00:00
18130d2020 Merge version_2 into main
Merge version_2 into main
2026-04-25 09:11:14 +00:00

View File

@@ -192,15 +192,15 @@ export default function LandingPage() {
logoText="饌食港式茶樓"
columns={[
{
title: "Explore / 探索", items: [
{ label: "Menu / 菜單", href: "#menu" },
{ label: "About / 關於", href: "#about" },
title: "探索 (Explore)", items: [
{ label: "菜單 (Menu)", href: "#menu" },
{ label: "關於 (About)", href: "#about" },
],
},
{
title: "Contact / 資訊", items: [
{ label: "Tel: 02-1234-5678", href: "tel:0212345678" },
{ label: "Address: No.123, Zhongshan Rd", href: "#contact" },
title: "資訊 (Contact)", items: [
{ label: "電話: 02-1234-5678", href: "tel:0212345678" },
{ label: "地址: 台北市中山路123號", href: "#contact" },
],
},
]}
@@ -209,4 +209,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}