Skip to content

Commit

Permalink
Merge pull request #51 from inove-jr/dev-contato
Browse files Browse the repository at this point in the history
Adiciona a área de contato com o formulário e a localização da empresa no google maps
  • Loading branch information
paulohebert authored Aug 17, 2024
2 parents 2c12cb4 + c5c1353 commit ecbc287
Show file tree
Hide file tree
Showing 8 changed files with 235 additions and 51 deletions.
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Google Sheets
GOOGLE_CLIENT_EMAIL=
GOOGLE_PRIVATE_KEY=
GOOGLE_SHEET_ID=

# Google reCAPTCHA
NEXT_PUBLIC_GOOGLE_RECAPTCHA=
GOOGLE_RECAPTCHA=

# Google Maps
NEXT_PUBLIC_GOOGLE_MAPS_KEY=
5 changes: 5 additions & 0 deletions .hintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"development"
]
}
109 changes: 66 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"dependencies": {
"@hookform/resolvers": "^3.7.0",
"@next/third-parties": "^14.2.5",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",
Expand Down Expand Up @@ -43,7 +44,7 @@
"embla-carousel-react": "^8.1.6",
"googleapis": "^140.0.1",
"lucide-react": "^0.400.0",
"next": "14.2.4",
"next": "^14.2.5",
"react": "^18",
"react-day-picker": "^8.10.1",
"react-dom": "^18",
Expand Down
7 changes: 0 additions & 7 deletions src/app/(homepage)/_components/Contact.tsx

This file was deleted.

Loading

0 comments on commit ecbc287

Please sign in to comment.