diff --git a/src/app/(routes)/(website)/(home)/page.tsx b/src/app/(routes)/(website)/(home)/page.tsx index d7b290a..43edcbe 100644 --- a/src/app/(routes)/(website)/(home)/page.tsx +++ b/src/app/(routes)/(website)/(home)/page.tsx @@ -67,19 +67,19 @@ export default async function Home() { {/* end */}

- {dict.homePage.top.greeting} + {dict.website.homePage.top.greeting}

- {dict.homePage.top.name} + {dict.website.homePage.top.name}

- {dict.homePage.top.profession} + {dict.website.homePage.top.profession}

- {dict.homePage.top.roll} + {dict.website.homePage.top.roll}

- {dict.homePage.top.descriptionAboutMe} + {dict.website.homePage.top.descriptionAboutMe}

{/*
diff --git a/src/app/(routes)/(website)/components/footer/footer.tsx b/src/app/(routes)/(website)/components/footer/footer.tsx index c6f53eb..931a8f1 100644 --- a/src/app/(routes)/(website)/components/footer/footer.tsx +++ b/src/app/(routes)/(website)/components/footer/footer.tsx @@ -20,43 +20,43 @@ export default async function Footer() { className="whitespace-nowrap px-[14px] py-[10px] text-[18px] font-[500] hover:text-[#fd6f00]" href="/#home" > - {dict.footer.Home} + {dict.website.footer.Home} - {dict.footer.AboutMe} + {dict.website.footer.AboutMe} - {dict.footer.Services} + {dict.website.footer.Services} - {dict.footer.Projects} + {dict.website.footer.Projects} - {dict.footer.Testimonials} + {dict.website.footer.Testimonials} - {dict.footer.Contact} + {dict.website.footer.Contact} - {dict.footer.Blog} + {dict.website.footer.Blog} {/* socials */} @@ -95,13 +95,13 @@ export default async function Footer() {

- {dict.footer.Year} + {dict.website.footer.Year}

- {dict.footer.CopyRight} + {dict.website.footer.CopyRight}

- {dict.footer.Name} + {dict.website.footer.Name}
diff --git a/src/app/(routes)/(website)/components/header/header.tsx b/src/app/(routes)/(website)/components/header/header.tsx index 819992f..216fb19 100644 --- a/src/app/(routes)/(website)/components/header/header.tsx +++ b/src/app/(routes)/(website)/components/header/header.tsx @@ -19,7 +19,7 @@ export default async function Header() { logo

- {dict.header.Name} + {dict.website.header.Name}