meni links updated

This commit is contained in:
parsa aghaei 2024-09-22 18:26:15 +03:30
parent a2a04223c1
commit 312e4981d6

View File

@ -26,7 +26,7 @@ export default function RootLayout({
> >
<div className="scroll-watcher" id="top"></div> <div className="scroll-watcher" id="top"></div>
<a <a
href="#header" href="/#header"
className="flex items-center justify-center scroll-to-top fixed bottom-[100px] right-20 h-[50px] w-[50px] p-5 text-center border-2 hover:border-[#f3a66b] text-white text-[25px] font-[800] bg-[#fd6f00] rounded-full" className="flex items-center justify-center scroll-to-top fixed bottom-[100px] right-20 h-[50px] w-[50px] p-5 text-center border-2 hover:border-[#f3a66b] text-white text-[25px] font-[800] bg-[#fd6f00] rounded-full"
id="back-to-top" id="back-to-top"
> >
@ -42,37 +42,37 @@ export default function RootLayout({
</div> </div>
<ul className="flex items-center justify-center"> <ul className="flex items-center justify-center">
<a <a
href="#home" href="/#home"
className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap" className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap"
> >
Home Home
</a> </a>
<a <a
href="#about-me" href="/#about-me"
className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap" className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap"
> >
About Me About Me
</a> </a>
<a <a
href="#services" href="/#services"
className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap" className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap"
> >
Services Services
</a> </a>
<a <a
href="#projects" href="/#projects"
className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap" className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap"
> >
Projects Projects
</a> </a>
<a <a
href="#testimonials" href="/#testimonials"
className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap" className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap"
> >
Testimonials Testimonials
</a> </a>
<a <a
href="#contact" href="/#contact"
className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap" className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap"
> >
Contact Contact
@ -99,37 +99,37 @@ export default function RootLayout({
<ul className="flex items-center justify-center"> <ul className="flex items-center justify-center">
<a <a
className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap" className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap"
href="#home" href="/#home"
> >
Home Home
</a> </a>
<a <a
className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap" className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap"
href="#about-me" href="/#about-me"
> >
About Me About Me
</a> </a>
<a <a
className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap" className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap"
href="#services" href="/#services"
> >
Services Services
</a> </a>
<a <a
className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap" className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap"
href="#projects" href="/#projects"
> >
Projects Projects
</a> </a>
<a <a
className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap" className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap"
href="#testimonials" href="/#testimonials"
> >
Testimonials Testimonials
</a> </a>
<a <a
className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap" className="px-[14px] py-[10px] text-[21px] font-[400] whitespace-nowrap"
href="#contact" href="/#contact"
> >
Contact Contact
</a> </a>