Skip to content

Commit 535f67d

Browse files
committed
feat(ui): Home. Installs fonts
1 parent 7a309b0 commit 535f67d

20 files changed

+173
-38
lines changed
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.

app/public/locales/en/head.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"head.og.description": "Chat with your files. Intelligent PDF file reader.",
3-
"head.og.title": "AI File Agent"
2+
"head.og.description": "Súper Únderground Artists, Collections & Events",
3+
"head.og.title": "svpervnder"
44
}

app/src/pages/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { serverSideTranslations } from "next-i18next/serverSideTranslations";
44
import Head from "next/head";
55

66
import { HomeLayout } from "layouts/home-layout/HomeLayout";
7+
import { Home } from "ui/svpervnder/home/Home";
78

89
const Index: NextPage = () => {
910
const { t } = useTranslation("head");
@@ -17,6 +18,8 @@ const Index: NextPage = () => {
1718
<meta property="og:description" content={t("head.og.description")} />
1819
<meta property="og:url" content="https://fileagent.ai/" />
1920
</Head>
21+
22+
<Home />
2023
</HomeLayout>
2124
);
2225
};

0 commit comments

Comments
 (0)