touch-grass.tech
A social game for going outside, touching grass, and competing with friends
-## Tech Stack
+## What is it?
+Touch Grass is a gamified social site to share your adventures while competing with friends to grow the best garden!
+
+It extracts location data from your posts to plant a unique flower from that region.
+
+Add your friends and see who can grow the most plants!
+
+
+## Tech
- Next.js
-- Prisma ORM
-- PostgreSQL
\ No newline at end of file
+- Prisma
+- Postgre
+- Vercel
\ No newline at end of file
diff --git a/app/layout.tsx b/app/layout.tsx
index cef0f0f..1c241d6 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -7,6 +7,7 @@ import { Menu } from "lucide-react";
import { Sheet, SheetContent, SheetTrigger, SheetTitle } from "@/components/ui/sheet";
import { VisuallyHidden } from "@radix-ui/react-visually-hidden";
import Image from 'next/image'
+import Footer from "@/components/footer";
const geistSans = Geist({
variable: "--font-geist-sans",
@@ -36,19 +37,19 @@ export default function RootLayout({
{/* ===== HEADER ===== */}