menu to info
This commit is contained in:
@@ -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' },
|
||||||
|
|||||||
@@ -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" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user