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"; import "./globals.css";
export const metadata: Metadata = { 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", 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.", 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", 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: { openGraph: {
title: "Wise Hearted Event Decor | Called to Create. Enabled by God.", 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.", 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", siteName: "Wise Hearted Event Decor",
images: [ images: [
{ {
+1 -1
View File
@@ -102,7 +102,7 @@ ${formData.vision || 'No additional notes'}`;
email: formData.email, email: formData.email,
phone: formData.phone, phone: formData.phone,
message: formattedMessage, message: formattedMessage,
domain: 'wise-hearted-decor.pages.dev', domain: 'wiseheartedeventdecor.com',
source: 'Wise Hearted Event Decor — Quote Form', source: 'Wise Hearted Event Decor — Quote Form',
toEmail: 'brian@aipilots.site', toEmail: 'brian@aipilots.site',
}), }),
+2 -2
View File
@@ -35,8 +35,8 @@ export default function QuickQuotePartyForm() {
name: formData.name, name: formData.name,
phone: formData.phone, phone: formData.phone,
message: formattedMessage, message: formattedMessage,
domain: 'wise-hearted-decor.pages.dev', domain: 'wiseheartedeventdecor.com',
source: 'Wise Hearted Event Decor — Section 2 Quick Quote Form', source: 'Wise Hearted Event Decor — Quick Quote Party Bar',
toEmail: 'brian@aipilots.site', toEmail: 'brian@aipilots.site',
}), }),
}); });