diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fb0b089..5171dde 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -49,7 +49,7 @@ export default function ContactPage() { layout="section" title="Cancellation Policy" sections={[ - { heading: "Terms", content: "24 hours notice required." }, + { heading: "Terms", content: [{ text: "24 hours notice required." }] }, ]} /> diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4c795ab..583e58c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Montserrat } from "next/font/google"; export const metadata: Metadata = { - title: 'GlamourON Beauty Lounge Islamabad', - description: 'Premium luxury beauty salon and bridal studio in Sector H-13, Islamabad. Book your session at GlamourON Beauty Lounge today.', + title: 'Contact Us | GlamourON', + description: 'Get in touch with GlamourON for your dream beauty and bridal services in Islamabad.', }; const montserrat = Montserrat({