aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-07-02 18:39:51 -0500
committerDhravya <[email protected]>2024-07-02 18:39:51 -0500
commite292442642432c086c0cb5cb8bfd9855cd4f90e6 (patch)
tree206c1ebd5517338b50abb18ea2fde43d2262db33
parentlanding page fixes (diff)
downloadsupermemory-e292442642432c086c0cb5cb8bfd9855cd4f90e6.tar.xz
supermemory-e292442642432c086c0cb5cb8bfd9855cd4f90e6.zip
minor changes to landing page
-rw-r--r--apps/web/app/(landing)/Hero.tsx9
-rw-r--r--apps/web/app/(landing)/Showcase.tsx2
-rw-r--r--apps/web/public/images/asking_questions.pngbin0 -> 360488 bytes
-rw-r--r--apps/web/public/images/landing-hero.jpegbin0 -> 388205 bytes
4 files changed, 7 insertions, 4 deletions
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() {
</section>
<AnimatedLogoCloud />
- <div className="relative z-20">
+ <div className="relative z-50">
<motion.img
{...{
...slap,
transition: { ...slap.transition, delay: 0.35 },
}}
- src="/landing-ui.svg"
+ src="/images/landing-hero.jpeg"
alt="Landing page background"
width={1512}
height={1405}
draggable="false"
- className="z-40 md:mt-[-40px] hidden sm:block h-full w-[80%] mx-auto md:w-full select-none px-5"
+ className="z-40 md:mt-[-40px] hidden sm:block h-full max-w-[70vw] mx-auto md:w-full select-none px-5 rounded-2xl"
+ style={{
+ borderRadius: "20px",
+ }}
/>
<div
className="absolute -z-10 left-0 top-[10%] h-32 w-[90%] overflow-x-hidden bg-[rgb(54,157,253)] bg-opacity-100 blur-[337.4px]"
diff --git a/apps/web/app/(landing)/Showcase.tsx b/apps/web/app/(landing)/Showcase.tsx
index c44d6f4a..940dfb4d 100644
--- a/apps/web/app/(landing)/Showcase.tsx
+++ b/apps/web/app/(landing)/Showcase.tsx
@@ -23,7 +23,7 @@ const features: Array<Feature> = [
"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
--- /dev/null
+++ b/apps/web/public/images/asking_questions.png
Binary files 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
--- /dev/null
+++ b/apps/web/public/images/landing-hero.jpeg
Binary files differ