diff --git a/src/assets/images/hero-image-head.png b/src/assets/images/hero-image-head.png new file mode 100644 index 0000000..7cd94ea Binary files /dev/null and b/src/assets/images/hero-image-head.png differ diff --git a/src/assets/images/hero-image-new.png b/src/assets/images/hero-image-new.png deleted file mode 100644 index 08e85ee..0000000 Binary files a/src/assets/images/hero-image-new.png and /dev/null differ diff --git a/src/components/widgets/Hero.astro b/src/components/widgets/Hero.astro index e5243f7..a73e0ee 100644 --- a/src/components/widgets/Hero.astro +++ b/src/components/widgets/Hero.astro @@ -1,7 +1,7 @@ --- import Image from '~/components/common/Image.astro'; import Button from '~/components/ui/Button.astro'; -import Background from '~/components/ui/Background.astro'; +// import Background from '~/components/ui/Background.astro'; import type { Hero as Props } from '~/types'; diff --git a/src/pages/index.astro b/src/pages/index.astro index 93923c1..3aeb254 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -16,7 +16,7 @@ const metadata = { - + Delightful