diff --git a/apps/web/app/(landing)/Hero.tsx b/apps/web/app/(landing)/Hero.tsx index 094099d2..4a0529aa 100644 --- a/apps/web/app/(landing)/Hero.tsx +++ b/apps/web/app/(landing)/Hero.tsx @@ -64,18 +64,21 @@ function Hero() { -
+
= [ "Never lose a great idea again - instead of saving it in your head, save it in supermemory.", description: "The internet is full of great ideas, but there's a problem. They are ephemeral. They come and go. ", - image: "search.svg", + image: "/images/asking_questions.png", icon: function ReportingIcon() { let id = useId(); return ( diff --git a/apps/web/public/images/asking_questions.png b/apps/web/public/images/asking_questions.png new file mode 100644 index 00000000..830fb07f Binary files /dev/null and b/apps/web/public/images/asking_questions.png differ diff --git a/apps/web/public/images/landing-hero.jpeg b/apps/web/public/images/landing-hero.jpeg new file mode 100644 index 00000000..e1542006 Binary files /dev/null and b/apps/web/public/images/landing-hero.jpeg differ