diff --git a/contact.php b/contact.php
index d8dff1d..42f48e3 100644
--- a/contact.php
+++ b/contact.php
@@ -25,7 +25,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
if (empty($errors)) {
$body = "Name: {$name}\nEmail: {$email}\nSubject: {$subject}\n\n{$message}";
- cybermailSend('hello@tomsjavajive.com', "Contact Form: {$subject}", $body, $name, $email);
+ cybermailSend('sales@tomsjavajive.com', "Contact Form: {$subject}", $body, $name, $email);
$sent = true;
}
}
@@ -55,7 +55,7 @@ require_once __DIR__ . '/includes/header.php';
@@ -66,7 +66,7 @@ require_once __DIR__ . '/includes/header.php';
@@ -77,7 +77,7 @@ require_once __DIR__ . '/includes/header.php';
Location
-
Weatherford, TX 76086
+
Weatherford, TX 76088
United States
@@ -87,11 +87,11 @@ require_once __DIR__ . '/includes/header.php';
diff --git a/faq.php b/faq.php
index 1bcd5cb..f0de33f 100644
--- a/faq.php
+++ b/faq.php
@@ -20,7 +20,7 @@ require_once __DIR__ . '/includes/header.php';
$faqs = [
'Orders & Payment' => [
['q' => 'How do I place an order?', 'a' => 'Browse our shop, add items to your cart, and proceed to checkout. We accept all major credit cards, debit cards, and PayPal.'],
- ['q' => 'Can I modify or cancel my order?', 'a' => 'Orders can be modified or cancelled within 1 hour of placement. After that, orders enter processing and cannot be changed. Contact us immediately at hello@tomsjavajive.com if you need to make a change.'],
+ ['q' => 'Can I modify or cancel my order?', 'a' => 'Orders can be modified or cancelled within 1 hour of placement. After that, orders enter processing and cannot be changed. Contact us immediately at sales@tomsjavajive.com if you need to make a change.'],
['q' => 'Is my payment information secure?', 'a' => 'Yes. All payments are processed through Stripe, a PCI-DSS Level 1 certified payment processor. We never store your card details on our servers.'],
['q' => 'Do you offer gift cards?', 'a' => 'Yes! Digital gift cards are available in our shop and are delivered by email. They never expire.'],
],
diff --git a/includes/header.php b/includes/header.php
index 53493cf..c9a33e3 100644
--- a/includes/header.php
+++ b/includes/header.php
@@ -47,7 +47,7 @@ $customerUser = $isLoggedIn ? CustomerAuth::getUser() : null;
diff --git a/returns.php b/returns.php
index 8cf4520..a86d5f3 100644
--- a/returns.php
+++ b/returns.php
@@ -73,7 +73,7 @@ require_once __DIR__ . '/includes/header.php';
How to Reach Us
- - Email hello@tomsjavajive.com with your order number and a description of the issue.
+ - Email sales@tomsjavajive.com with your order number and a description of the issue.
- If your order arrived damaged, include a photo — it helps us resolve things faster.
- We'll respond within 1 business day with next steps.
- Refunds are returned to your original payment method within 3–5 business days.