diff --git a/public/assets/images/homepage/lifehacker-dark.png b/public/assets/images/homepage/lifehacker-dark.png new file mode 100644 index 00000000..69f26b9d Binary files /dev/null and b/public/assets/images/homepage/lifehacker-dark.png differ diff --git a/public/assets/images/homepage/lifehacker-light.png b/public/assets/images/homepage/lifehacker-light.png new file mode 100644 index 00000000..a9b31c1e Binary files /dev/null and b/public/assets/images/homepage/lifehacker-light.png differ diff --git a/public/assets/images/homepage/mapbase-dark.png b/public/assets/images/homepage/mapbase-dark.png new file mode 100644 index 00000000..cecde27a Binary files /dev/null and b/public/assets/images/homepage/mapbase-dark.png differ diff --git a/public/assets/images/homepage/mapbase-light.png b/public/assets/images/homepage/mapbase-light.png new file mode 100644 index 00000000..bd38d8a2 Binary files /dev/null and b/public/assets/images/homepage/mapbase-light.png differ diff --git a/src/components/Home/Feature/index.tsx b/src/components/Home/Feature/index.tsx index 9aa105a2..38c7c8fa 100644 --- a/src/components/Home/Feature/index.tsx +++ b/src/components/Home/Feature/index.tsx @@ -75,8 +75,8 @@ const Feature = () => {
setActiveFeature(i)} > @@ -110,21 +110,19 @@ const Feature = () => {

- {isActive && ( -
- -
- )} +
+ +
) })} diff --git a/src/components/Home/Hero/index.tsx b/src/components/Home/Hero/index.tsx index 37159925..99d8c699 100644 --- a/src/components/Home/Hero/index.tsx +++ b/src/components/Home/Hero/index.tsx @@ -4,134 +4,9 @@ import { totalDownload } from '@/utils/format' import Link from 'next/link' import { useData } from 'nextra/data' -const LifeHackerLogo = () => { - return ( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ) -} - const QuoteIcon = () => { return ( -
+
{
-
- -
- -
+

Chat with AI
without privacy concerns

- + {/* */} +

diff --git a/src/components/Home/Statistic/index.tsx b/src/components/Home/Statistic/index.tsx index 87f57f6c..42a9e189 100644 --- a/src/components/Home/Statistic/index.tsx +++ b/src/components/Home/Statistic/index.tsx @@ -42,8 +42,8 @@ const Statistic = () => { width={800} height={800} source={{ - light: '/assets/images/homepage/mapbase-light.webp', - dark: '/assets/images/homepage/mapbase-dark.webp', + light: '/assets/images/homepage/mapbase-light.png', + dark: '/assets/images/homepage/mapbase-dark.png', }} />