feat: ci cd filed
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB |
+4
-4
@@ -1,8 +1,8 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
import 'swiper/css'
|
||||
import "swiper/css";
|
||||
import "./globals.css";
|
||||
import '@/assets/fonts/irancell/style.css'
|
||||
import "@/assets/fonts/irancell/style.css";
|
||||
import Header from "@/shared/Header";
|
||||
import Footer from "@/shared/Footer";
|
||||
|
||||
@@ -17,8 +17,8 @@ const geistMono = Geist_Mono({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Create Next App",
|
||||
description: "Generated by create next app",
|
||||
title: "danakcorp",
|
||||
description: "danak website",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
Reference in New Issue
Block a user