diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b4a970..1c149d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,27 +20,26 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="entrance-slide" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -336,31 +172,17 @@ export default function LandingPage() { logoText="揚文企業有限公司" columns={[ { - title: "聯絡資訊", - items: [ - { - label: "電話:04-2482-1320", - href: "tel:0424821320", - }, - { - label: "地址:台中市大里區新南路163巷5號", - href: "#", - }, - ], + title: "聯絡資訊", items: [ + { label: "電話:04-2482-1320", href: "tel:0424821320" }, + { label: "地址:台中市大里區新南路163巷5號", href: "#" } + ] }, { - title: "營業時間", - items: [ - { - label: "週一至週五 08:00–17:30", - href: "#", - }, - { - label: "假日公休", - href: "#", - }, - ], - }, + title: "營業時間", items: [ + { label: "週一至週五 08:00–17:30", href: "#" }, + { label: "假日公休", href: "#" } + ] + } ]} copyrightText="© 2024 揚文企業有限公司. All Rights Reserved." />