diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b513c50..7083c7f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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 life’s 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: [ { diff --git a/src/components/BookingForm.tsx b/src/components/BookingForm.tsx index 05f7fcf..76a7174 100644 --- a/src/components/BookingForm.tsx +++ b/src/components/BookingForm.tsx @@ -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', }), diff --git a/src/components/QuickQuotePartyForm.tsx b/src/components/QuickQuotePartyForm.tsx index 973972f..a10ffd7 100644 --- a/src/components/QuickQuotePartyForm.tsx +++ b/src/components/QuickQuotePartyForm.tsx @@ -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', }), });