Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Create other components and edit of existing, edit logged-out homepag…
Browse files Browse the repository at this point in the history
…e, edit TS declaration for zod (#32)
  • Loading branch information
Nelusa authored Dec 4, 2023
1 parent 0ba5786 commit 0cf5a11
Show file tree
Hide file tree
Showing 45 changed files with 1,978 additions and 452 deletions.
12 changes: 6 additions & 6 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ const nextConfig = {
},
{
source: "/seznamka",
destination: "/dating-site"
destination: "/dating-site",
},
{
source: '/lovereport/vysledek',
destination: '/lovereport/result'
}
source: "/lovereport/vysledek",
destination: "/lovereport/result",
},
];
},
images: {
Expand All @@ -66,8 +66,8 @@ const nextConfig = {
images: {
remotePatterns: [
{
protocol: 'https',
hostname: '**',
protocol: "https",
hostname: "**",
},
],
},
Expand Down
264 changes: 136 additions & 128 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.1.1",
"axios": "^1.4.0",
"framer-motion": "^10.15.0",
"chart.js": "^4.4.0",
"framer-motion": "^10.16.12",
"heroicons": "^2.0.18",
"i18next": "^23.6.0",
"json-stable-stringify": "^1.0.2",
Expand All @@ -25,6 +26,7 @@
"next-auth": "^4.22.1",
"next-i18next": "^14.0.3",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-datepicker": "^4.16.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.1",
Expand Down
34 changes: 34 additions & 0 deletions public/assets/images/gradient-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
317 changes: 317 additions & 0 deletions public/assets/images/homepage-image-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
396 changes: 277 additions & 119 deletions public/assets/images/homepage-image.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/room-photo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 74 additions & 0 deletions public/assets/images/testimonial-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions public/assets/images/testimonial-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0cf5a11

Please sign in to comment.