diff --git a/public/assets/Homepage-hero.webp b/public/assets/Homepage-hero.webp new file mode 100644 index 00000000..7a9f2f5d Binary files /dev/null and b/public/assets/Homepage-hero.webp differ diff --git a/src/pages/index.astro b/src/pages/index.astro index 9b8ebf5f..ccac30be 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -71,7 +71,7 @@ const featuredArticles = allArticles ctas={[ { text: "Discuss your challenges with us", variant: "primary", href: "/membership/" }, ]} - imageSrc="/assets/hero-illustration-new.svg" + imageSrc="/assets/Homepage-hero.webp" imageAlt="Hero illustration" bgClass="bg-accent-lightest-2" id="hero"