final updated
This commit is contained in:
@@ -2,10 +2,9 @@ import { Stack, Flex, Image, Text, Box } from '@chakra-ui/react';
|
||||
import { colors } from '../colors';
|
||||
|
||||
const footerText = `*獅球嘜品牌產品系列中首次推出之護心食用油
|
||||
^營萃護心油根據世界衛生組織建議之每日人體脂肪酸攝取比例調製,其成分內的Omega-3比例較一般花生油、粟米油高,特別有助平衡慣常外出用餐的都市人其身體脂肪酸比例,增加抗發炎、抗氧化的能力,有助維持心血管健康
|
||||
+根據世界衛生組織建議每日人體脂肪酸攝取黃金比例而調製,配方以每日25%的總攝取能量計算
|
||||
#每食用分量含0克反式脂肪
|
||||
▲Omega-6不飽和脂肪酸在體內代謝會產生花生四烯酸,進而產生促發炎的前列腺素,導致血管收縮及慢性發炎
|
||||
+根據世界衛生組織建議每日人體脂肪酸攝取黃金比例而調製,配方以每日25%的總攝取能量計算
|
||||
▼營萃護心油的omega-3比例較一般花生油、粟米油高,特別有助平衡外出用餐多的都市人其身體脂肪酸比例,增加抗發炎,維持心血管健康`
|
||||
function Footer() {
|
||||
|
||||
@@ -19,7 +18,7 @@ function Footer() {
|
||||
>
|
||||
{line.charAt(0).match(/[\*\^\▲\+\▼\#]/) ? (
|
||||
<>
|
||||
<Text as="span" fontSize="7px" verticalAlign="super">{line.charAt(0)}</Text>
|
||||
<Text as="span" fontSize="6px" verticalAlign="super">{line.charAt(0)}</Text>
|
||||
{line.substring(1).split('\t').map((segment, j) => (
|
||||
j === 0 ? segment : <Text as="span" ml={4} key={j}>{segment}</Text>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user