From 6b1c6af407cf58864e9827e3f98178bc32d3df84 Mon Sep 17 00:00:00 2001 From: Ethan Niser Date: Fri, 18 Oct 2024 00:11:32 -0400 Subject: [PATCH] clean up layout --- src/app/globals.css | 2 +- src/app/layout.tsx | 72 ++++++++++--------------------------- src/components/ui/input.tsx | 2 +- 3 files changed, 21 insertions(+), 55 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 4e527bd..a159a89 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -3,7 +3,7 @@ @tailwind utilities; body { - font-family: sans-serif; + font-family: Arial, sans-serif; } @layer utilities { diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fa3b16d..7a745ff 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,9 +1,8 @@ import type { Metadata } from "next"; import localFont from "next/font/local"; import "./globals.css"; -import { Button } from "@/components/ui/button"; import { Input } from "@/components/ui/input"; -import { Menu, Search } from "lucide-react"; +import { Search } from "lucide-react"; import { categories } from "./data"; import Link from "next/link"; @@ -37,19 +36,18 @@ export default function RootLayout({ className={`${helvetica.variable} ${helveticaRoman.variable} ${futura.variable} flex min-h-full flex-col antialiased`} >
-
+
- NextMaster
- +