This commit is contained in:
sasha-astiadi 2024-10-10 17:18:02 +02:00
parent 706c0053fa
commit f102678e9f
13 changed files with 7 additions and 4 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.

View File

@ -1,9 +1,9 @@
{ {
"/_not-found/page": "app/_not-found/page.js", "/_not-found/page": "app/_not-found/page.js",
"/features/page": "app/features/page.js", "/features/page": "app/features/page.js",
"/(main)/page": "app/(main)/page.js",
"/about/page": "app/about/page.js", "/about/page": "app/about/page.js",
"/heroverse/page": "app/heroverse/page.js", "/heroverse/page": "app/heroverse/page.js",
"/usecases/page": "app/usecases/page.js", "/usecases/page": "app/usecases/page.js",
"/community/page": "app/community/page.js" "/community/page": "app/community/page.js",
"/(main)/page": "app/(main)/page.js"
} }

View File

@ -125,7 +125,7 @@
/******/ /******/
/******/ /* webpack/runtime/getFullHash */ /******/ /* webpack/runtime/getFullHash */
/******/ (() => { /******/ (() => {
/******/ __webpack_require__.h = () => ("9f6315533015d824") /******/ __webpack_require__.h = () => ("59685d0ade9a03f4")
/******/ })(); /******/ })();
/******/ /******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */ /******/ /* webpack/runtime/hasOwnProperty shorthand */

File diff suppressed because one or more lines are too long

View File

@ -45,7 +45,7 @@ export default function HeroFeature2() {
<div className="bg-gradient-to-b from-purple-50/80 to-purple-50/10 pt-24 pb-12"> <div className="bg-gradient-to-b from-purple-50/80 to-purple-50/10 pt-24 pb-12">
<div className="mx-auto max-w-7xl px-6 lg:px-8"> <div className="mx-auto max-w-7xl px-6 lg:px-8">
<div className="mx-auto max-w-4xl text-center justify-center items-center"> <div className="mx-auto max-w-4xl text-center justify-center items-center">
<p className="mt-8 h3-title-new text-center">HeroVerse 3D</p> <p className="mt-8 h3-title-newf text-center">HeroVerse 3D</p>
<p className="mt-4 items-center align-center text-center section-text-ct"> <p className="mt-4 items-center align-center text-center section-text-ct">
First Generative AI 3D Tools for the Metaverse and Beyond First Generative AI 3D Tools for the Metaverse and Beyond
</p> </p>