updated the ui v315

This commit is contained in:
2025-03-17 16:13:28 +08:00
parent f32a2dd307
commit 8dcbc0fc57
17 changed files with 136 additions and 48 deletions

View File

@@ -16,9 +16,7 @@ function Footer() {
</Text>
<Flex alignItems={'center'} justifyContent={'center'} direction="column">
<Image src="/images/headerlogo.webp" alt="Logo" width="150px" />
<Text textAlign={'center'} marginLeft={3} marginTop={2} className="font-melle font-medium" color={'#075C39'}>
{"【積極求變 健康向前】"}
</Text>
</Flex>
<Flex
alignItems={'flex-end'}
@@ -26,15 +24,29 @@ function Footer() {
h='60px'
>
<Text
className='font-noto-sans font-regular'
color={colors.textColor}
fontSize={{ base: 'xs', sm: 'sm', md: 'md', lg: 'md', xl: 'md' }}
mt={5}
ml={2}
<Stack gap={0}
position={'absolute'}
bottom={1}
>
{`Copyright © ${currentYear}合興食油(香港)有限公司 版權所有,不得轉載。`}
</Text>
<Text
className='font-noto-sans font-regular'
color={colors.textColor}
fontSize={'8px'}
mt={5}
ml={2}
>
{`Copyright © ${currentYear}合興食油(香港)有限公司 版權所有,不得轉載。`}
</Text>
<Text
className='font-noto-sans font-regular'
color={colors.textColor}
fontSize={'8px'}
ml={2}
>
{`參考資料 | 台灣營養師張益堯在節目《奕起聊健康》上分享關於「油脂」的健康 https://bit.ly/3FmZkCo https://bit.ly/4htQ9gt`}
</Text>
</Stack>
</Flex>
</Stack>
);