menu to info

This commit is contained in:
2025-11-02 19:05:37 +08:00
parent 74027dc6db
commit 1403217253
2 changed files with 2 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ function Header({ showMenu = false }: HeaderProps) {
}, []); }, []);
const menuItems = [ const menuItems = [
{ label: '40+常見健康問題', href: '#health-issues' }, { label: '40+常見健康問題', href: '#info' },
{ label: '營萃護心油四大優勢', href: '#advantages' }, { label: '營萃護心油四大優勢', href: '#advantages' },
{ label: '護心食譜', href: '#recipes' }, { label: '護心食譜', href: '#recipes' },
{ label: '更多食用油健康真相', href: '#truth' }, { label: '更多食用油健康真相', href: '#truth' },

View File

@@ -66,6 +66,7 @@ function Info() {
return ( return (
<Box <Box
id="info"
position="relative" position="relative"
w="100%" w="100%"
minH={{ base: "163vw", sm: "163vw", md: "75vw", lg: "50vw", xl: "45vw" }} minH={{ base: "163vw", sm: "163vw", md: "75vw", lg: "50vw", xl: "45vw" }}