Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-04-25 09:13: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>
);
}
}