Skip to content

Commit d6d6e1c

Browse files
committed
fix landing-proto-2 with new graphics updated from Figma
1 parent c46389b commit d6d6e1c

2 files changed

Lines changed: 24 additions & 8 deletions

File tree

apps/www/app/page.tsx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ export default function Home() {
4040
};
4141

4242
return (
43-
<main className="flex relative h-screen lg:flex-row flex-col gap-5 items-center justify-between p-24 pb-0 bg-dark-teal-gradient">
44-
<div className="h-full flex flex-col items-center justify-start gap-[5px] pt-[50px]">
43+
<main className="flex relative min-h-screen lg:flex-row flex-col gap-5 items-center justify-between py-15 px-10 pb-0 bg-dark-teal-gradient">
44+
<div className="h-full flex flex-col items-center justify-start gap-[5px] pt-[20px]">
4545
<div className="flex items-center justify-center gap-[10px] py-[10px]">
4646
<Image
4747
src="/logo.svg"
@@ -112,7 +112,12 @@ export default function Home() {
112112
<div className="relative w-full md:h-[700px] sm:h-[600px] h-[500px]">
113113
{matches ? (
114114
<Image
115-
src={"/today-view.svg"}
115+
// src={"/today-view.svg"}
116+
// fill
117+
// style={{ objectFit: "contain" }}
118+
// alt="The prototype showcasing Supernova, a productivity app"
119+
120+
src={"/landing-proto-2.svg"}
116121
fill
117122
style={{ objectFit: "contain" }}
118123
alt="The prototype showcasing Supernova, a productivity app"

0 commit comments

Comments
 (0)