From 4095a9042a146379558b12082820b8c7fb597a79 Mon Sep 17 00:00:00 2001 From: philipcheung Date: Mon, 17 Mar 2025 19:00:39 +0800 Subject: [PATCH] added lazy loading and change the questions ans --- .../images/{conpareheart.webp => compareheart.webp} | Bin src/components/bestoil.tsx | 4 ++++ src/components/compare.tsx | 4 +++- src/components/hero2.tsx | 2 ++ src/components/oil_info.tsx | 6 +++++- src/components/qa.tsx | 5 +++-- src/components/salespoint.tsx | 7 ++++--- 7 files changed, 21 insertions(+), 7 deletions(-) rename public/images/{conpareheart.webp => compareheart.webp} (100%) diff --git a/public/images/conpareheart.webp b/public/images/compareheart.webp similarity index 100% rename from public/images/conpareheart.webp rename to public/images/compareheart.webp diff --git a/src/components/bestoil.tsx b/src/components/bestoil.tsx index 7d9cb37..722b1c2 100644 --- a/src/components/bestoil.tsx +++ b/src/components/bestoil.tsx @@ -74,12 +74,14 @@ function Bestoil() { > @@ -89,6 +91,7 @@ function Bestoil() { @@ -101,6 +104,7 @@ function Bestoil() { {/* Content here */} @@ -162,6 +164,7 @@ function Oil_info() { > @@ -240,6 +243,7 @@ function Oil_info() { diff --git a/src/components/qa.tsx b/src/components/qa.tsx index 130a02b..c39d3d0 100644 --- a/src/components/qa.tsx +++ b/src/components/qa.tsx @@ -12,12 +12,12 @@ const questions = [ { image: '/images/q2.png', question: "用橄欖油煮食就一定最健康?", - answer: "未必!橄欖油雖富含單元不飽和脂肪酸如Omega-9,但人體可自行合成,而其 Omega-3 和 Omega-6 含量偏低,僅約 1% 和 7%,脂肪酸比例並不均衡,對小孩及孕婦來說,長期單一使用可能無法滿足他們對營養素的需求。而初榨橄欖油煙點低(190°C),高溫煮食容易產生有害物質,反成健康負擔。" + answer: "未必!橄欖油雖富含單元不飽和脂肪酸如Omega-9(約78%),但人體可自行合成,而其 Omega-3 和 Omega-6 含量偏低,僅約 1% 和 7%,脂肪酸比例並不均衡,對小孩及孕婦來說,長期單一使用可能無法滿足他們對營養素的需求。而初榨橄欖油煙點低(190°C),高溫煮食容易產生有害物質,反成健康負擔。" }, { image: '/images/q3.png', question: "使用單一油種的食用油較好?", - answer: "未必!橄欖油雖富含單元不飽和脂肪酸如Omega-9,但人體可自行合成,而其Omega-3和 Omega-6 含量偏低,脂肪酸比例並不均衡,對小孩及孕婦來說,長期單一使用可能無法滿足他們對營養素的需求。而初榨橄欖油煙點較低(約190°C),高溫煮食容易產生有害物質,反成健康負擔。" + answer: "未必! 長期只用一種食油,猶如「偏食」,容易導致脂肪酸攝取失衡,影響健康。不同食油各有優缺點,例如米糠油、橄欖油、葵花籽油Omega-3偏低,不適合發育中的小孩、孕婦及哺乳中的婦女長期單一使用;初榨橄欖油與初榨亞麻籽油不耐高溫;花生油與牛油果油的飽和脂肪偏高,增加心血管堵塞的風險。" }, { image: '/images/q4.png', @@ -146,6 +146,7 @@ function Qa() { (null); const titleRef = useRef(null); const isTitleInView = useInView(titleRef, { once: true }); - + // Load Facebook SDK and initialize the plugin useEffect(() => { @@ -90,7 +90,7 @@ function Salespoint() { direction={{ base: 'column', sm: 'column', md: 'row' }} justify="center" align={'flex-end'} - + > {shopImages.map((image, index) => ( - +