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"], }, }; 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() {