From 2fa1b50eba1476f0188fcfdaa1f16f4325e4ae82 Mon Sep 17 00:00:00 2001 From: Matias Date: Mon, 5 Aug 2024 18:03:51 -0300 Subject: [PATCH 1/4] feat: apply Launch Button that redirects to gardens page --- apps/web/app/page.tsx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/apps/web/app/page.tsx b/apps/web/app/page.tsx index ef4d0a9ee..51d1b5d85 100644 --- a/apps/web/app/page.tsx +++ b/apps/web/app/page.tsx @@ -13,6 +13,7 @@ import { } from "@heroicons/react/24/outline"; import Image from "next/image"; import { newLogo, commF } from "@/assets"; +import { Button } from "@/components"; import { ChainIcon } from "@/configs/chainServer"; export default function Page() { @@ -28,6 +29,8 @@ export default function Page() { ); } +//TODO: route app buttons to app.gardens .. + const Hero = () => { const [mobileMenuOpen, setMobileMenuOpen] = useState(false); return ( @@ -74,13 +77,12 @@ const Hero = () => {
- Sign up - +
@@ -356,21 +358,20 @@ const SignUp = () => {

- Get ready for our beta release + Cultivate Change with Gardens

- Coming August 2024! + Join communities, shape decisions, and grow the public economy.

{/* TODO: link to gardnes form */} - Sign up - +
Date: Tue, 6 Aug 2024 13:53:35 -0300 Subject: [PATCH 2/4] feat(landing): move footer to center of page --- apps/web/app/page.tsx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/apps/web/app/page.tsx b/apps/web/app/page.tsx index 51d1b5d85..eba7d0732 100644 --- a/apps/web/app/page.tsx +++ b/apps/web/app/page.tsx @@ -128,13 +128,12 @@ const Hero = () => {
- Sign up - +
@@ -358,10 +357,10 @@ const SignUp = () => {

- Cultivate Change with Gardens + Cultivate change with Gardens

- Join communities, shape decisions, and grow the public economy. + Join our Beta and start growing your community.

{/* TODO: link to gardnes form */} @@ -460,8 +459,8 @@ const navigation = [ const Footer = () => { return (