diff --git a/.env.local b/.env.local new file mode 100644 index 00000000..3cb1b29d --- /dev/null +++ b/.env.local @@ -0,0 +1,8 @@ +MONGODB_URI = mongodb+srv://fgirse:Basel2023@cluster0.yizlq5p.mongodb.net/?retryWrites=true&w=majority + +GOOGLE_ID = 591541867944-raku5v1fq1nldlrmualpj8djfg1hdgkd.apps.googleusercontent.com +GOOGLE_CLIENT_SECRET = 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 + +NEXTAUTH-URL = http://localhost:3000 +NEXTAUTH_URL_INTERN = http://localhost:3000 +NEXAUTH_SECRET = By6zfOQzeRCaVCagqKa8xBOGd9sxYBg3EqUbJM47RBY= \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..b242572e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "githubPullRequests.ignoredPullRequestBranches": [ + "main" + ] +} \ No newline at end of file diff --git a/app/page.jsx b/app/page.jsx index 7a17b046..ae02f8d0 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -1,19 +1,27 @@ import Feed from "@components/Feed"; +import Team from "@sections/Team"; const Home = () => ( -
+ <> +

- Discover & Share + Wohntraum
- AI-Powered Prompts + Andalusien

- Promptopia is an open-source AI prompting tool for modern world to - discover, create and share creative prompts +

- +
+ + + + + ); export default Home; diff --git a/components/Nav.jsx b/components/Nav.jsx index c1909486..0fe09a66 100644 --- a/components/Nav.jsx +++ b/components/Nav.jsx @@ -22,13 +22,13 @@ const Nav = () => {