From d31ac6c18e7d07eed57ef976d4580f2916c6e986 Mon Sep 17 00:00:00 2001 From: fgirse Date: Fri, 9 Jun 2023 16:45:41 +0200 Subject: [PATCH 01/17] =?UTF-8?q?First=20Commit=20Logo=20ohngef=C3=BChl=20?= =?UTF-8?q?-=20HERO=20-?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.local | 8 ++++++++ app/page.jsx | 16 ++++++++++------ components/Nav.jsx | 8 ++++---- public/assets/images/logoWohngefuehl.png | Bin 0 -> 15766 bytes public/assets/images/villageAndalusia.png | Bin 0 -> 60925 bytes tailwind.config.js | 4 ++-- 6 files changed, 24 insertions(+), 12 deletions(-) create mode 100644 .env.local create mode 100644 public/assets/images/logoWohngefuehl.png create mode 100644 public/assets/images/villageAndalusia.png 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/app/page.jsx b/app/page.jsx index 7a17b046..b6602611 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -1,19 +1,23 @@ import Feed from "@components/Feed"; 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 + Wir erfüllen Ihre Immobilie in Andalusien

- +
+ + ); 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 = () => {
- )} \ No newline at end of file + )} + export default Team \ No newline at end of file