Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
b27b committed Nov 14, 2024
1 parent 6680418 commit 7f80adf
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 4 deletions.
Empty file added app/(pages)/contact/Form.jsx
Empty file.
6 changes: 6 additions & 0 deletions app/(pages)/contact/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ import Footer from "@/app/components/Footer";
import ButtonDark from "@/app/components/ButtonDark";
import Image from "next/image";





export default function Contact() {


const [result, setResult] = React.useState("");

const onSubmit = async (event) => {
Expand Down
38 changes: 34 additions & 4 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"next": "^15.0.2",
"react": "^18",
"react-dom": "^18",
"react-google-recaptcha": "^3.1.0",
"sharp": "^0.33.5"
},
"devDependencies": {
Expand Down

0 comments on commit 7f80adf

Please sign in to comment.