From 2d3ebb2a18242b96a962e75cecc228bf744d1290 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:00:18 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1c6fa43..1ae0696 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -20,18 +20,18 @@ const nunito = Nunito({ }); export const metadata: Metadata = { - title: "Zahra Girls Hostel - Safe Accommodation Near Minhaj University Lahore", description: "Zahra Girls Hostel offers safe, comfortable accommodation for female students and working women near Minhaj University Lahore. Modern facilities, WiFi, kitchen, and 24/7 security.", keywords: "girls hostel Lahore, female hostel near Minhaj University, student accommodation Lahore, safe girls hostel, hostel near university", robots: { + title: "Al Zahra Girls Hostel - Safe Accommodation Near Minhaj University Lahore", description: "Al Zahra Girls Hostel offers safe, comfortable accommodation for female students and working women near Minhaj University Lahore. Modern facilities, WiFi, kitchen, and 24/7 security.", keywords: "girls hostel Lahore, female hostel near Minhaj University, student accommodation Lahore, safe girls hostel, hostel near university", robots: { index: true, follow: true, }, openGraph: { - title: "Zahra Girls Hostel - Safe Accommodation for Female Students", description: "Discover safe, comfortable accommodation near Minhaj University Lahore. Modern facilities, peaceful environment, and cooperative management.", type: "website", siteName: "Zahra Girls Hostel", images: [ + title: "Al Zahra Girls Hostel - Safe Accommodation for Female Students", description: "Discover safe, comfortable accommodation near Minhaj University Lahore. Modern facilities, peaceful environment, and cooperative management.", type: "website", siteName: "Al Zahra Girls Hostel", images: [ { - url: "https://images.unsplash.com/photo-1597103442097-8b74394b95c6?w=1200&h=630&fit=crop", alt: "Zahra Girls Hostel Entrance"}, + url: "https://images.unsplash.com/photo-1597103442097-8b74394b95c6?w=1200&h=630&fit=crop", alt: "Al Zahra Girls Hostel Entrance"}, ], }, twitter: { - card: "summary_large_image", title: "Zahra Girls Hostel - Safe Accommodation Near Minhaj University", description: "Safe, comfortable girls hostel near Minhaj University Lahore with modern facilities and 24/7 security.", images: [ + card: "summary_large_image", title: "Al Zahra Girls Hostel - Safe Accommodation Near Minhaj University", description: "Safe, comfortable girls hostel near Minhaj University Lahore with modern facilities and 24/7 security.", images: [ "https://images.unsplash.com/photo-1597103442097-8b74394b95c6?w=1200&h=630&fit=crop"], }, }; -- 2.49.1 From ee54fa888a307c294fab51f63ef4dd5a02283e5f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:00:18 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 76 ++++++++++++++++++++++++++++++------------------ 1 file changed, 47 insertions(+), 29 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b9a4009..b8a05ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,7 +27,7 @@ export default function LandingPage() { > @@ -159,11 +168,14 @@ export default function LandingPage() { animationType="opacity" products={[ { - id: "gallery-1", name: "Building Exterior", price: "View", imageSrc: "https://images.unsplash.com/photo-1572120471610-ded80851d542?w=400&h=400&fit=crop", imageAlt: "Hostel building exterior and grounds with women in modest Islamic clothing"}, + id: "gallery-1", name: "Building Exterior", price: "View", imageSrc: "https://images.unsplash.com/photo-1572120471610-ded80851d542?w=400&h=400&fit=crop", imageAlt: "Hostel building exterior and grounds with women in modest Islamic clothing" + }, { - id: "gallery-2", name: "Kitchen Area", price: "View", imageSrc: "https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=400&h=400&fit=crop", imageAlt: "Fully equipped kitchen facility with women in modest clothing cooking together"}, + id: "gallery-2", name: "Kitchen Area", price: "View", imageSrc: "https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=400&h=400&fit=crop", imageAlt: "Fully equipped kitchen facility with women in modest clothing cooking together" + }, { - id: "gallery-3", name: "Common Lounge", price: "View", imageSrc: "https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?w=400&h=400&fit=crop", imageAlt: "Common area and lounge space with women in modest Islamic clothing socializing"}, + id: "gallery-3", name: "Common Lounge", price: "View", imageSrc: "https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?w=400&h=400&fit=crop", imageAlt: "Common area and lounge space with women in modest Islamic clothing socializing" + }, ]} /> @@ -171,7 +183,7 @@ export default function LandingPage() {
@@ -210,7 +228,7 @@ export default function LandingPage() { buttons={[ { text: "Call Now", href: "tel:+923001234567" }, { - text: "WhatsApp Us", href: "https://wa.me/923001234567?text=Hi%20Zahra%20Girls%20Hostel,%20I%20would%20like%20to%20inquire%20about%20room%20availability" + text: "WhatsApp Us", href: "https://wa.me/923001234567?text=Hi%20Al%20Zahra%20Girls%20Hostel,%20I%20would%20like%20to%20inquire%20about%20room%20availability" }, ]} background={{ variant: "plain" }} @@ -248,7 +266,7 @@ export default function LandingPage() { ], }, ]} - copyrightText="© 2025 Zahra Girls Hostel. All rights reserved. Safe accommodations for female students and working women in Lahore." + copyrightText="© 2025 Al Zahra Girls Hostel. All rights reserved. Safe accommodations for female students and working women in Lahore." /> -- 2.49.1