diff --git a/index.html b/index.html index 234e58a..9fd4bee 100644 --- a/index.html +++ b/index.html @@ -2,11 +2,12 @@ - + + - - - Healthy Oil + + + 獅球嘜 | 營萃護心油
diff --git a/public/Lion_ head.webp b/public/Lion_ head.webp new file mode 100644 index 0000000..93efd0b Binary files /dev/null and b/public/Lion_ head.webp differ diff --git a/public/images/facebook.webp b/public/images/facebook.webp new file mode 100644 index 0000000..6b09b3b Binary files /dev/null and b/public/images/facebook.webp differ diff --git a/public/images/facebook_2.webp b/public/images/facebook_2.webp new file mode 100644 index 0000000..da5d685 Binary files /dev/null and b/public/images/facebook_2.webp differ diff --git a/public/images/mboilinfogroup.webp b/public/images/mboilinfogroup.webp index c2d488a..6da2921 100644 Binary files a/public/images/mboilinfogroup.webp and b/public/images/mboilinfogroup.webp differ diff --git a/public/images/mboilinfotitle.webp b/public/images/mboilinfotitle.webp index 8469e8d..d839c1a 100644 Binary files a/public/images/mboilinfotitle.webp and b/public/images/mboilinfotitle.webp differ diff --git a/public/images/oilinfotitle.webp b/public/images/oilinfotitle.webp index 6eef7f8..36094ee 100644 Binary files a/public/images/oilinfotitle.webp and b/public/images/oilinfotitle.webp differ diff --git a/public/images/pcoilinfogroup.webp b/public/images/pcoilinfogroup.webp index 55b279c..455c396 100644 Binary files a/public/images/pcoilinfogroup.webp and b/public/images/pcoilinfogroup.webp differ diff --git a/src/components/hero2.tsx b/src/components/hero2.tsx index 759afe4..e785eec 100644 --- a/src/components/hero2.tsx +++ b/src/components/hero2.tsx @@ -77,6 +77,7 @@ function Hero2() { gap="25px" columns={{ base: 1, md: 1, lg: 2, xl: 2 }} px="4" + mb = {10} maxW="full" mx="0" marginTop={{ base: -7, md: -3, lg: 0, xl: 0 }} diff --git a/src/components/oil_info.tsx b/src/components/oil_info.tsx index bb5a7bb..d33099e 100644 --- a/src/components/oil_info.tsx +++ b/src/components/oil_info.tsx @@ -51,7 +51,7 @@ function Oil_info() { return text.split('\n').map((line, i) => ( @@ -97,7 +97,7 @@ function Oil_info() { fit='contain' w='100%' h='auto' - loading="lazy" + loading="lazy" > @@ -164,37 +164,38 @@ function Oil_info() { > - {formatText(`*獅球嘜品牌產品系列中首次推出之護心食用油 + {formatText(`**營萃護心油成分含世界衛生組織建議之人體每日脂肪酸攝取比例,其Omega-3比例較一般花生油、粟米油高,特別有助平衡外出用餐多的都市人其身體脂肪酸比例,增加抗發炎、抗氧化的能力,維持心血管健康。 ^根據世界衛生組織建議每日人體脂肪酸攝取黃金比例而調製,配方以每日25%的總攝取能量計算`)} - - 世界衛生組織建議, - {"人體應攝取良好的脂肪酸比例,這可由食油中攝取,從而調節膽固醇,保護心血管健康。"} + 獅球嘜營萃護心油, + {"根據世界衛生組織建議之黃金比例脂肪酸調製,有助調節膽固醇,保護心血管健康,並預防與飲食相關的慢性疾病。"} {/* - {formatText(`*獅球嘜品牌產品系列中首次推出之護心食用油 + {formatText(`**營萃護心油成分含世界衛生組織建議之人體每日脂肪酸攝取比例,其Omega-3比例較一般花生油、粟米油高,特別有助平衡外出用餐多的都市人其身體脂肪酸比例,增加抗發炎、抗氧化的能力,維持心血管健康。 ^根據世界衛生組織建議每日人體脂肪酸攝取黃金比例而調製,配方以每日25%的總攝取能量計算`)} @@ -242,8 +243,8 @@ function Oil_info() { > diff --git a/src/components/qa.tsx b/src/components/qa.tsx index c39d3d0..fffafdc 100644 --- a/src/components/qa.tsx +++ b/src/components/qa.tsx @@ -12,7 +12,7 @@ const questions = [ { image: '/images/q2.png', question: "用橄欖油煮食就一定最健康?", - answer: "未必!橄欖油雖富含單元不飽和脂肪酸如Omega-9(約78%),但人體可自行合成,而其 Omega-3 和 Omega-6 含量偏低,僅約 1% 和 7%,脂肪酸比例並不均衡,對小孩及孕婦來說,長期單一使用可能無法滿足他們對營養素的需求。而初榨橄欖油煙點低(190°C),高溫煮食容易產生有害物質,反成健康負擔。" + answer: "未必!橄欖油雖富含單元不飽和脂肪酸如Omega-9,但人體可自行合成,而其 Omega-3 和 Omega-6 含量偏低,僅約 1% 和 7%,脂肪酸比例並不均衡,對小孩及孕婦來說,長期單一使用可能無法滿足他們對營養素的需求。而初榨橄欖油煙點低(190°C),高溫煮食容易產生有害物質,反成健康負擔。" }, { image: '/images/q3.png', diff --git a/src/components/salespoint.tsx b/src/components/salespoint.tsx index 743e50a..b1a99c2 100644 --- a/src/components/salespoint.tsx +++ b/src/components/salespoint.tsx @@ -1,4 +1,4 @@ -import { Box, Stack, Image, Text, Flex, Link } from '@chakra-ui/react' +import {Stack, Image, Text, Flex, Link } from '@chakra-ui/react' import { colors } from '../colors'; import { useEffect, useRef } from 'react'; import { motion, useInView } from 'framer-motion' @@ -114,7 +114,7 @@ function Salespoint() { {/* Facebook Page Plugin */} - - + */} + + + + + salespoint + + ) }