From 9f699737c7876bf482f5db9ffc13079136c542f5 Mon Sep 17 00:00:00 2001 From: mukesh13 Date: Wed, 25 Jun 2025 18:11:58 +0530 Subject: [PATCH] first commit --- package.json | 2 +- src/app/globals.css | 5 ++--- src/app/layout.tsx | 23 ++++++++++++----------- src/components/Layout/Footer.tsx | 2 +- src/components/Layout/Header.tsx | 2 +- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 77e538d..67a9a67 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "scripts": { - "dev": "next dev", + "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint" diff --git a/src/app/globals.css b/src/app/globals.css index 22fc8c6..394f799 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -1,6 +1,5 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; +@import "tailwindcss"; + :root { --background: #ffffff; diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f7fa87e..4be1e32 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,16 +1,16 @@ +// import { Geist, Geist_Mono } from "next/font/google"; import type { Metadata } from "next"; -import { Geist, Geist_Mono } from "next/font/google"; import "./globals.css"; -const geistSans = Geist({ - variable: "--font-geist-sans", - subsets: ["latin"], -}); +// const geistSans = Geist({ +// variable: "--font-geist-sans", +// subsets: ["latin"], +// }); -const geistMono = Geist_Mono({ - variable: "--font-geist-mono", - subsets: ["latin"], -}); +// const geistMono = Geist_Mono({ +// variable: "--font-geist-mono", +// subsets: ["latin"], +// }); export const metadata: Metadata = { title: "Create Next App", @@ -25,10 +25,11 @@ export default function RootLayout({ return ( {children} ); -} +} \ No newline at end of file diff --git a/src/components/Layout/Footer.tsx b/src/components/Layout/Footer.tsx index adf2b3b..a3dbd40 100644 --- a/src/components/Layout/Footer.tsx +++ b/src/components/Layout/Footer.tsx @@ -12,7 +12,7 @@ const Footer = () => { 3engine Logo diff --git a/src/components/Layout/Header.tsx b/src/components/Layout/Header.tsx index 76f675c..ec2ce96 100644 --- a/src/components/Layout/Header.tsx +++ b/src/components/Layout/Header.tsx @@ -14,7 +14,7 @@ const Header = () => { 3engine Logo