diff --git a/app/about/AboutContent.js b/app/about/AboutContent.js index 9045619..4b3d5da 100644 --- a/app/about/AboutContent.js +++ b/app/about/AboutContent.js @@ -37,10 +37,10 @@ export default function AboutContent() {
+
+
+
+
+
diff --git a/app/contact/ContactForm.js b/app/contact/ContactForm.js
index 22e6c68..662bf87 100644
--- a/app/contact/ContactForm.js
+++ b/app/contact/ContactForm.js
@@ -44,8 +44,8 @@ export default function ContactForm() {
const emailData = {
...formData,
recaptchaToken: captchaToken,
- to: "info@metatroncubesolutions.com",
- senderName: "Website Contact Form",
+ to: "sixty5street@gmail.com",
+ senderName: "Sixty5Street Contact Form",
message: `
Name: ${formData.name}
Email: ${formData.email}
diff --git a/app/contact/page.js b/app/contact/page.js
index 7799615..1e70d07 100644
--- a/app/contact/page.js
+++ b/app/contact/page.js
@@ -2,8 +2,8 @@ import Layout from "@/components/layout/Layout";
import ContactForm from "./ContactForm";
export const metadata = {
- title: "Contact Sixty5 Street – Get in Touch with Us",
- description: "Have questions or crave something special? Reach out to Sixty5 Street. We’re here for you with fresh street-food passion. Let’s talk wings, wraps and more.",
+ title: "Contact Sixty5 Street – Get in Touch with Us",
+ description: "Have questions or crave something special? Reach out to Sixty5 Street. We’re here for you with fresh street-food passion. Let’s talk wings, wraps and more.",
}
export default function Contact() {
@@ -32,6 +32,11 @@ export default function Contact() {