File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments