This commit is contained in:
sasha-astiadi 2024-10-10 17:01:09 +02:00
parent a9570ad089
commit d4a7f16e9a
16 changed files with 11 additions and 5 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -2,6 +2,6 @@
"/(main)/page": "app/(main)/page.js",
"/features/page": "app/features/page.js",
"/about/page": "app/about/page.js",
"/usecases/page": "app/usecases/page.js",
"/heroverse/page": "app/heroverse/page.js"
"/heroverse/page": "app/heroverse/page.js",
"/usecases/page": "app/usecases/page.js"
}

File diff suppressed because one or more lines are too long

View File

@ -125,7 +125,7 @@
/******/
/******/ /* webpack/runtime/getFullHash */
/******/ (() => {
/******/ __webpack_require__.h = () => ("65841346ad6c56f4")
/******/ __webpack_require__.h = () => ("0b457c4b0e835dad")
/******/ })();
/******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */

File diff suppressed because one or more lines are too long

View File

@ -165,7 +165,7 @@ export default function Footer2() {
<ul role="list" className="mt-6 space-y-4">
{navigation.partners.map((item) => (
<li key={item.name}>
<a href={item.href} className="text-sm leading-6 text-purple-600 hover:text-purple-900">
<a href={item.href} className="text-sm leading-6 text-purple-600 hover:text-purple-900" target='_blank' rel='noopener noreferrer'>
{item.name}
</a>
</li>