From 3e49c4be20f608f1328469e4b34c43b7478367f5 Mon Sep 17 00:00:00 2001
From: parsa aghaei
Date: Sun, 22 Sep 2024 11:13:02 +0330
Subject: [PATCH] test commit
---
src/app/layout.tsx | 37 ++++++++++++++++++++++++-------------
1 file changed, 24 insertions(+), 13 deletions(-)
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index e05fe50..4a7ba9e 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -2,7 +2,6 @@ import type { Metadata } from "next";
import localFont from "next/font/local";
import "./globals.css";
import Image from "next/image";
-import Header from "./_components/header/page";
const geistSans = localFont({
src: "/fonts/Mikhak-v3.2/Variable/Mikhak[DSTY,KSHD,wght].woff2",
@@ -98,28 +97,40 @@ export default function RootLayout({
Parsa Aghayi