chore: update canonical metadata and quote form domain to live wiseheartedeventdecor.com

This commit is contained in:
2026-09-02 15:59:13 -07:00
parent 8540ff76d1
commit af48e86eeb
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ import type { Metadata } from "next";
import "./globals.css";
export const metadata: Metadata = {
metadataBase: new URL("https://wise-hearted-decor.pages.dev"),
metadataBase: new URL("https://wiseheartedeventdecor.com"),
title: "Wise Hearted Event Decor | Premium Balloon Styling & Event Backdrops",
description: "Creating beautiful spaces and memorable events through God-given creativity. Premium balloon styling, Chiara arches, drape backdrops, and custom decor.",
keywords: "Event Decor, Premium Balloon Garlands, Chiara Arches, Backdrop Rentals, Wedding Decor, Palmdale Event Decor, Lancaster Balloon Stylist, Wise Hearted Decor",
@@ -19,7 +19,7 @@ export const metadata: Metadata = {
openGraph: {
title: "Wise Hearted Event Decor | Called to Create. Enabled by God.",
description: "Transforming lifes most cherished celebrations with premium balloon styling, Chiara arches, drape backdrops, and bespoke event decor.",
url: "https://wise-hearted-decor.pages.dev",
url: "https://wiseheartedeventdecor.com",
siteName: "Wise Hearted Event Decor",
images: [
{
+1 -1
View File
@@ -102,7 +102,7 @@ ${formData.vision || 'No additional notes'}`;
email: formData.email,
phone: formData.phone,
message: formattedMessage,
domain: 'wise-hearted-decor.pages.dev',
domain: 'wiseheartedeventdecor.com',
source: 'Wise Hearted Event Decor — Quote Form',
toEmail: 'brian@aipilots.site',
}),
+2 -2
View File
@@ -35,8 +35,8 @@ export default function QuickQuotePartyForm() {
name: formData.name,
phone: formData.phone,
message: formattedMessage,
domain: 'wise-hearted-decor.pages.dev',
source: 'Wise Hearted Event Decor — Section 2 Quick Quote Form',
domain: 'wiseheartedeventdecor.com',
source: 'Wise Hearted Event Decor — Quick Quote Party Bar',
toEmail: 'brian@aipilots.site',
}),
});