test commit

This commit is contained in:
parsa aghaei 2024-09-22 11:13:02 +03:30
parent acbf36024e
commit 3e49c4be20

View File

@ -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({
<p className="text-[48px] font-[400] ms-[20px]">Parsa Aghayi</p>
</div>
<ul className="flex items-center justify-center">
<a className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap"
href="#home">
<a
className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap"
href="#home"
>
Home
</a>
<a className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap"
href="#about-me">
<a
className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap"
href="#about-me"
>
About Me
</a>
<a className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap"
href="#services">
<a
className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap"
href="#services"
>
Services
</a>
<a className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap"
href="#projects">
<a
className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap"
href="#projects"
>
Projects
</a>
<a className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap"
href="#testimonials">
<a
className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap"
href="#testimonials"
>
Testimonials
</a>
<a className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap"
href="#contact">
<a
className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap"
href="#contact"
>
Contact
</a>
</ul>