diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 610d141..f3f5d36 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -24,10 +24,10 @@ export default function ContactPage() { @@ -41,8 +41,7 @@ export default function ContactPage() { termsText="By clicking Send Message you're confirming that you agree with our Terms and Conditions." onSubmit={(email) => console.log("Contact form submitted with email:", email)} useInvertedBackground={false} - /> - diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 2488c46..ffea011 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -26,10 +26,10 @@ export default function PortfolioPage() {