diff --git a/src/assets/images/currency_of_future2.png b/src/assets/images/currency_of_future2.png new file mode 100644 index 0000000..6bf9b47 Binary files /dev/null and b/src/assets/images/currency_of_future2.png differ diff --git a/src/assets/images/hardware_computer2.png b/src/assets/images/hardware_computer2.png new file mode 100644 index 0000000..986b092 Binary files /dev/null and b/src/assets/images/hardware_computer2.png differ diff --git a/src/pages/farming.astro b/src/pages/farming.astro index a20fadb..ff004bd 100644 --- a/src/pages/farming.astro +++ b/src/pages/farming.astro @@ -199,7 +199,7 @@ const metadata = { icon: 'tabler:rosette-discount-check', }, ]} - image={{ src: '~/assets/images/currency_of_future.png', alt: '' }}, + image={{ src: '~/assets/images/currency_of_future2.png', alt: '' }}, /> diff --git a/src/pages/index.astro b/src/pages/index.astro index 452486f..28c36da 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -154,7 +154,7 @@ const metadata = { isReversed id="about" image={{ - src: '~/assets/images/hardware_computer.jpg', + src: '~/assets/images/hardware_computer2.png', alt: 'Colorful Image', loading: 'eager', }} @@ -304,7 +304,7 @@ const metadata = { icon: 'tabler:rosette-discount-check', }, ]} - image={{ src: '~/assets/images/currency_of_future.png', alt: '' }}, + image={{ src: '~/assets/images/currency_of_future2.png', alt: '' }}, />