Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-05-15 14:20:17 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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." }] },
]}
/>
</div>

View File

@@ -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({