From 370183a8029bc34cc028287766dfb0b8f83c5236 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 15:04:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 123 +++++++++++------------------------------------ 1 file changed, 28 insertions(+), 95 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 309b272..b49ff34 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,8 +24,7 @@ const navItems = [ const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Rooms", href: "/rooms" }, { label: "Amenities", href: "#amenities" }, @@ -33,8 +32,7 @@ const footerColumns = [ ], }, { - title: "Connect With Us", - items: [ + title: "Connect With Us", items: [ { label: "WhatsApp", href: "https://wa.me/919876543210" }, { label: "Call Us", href: "tel:+919876543210" }, { label: "Email", href: "mailto:info@vvpghostel.com" }, @@ -42,8 +40,7 @@ const footerColumns = [ ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms & Conditions", href: "#" }, { label: "Hostel Rules", href: "#" }, @@ -84,20 +81,14 @@ export default function HomePage() { background={{ variant: "sparkles-gradient" }} avatars={[ { - src: "http://img.b2bpic.net/free-photo/pillow-bed_74190-4503.jpg", - alt: "VV PG Premium Hostel Room", - }, + src: "http://img.b2bpic.net/free-photo/pillow-bed_74190-4503.jpg", alt: "VV PG Premium Hostel Room"}, ]} avatarText="Join 500+ Successful Students" buttons={[ { - text: "Check Availability", - href: "/rooms", - }, + text: "Book Your Room Now", href: "/rooms"}, { - text: "WhatsApp Inquiry", - href: "https://wa.me/919876543210?text=Hi%20VV%20PG%20Hostel", - }, + text: "WhatsApp Inquiry", href: "https://wa.me/919876543210?text=Hi%20VV%20PG%20Hostel"}, ]} buttonAnimation="slide-up" /> @@ -112,9 +103,7 @@ export default function HomePage() { useInvertedBackground={false} buttons={[ { - text: "Explore Rooms", - href: "/rooms", - }, + text: "Explore Rooms", href: "/rooms"}, ]} /> @@ -128,13 +117,8 @@ export default function HomePage() { description="Every facility at VV PG is thoughtfully designed to support both your academic ambitions and personal wellbeing. From luxury accommodations to 24/7 support, we provide everything you need." features={[ { - id: "ac-rooms", - title: "AC Luxury Rooms", - description: "Spacious, individually designed rooms with individual study desks, separate wardrobes, premium bedding, and climate control. Each room is a personal sanctuary for focused study and rest.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-book-sitting-near-window_23-2147737692.jpg", - imageAlt: "AC Luxury Room", - }, + id: "ac-rooms", title: "AC Luxury Rooms", description: "Spacious, individually designed rooms with individual study desks, separate wardrobes, premium bedding, and climate control. Each room is a personal sanctuary for focused study and rest.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-book-sitting-near-window_23-2147737692.jpg", imageAlt: "AC Luxury Room"}, items: [ { icon: Wifi, text: "High-Speed WiFi" }, { icon: Lightbulb, text: "Premium Lighting" }, @@ -143,13 +127,8 @@ export default function HomePage() { reverse: false, }, { - id: "meals", - title: "Best-in-Class Gujarati Meals", - description: "Authentic, nutritious Gujarati cuisine prepared fresh daily. Our in-house kitchen focuses on health, taste, and dietary preferences. Breakfast, lunch, and dinner tailored for student wellness and energy maintenance.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg", - imageAlt: "Dining Hall", - }, + id: "meals", title: "Best-in-Class Gujarati Meals", description: "Authentic, nutritious Gujarati cuisine prepared fresh daily. Our in-house kitchen focuses on health, taste, and dietary preferences. Breakfast, lunch, and dinner tailored for student wellness and energy maintenance.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg", imageAlt: "Dining Hall"}, items: [ { icon: Apple, text: "Nutritionist Approved" }, { icon: ChefHat, text: "Fresh Daily" }, @@ -158,13 +137,8 @@ export default function HomePage() { reverse: true, }, { - id: "security", - title: "24/7 Security & Staff Support", - description: "Round-the-clock professional security team, emergency response system, and dedicated staff support. We prioritize your safety and comfort with modern surveillance and trained personnel always available.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/girl-passes-lie-detector-office-asking-questions-polygraph-test_146671-17197.jpg", - imageAlt: "Security Monitoring", - }, + id: "security", title: "24/7 Security & Staff Support", description: "Round-the-clock professional security team, emergency response system, and dedicated staff support. We prioritize your safety and comfort with modern surveillance and trained personnel always available.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/girl-passes-lie-detector-office-asking-questions-polygraph-test_146671-17197.jpg", imageAlt: "Security Monitoring"}, items: [ { icon: Shield, text: "Professional Security" }, { icon: AlertCircle, text: "Emergency Response" }, @@ -173,13 +147,8 @@ export default function HomePage() { reverse: false, }, { - id: "sports", - title: "Open Volleyball Ground & Fitness", - description: "Dedicated outdoor volleyball court and open recreation space. Physical fitness and stress relief are integral to our holistic development approach. Regular tournaments and wellness activities encourage community bonding.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/tranquil-space-with-plants_1137-266.jpg", - imageAlt: "Volleyball Court", - }, + id: "sports", title: "Open Volleyball Ground & Fitness", description: "Dedicated outdoor volleyball court and open recreation space. Physical fitness and stress relief are integral to our holistic development approach. Regular tournaments and wellness activities encourage community bonding.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/tranquil-space-with-plants_1137-266.jpg", imageAlt: "Volleyball Court"}, items: [ { icon: Activity, text: "Sports Facilities" }, { icon: Wind, text: "Stress Relief" }, @@ -193,9 +162,7 @@ export default function HomePage() { useInvertedBackground={true} buttons={[ { - text: "Book a Tour", - href: "/rooms", - }, + text: "Book a Tour", href: "/rooms"}, ]} buttonAnimation="slide-up" /> @@ -210,9 +177,7 @@ export default function HomePage() { useInvertedBackground={true} buttons={[ { - text: "Get Directions", - href: "https://maps.google.com", - }, + text: "Get Directions", href: "https://maps.google.com"}, ]} /> @@ -226,33 +191,13 @@ export default function HomePage() { description="VV PG residents have consistently achieved top ranks in competitive exams. Our structured environment and library proximity have contributed to remarkable success rates." metrics={[ { - id: "upsc-selected", - title: "UPSC Selected", - subtitle: "Since 2018", - category: "Students", - value: "42+", - }, + id: "upsc-selected", title: "UPSC Selected", subtitle: "Since 2018", category: "Students", value: "42+"}, { - id: "gpsc-selected", - title: "GPSC Ranked", - subtitle: "In Top 500", - category: "Achievers", - value: "128+", - }, + id: "gpsc-selected", title: "GPSC Ranked", subtitle: "In Top 500", category: "Achievers", value: "128+"}, { - id: "placement", - title: "Professional Placement", - subtitle: "Success Rate", - category: "Success", - value: "94%", - }, + id: "placement", title: "Professional Placement", subtitle: "Success Rate", category: "Success", value: "94%"}, { - id: "satisfied", - title: "Satisfied Residents", - subtitle: "Would Recommend", - category: "Satisfaction", - value: "98%", - }, + id: "satisfied", title: "Satisfied Residents", subtitle: "Would Recommend", category: "Satisfaction", value: "98%"}, ]} animationType="slide-up" textboxLayout="default" @@ -269,21 +214,13 @@ export default function HomePage() { author="Priya Sharma" avatars={[ { - src: "http://img.b2bpic.net/free-photo/young-woman-looking-camera-shirt-jacket-looking-cheerful-front-view_176474-85270.jpg", - alt: "Priya Sharma - UPSC Topper", - }, + src: "http://img.b2bpic.net/free-photo/young-woman-looking-camera-shirt-jacket-looking-cheerful-front-view_176474-85270.jpg", alt: "Priya Sharma - UPSC Topper"}, { - src: "http://img.b2bpic.net/free-photo/low-angle-smiley-business-man_23-2148825897.jpg", - alt: "Rajesh Patel - GPSC Ranked", - }, + src: "http://img.b2bpic.net/free-photo/low-angle-smiley-business-man_23-2148825897.jpg", alt: "Rajesh Patel - GPSC Ranked"}, { - src: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-26838.jpg", - alt: "Anjali Desai - Exam Success", - }, + src: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-26838.jpg", alt: "Anjali Desai - Exam Success"}, { - src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-library_23-2149204750.jpg", - alt: "Vikram Singh - Professional", - }, + src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-library_23-2149204750.jpg", alt: "Vikram Singh - Professional"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -301,13 +238,9 @@ export default function HomePage() { background={{ variant: "sparkles-gradient" }} buttons={[ { - text: "Check Availability", - href: "/rooms", - }, + text: "Check Availability", href: "/rooms"}, { - text: "WhatsApp Us Now", - href: "https://wa.me/919876543210?text=Hi%20VV%20PG%20Hostel,%20I%20am%20interested%20in%20booking", - }, + text: "WhatsApp Us Now", href: "https://wa.me/919876543210?text=Hi%20VV%20PG%20Hostel,%20I%20am%20interested%20in%20booking"}, ]} buttonAnimation="slide-up" useInvertedBackground={false} @@ -324,4 +257,4 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1