Merge version_3 into main #5
@@ -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"],
|
||||
},
|
||||
};
|
||||
|
||||
@@ -27,7 +27,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
brandName="Zahra Girls Hostel"
|
||||
brandName="Al Zahra Girls Hostel"
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="ZAHRA"
|
||||
logoText="AL ZAHRA"
|
||||
description="Safe, comfortable accommodation for female students and working women near Minhaj University Lahore"
|
||||
buttons={[
|
||||
{ text: "View Rooms", href: "rooms" },
|
||||
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "https://images.unsplash.com/photo-1597103442097-8b74394b95c6?w=1200&h=600&fit=crop", imageAlt: "Zahra Girls Hostel welcoming entrance with women in modest Islamic clothing"
|
||||
imageSrc: "https://images.unsplash.com/photo-1597103442097-8b74394b95c6?w=1200&h=600&fit=crop", imageAlt: "Al Zahra Girls Hostel welcoming entrance with women in modest Islamic clothing"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://images.unsplash.com/photo-1522708323590-d24dbb6b0267?w=1200&h=600&fit=crop", imageAlt: "Comfortable hostel room interior with Islamic aesthetics"
|
||||
@@ -67,8 +67,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
title="About Zahra Girls Hostel"
|
||||
description="Zahra Girls Hostel provides a safe, welcoming home away from home for female students and working women. Located near Minhaj University Lahore, we offer a peaceful environment with all modern amenities and respectful, cooperative management."
|
||||
title="About Al Zahra Girls Hostel"
|
||||
description="Al Zahra Girls Hostel provides a safe, welcoming home away from home for female students and working women. Located near Minhaj University Lahore, we offer a peaceful environment with all modern amenities and respectful, cooperative management."
|
||||
tag="Our Mission"
|
||||
tagIcon={Heart}
|
||||
bulletPoints={[
|
||||
@@ -86,7 +86,7 @@ export default function LandingPage() {
|
||||
},
|
||||
]}
|
||||
imageSrc="https://images.unsplash.com/photo-1529156069898-49953e39b3ac?w=600&h=400&fit=crop"
|
||||
imageAlt="Zahra Girls Hostel safety and security features with women in modest clothing"
|
||||
imageAlt="Al Zahra Girls Hostel safety and security features with women in modest clothing"
|
||||
mediaAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -105,22 +105,28 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "High Speed WiFi", description: "Fast, reliable internet connectivity throughout the hostel for study, streaming, and staying connected with family", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop", imageAlt: "Women students using high-speed WiFi connectivity in modest Islamic clothing"},
|
||||
title: "High Speed WiFi", description: "Fast, reliable internet connectivity throughout the hostel for study, streaming, and staying connected with family", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop", imageAlt: "Women students using high-speed WiFi connectivity in modest Islamic clothing"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Proper Kitchen", description: "Fully equipped shared kitchen with modern appliances for cooking your favorite meals", imageSrc: "https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=600&h=400&fit=crop", imageAlt: "Modern hostel kitchen with women in modest clothing preparing meals"},
|
||||
title: "Proper Kitchen", description: "Fully equipped shared kitchen with modern appliances for cooking your favorite meals", imageSrc: "https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=600&h=400&fit=crop", imageAlt: "Modern hostel kitchen with women in modest clothing preparing meals"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Washing Machine", description: "Convenient laundry facilities with automatic washing machines for easy clothes care", imageSrc: "http://img.b2bpic.net/free-photo/hands-taking-laundry-out-washing-machine_23-2148387018.jpg?id=6436906", imageAlt: "Woman in modest Islamic clothing using washing machine facilities"},
|
||||
title: "Washing Machine", description: "Convenient laundry facilities with automatic washing machines for easy clothes care", imageSrc: "http://img.b2bpic.net/free-photo/hands-taking-laundry-out-washing-machine_23-2148387018.jpg?id=6436906", imageAlt: "Woman in modest Islamic clothing using washing machine facilities"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Water Dispenser", description: "Fresh, clean drinking water available 24/7 in common areas for your hydration", imageSrc: "https://images.unsplash.com/photo-1579869847514-7c61f4c0b4a8?w=600&h=400&fit=crop", imageAlt: "Water dispenser facility for fresh drinking water"},
|
||||
title: "Water Dispenser", description: "Fresh, clean drinking water available 24/7 in common areas for your hydration", imageSrc: "https://images.unsplash.com/photo-1579869847514-7c61f4c0b4a8?w=600&h=400&fit=crop", imageAlt: "Water dispenser facility for fresh drinking water"
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
title: "Refrigerator", description: "In-room refrigerators for storing food and beverages safely", imageSrc: "https://images.unsplash.com/photo-1584568694244-14fbbc50d737?w=600&h=400&fit=crop", imageAlt: "Room refrigerator facility for safe food storage"},
|
||||
title: "Refrigerator", description: "In-room refrigerators for storing food and beverages safely", imageSrc: "https://images.unsplash.com/photo-1584568694244-14fbbc50d737?w=600&h=400&fit=crop", imageAlt: "Room refrigerator facility for safe food storage"
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
title: "Security Cameras", description: "24/7 CCTV monitoring throughout the hostel for enhanced safety and security", imageSrc: "https://images.unsplash.com/photo-1597872200969-2b65d56bd16b?w=600&h=400&fit=crop", imageAlt: "Security camera monitoring system for hostel safety"},
|
||||
title: "Security Cameras", description: "24/7 CCTV monitoring throughout the hostel for enhanced safety and security", imageSrc: "https://images.unsplash.com/photo-1597872200969-2b65d56bd16b?w=600&h=400&fit=crop", imageAlt: "Security camera monitoring system for hostel safety"
|
||||
},
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
/>
|
||||
@@ -138,11 +144,14 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "single", name: "Single Room", price: "PKR 8,000/month", imageSrc: "https://images.unsplash.com/photo-1631049307038-da0ec36d5bfa?w=400&h=400&fit=crop", imageAlt: "Single occupancy hostel room with woman in modest Islamic clothing studying"},
|
||||
id: "single", name: "Single Room", price: "PKR 8,000/month", imageSrc: "https://images.unsplash.com/photo-1631049307038-da0ec36d5bfa?w=400&h=400&fit=crop", imageAlt: "Single occupancy hostel room with woman in modest Islamic clothing studying"
|
||||
},
|
||||
{
|
||||
id: "double", name: "Double Room", price: "PKR 6,000/person", imageSrc: "https://images.unsplash.com/photo-1598928506323-228e7e953d47?w=400&h=400&fit=crop", imageAlt: "Double occupancy shared room with women in modest Islamic clothing"},
|
||||
id: "double", name: "Double Room", price: "PKR 6,000/person", imageSrc: "https://images.unsplash.com/photo-1598928506323-228e7e953d47?w=400&h=400&fit=crop", imageAlt: "Double occupancy shared room with women in modest Islamic clothing"
|
||||
},
|
||||
{
|
||||
id: "triple", name: "Triple Room", price: "PKR 5,000/person", imageSrc: "https://images.unsplash.com/photo-1540932239986-310128078ceb?w=400&h=400&fit=crop", imageAlt: "Triple occupancy multi-bed room with women in modest Islamic clothing"},
|
||||
id: "triple", name: "Triple Room", price: "PKR 5,000/person", imageSrc: "https://images.unsplash.com/photo-1540932239986-310128078ceb?w=400&h=400&fit=crop", imageAlt: "Triple occupancy multi-bed room with women in modest Islamic clothing"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -171,7 +183,7 @@ export default function LandingPage() {
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardThirteen
|
||||
title="Student Reviews"
|
||||
description="Hear from our happy residents about their experience at Zahra Girls Hostel"
|
||||
description="Hear from our happy residents about their experience at Al Zahra Girls Hostel"
|
||||
tag="Testimonials"
|
||||
tagIcon={Star}
|
||||
textboxLayout="default"
|
||||
@@ -181,22 +193,28 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Amina Khan", handle: "@aminak_2023", testimonial: "Amazing hostel experience! The environment is so peaceful and the staff is very cooperative. I feel completely safe here. Highly recommended for all girls coming to Lahore.", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop", imageAlt: "Amina Khan student in modest Islamic clothing"},
|
||||
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop", imageAlt: "Amina Khan student in modest Islamic clothing"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Zainab Ahmed", handle: "@zainab_studies", testimonial: "Best decision choosing Zahra Hostel! Clean rooms, excellent WiFi, and the kitchen facilities are perfect. The location near Minhaj University is super convenient.", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop&_wi=1", imageAlt: "Zainab Ahmed student in modest Islamic clothing"},
|
||||
id: "2", name: "Zainab Ahmed", handle: "@zainab_studies", testimonial: "Best decision choosing Al Zahra Hostel! Clean rooms, excellent WiFi, and the kitchen facilities are perfect. The location near Minhaj University is super convenient.", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop&_wi=1", imageAlt: "Zainab Ahmed student in modest Islamic clothing"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Fatima Hassan", handle: "@fatima_hostel", testimonial: "Very comfortable and safe accommodation. The management is very friendly and responsive. I would definitely recommend Zahra to my friends and family.", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&h=150&fit=crop", imageAlt: "Fatima Hassan student in modest Islamic clothing"},
|
||||
id: "3", name: "Fatima Hassan", handle: "@fatima_hostel", testimonial: "Very comfortable and safe accommodation. The management is very friendly and responsive. I would definitely recommend Al Zahra to my friends and family.", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&h=150&fit=crop", imageAlt: "Fatima Hassan student in modest Islamic clothing"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Sara Malik", handle: "@sara_tech", testimonial: "Great value for money! The room is spacious, there's an attached washroom, and all amenities are available. The peaceful environment is perfect for studying.", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?w=150&h=150&fit=crop", imageAlt: "Sara Malik student in modest Islamic clothing"},
|
||||
imageSrc: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?w=150&h=150&fit=crop", imageAlt: "Sara Malik student in modest Islamic clothing"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Hira Rashid", handle: "@hira_blogger", testimonial: "I love staying here! The security cameras make me feel safe, and the common areas are great for socializing. The WiFi speed is impressive for online classes.", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&h=150&fit=crop", imageAlt: "Hira Rashid student in modest Islamic clothing"},
|
||||
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&h=150&fit=crop", imageAlt: "Hira Rashid student in modest Islamic clothing"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Nida Ali", handle: "@nida_student", testimonial: "Exceptional hostel with modern facilities and caring staff. Located perfectly near the university. I'm very happy with my choice. Five stars!", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop&_wi=2", imageAlt: "Nida Ali student in modest Islamic clothing"},
|
||||
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop&_wi=2", imageAlt: "Nida Ali student in modest Islamic clothing"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user