From 55f839a4f925245f65c8cc42d73a4e2c9ab08d92 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:23:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 561392a..65d752b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,13 +52,13 @@ export default function LandingPage() { buttonAnimation="blur-reveal" carouselItems={[ { - id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/coffee-books-near-reading-woman_23-2147863764.jpg", imageAlt: "comfortable desk study environment peaceful library"}, + id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/coffee-books-near-reading-woman_23-2147863764.jpg?_wi=1", imageAlt: "comfortable desk study environment peaceful library"}, { - id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-book-classroom_23-2147656272.jpg", imageAlt: "student studying focused learning air conditioning premium"}, + id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-book-classroom_23-2147656272.jpg?_wi=1", imageAlt: "student studying focused learning air conditioning premium"}, { - id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241319.jpg", imageAlt: "study room comfortable chairs bright lighting professional"}, + id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241319.jpg?_wi=1", imageAlt: "study room comfortable chairs bright lighting professional"}, { - id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vintage-library-with-green-armchairs-classic-decor_482257-125673.jpg", imageAlt: "library interior modern study peaceful space comfortable"}, + id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vintage-library-with-green-armchairs-classic-decor_482257-125673.jpg?_wi=1", imageAlt: "library interior modern study peaceful space comfortable"}, { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-desk-mess_23-2150164870.jpg", imageAlt: "study desk workspace comfortable focused"}, { @@ -87,7 +87,7 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "01", title: "Peaceful Environment", description: "Complete silence and distraction-free zones for maximum concentration", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vintage-library-with-green-armchairs-classic-decor_482257-125673.jpg"}, + id: "01", title: "Peaceful Environment", description: "Complete silence and distraction-free zones for maximum concentration", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vintage-library-with-green-armchairs-classic-decor_482257-125673.jpg?_wi=2"}, { id: "02", title: "Air Conditioning", description: "Climate-controlled comfort throughout your study sessions", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-relax-lying-couch_231208-698.jpg"}, { @@ -121,13 +121,13 @@ export default function LandingPage() { tagAnimation="slide-up" metrics={[ { - id: "1", value: "4.6★", title: "Customer Rating", description: "Highest rated study space in Dwarka", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vintage-library-with-green-armchairs-classic-decor_482257-125673.jpg"}, + id: "1", value: "4.6★", title: "Customer Rating", description: "Highest rated study space in Dwarka", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vintage-library-with-green-armchairs-classic-decor_482257-125673.jpg?_wi=3"}, { - id: "2", value: "34", title: "Verified Reviews", description: "Real feedback from our community", imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-book-classroom_23-2147656272.jpg"}, + id: "2", value: "34", title: "Verified Reviews", description: "Real feedback from our community", imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-book-classroom_23-2147656272.jpg?_wi=2"}, { - id: "3", value: "100+", title: "Active Students", description: "Growing community of focused learners", imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241319.jpg"}, + id: "3", value: "100+", title: "Active Students", description: "Growing community of focused learners", imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241319.jpg?_wi=2"}, { - id: "4", value: "7 AM", title: "Opening Time", description: "Early access for dedicated students", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vintage-library-with-green-armchairs-classic-decor_482257-125673.jpg"}, + id: "4", value: "7 AM", title: "Opening Time", description: "Early access for dedicated students", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vintage-library-with-green-armchairs-classic-decor_482257-125673.jpg?_wi=4"}, ]} animationType="slide-up" textboxLayout="default" @@ -147,17 +147,17 @@ export default function LandingPage() { id: "daily", title: "Daily Pass", price: "₹300", period: "per day", features: [ "Full day access (7 AM - 9 PM)", "All premium amenities", "Peaceful study environment", "Air-conditioned comfort", "Personal desk & lighting", "Complimentary water"], button: { text: "Book Now", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/coffee-books-near-reading-woman_23-2147863764.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/coffee-books-near-reading-woman_23-2147863764.jpg?_wi=2"}, { id: "monthly", title: "Monthly Plan", price: "₹5,000", period: "per month", features: [ "Unlimited access for 30 days", "Reserved desk option", "Priority seating", "All amenities included", "Extended hours available", "Softboard for notes", "Member community access"], button: { text: "Get Started", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-book-classroom_23-2147656272.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-book-classroom_23-2147656272.jpg?_wi=3"}, { id: "quarterly", title: "Quarterly Plan", price: "₹13,500", period: "per 3 months", features: [ "Unlimited access for 90 days", "Private desk reservation", "VIP member status", "All premium amenities", "Extended evening hours", "Guest pass (5 sessions)", "Priority support"], button: { text: "Choose Plan", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241319.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241319.jpg?_wi=3"}, ]} animationType="slide-up" textboxLayout="default" @@ -180,11 +180,11 @@ export default function LandingPage() { { id: "2", name: "Sarthak Singh", role: "Engineering Student", testimonial: "The comfortable chairs and personal lighting make all the difference during long study sessions. Plus, the air conditioning and charging points keep me productive throughout the day.", imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-man-classic-black-suit-white-shirt-with-wireless-earphones-happily-lookingin-camera-with-laptop-hands-while-spending-time-outdoor_574295-5776.jpg"}, { - id: "3", name: "Mehak Negi", role: "MBA Candidate", testimonial: "Focused learning is finally possible here. The environment is perfectly designed for concentration. Worth every rupee for anyone serious about their studies.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg"}, + id: "3", name: "Mehak Negi", role: "MBA Candidate", testimonial: "Focused learning is finally possible here. The environment is perfectly designed for concentration. Worth every rupee for anyone serious about their studies.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg?_wi=1"}, { - id: "4", name: "Arjun Kumar", role: "Medical Student", testimonial: "The premium amenities and silent environment have helped me ace my exams. Gurukul Library is a game-changer for competitive exam preparation.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg"}, + id: "4", name: "Arjun Kumar", role: "Medical Student", testimonial: "The premium amenities and silent environment have helped me ace my exams. Gurukul Library is a game-changer for competitive exam preparation.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg?_wi=2"}, { - id: "5", name: "Priya Sharma", role: "IIT Aspirant", testimonial: "Finally found a study space that takes comfort and focus seriously. The staff is helpful, and everything is maintained perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg"}, + id: "5", name: "Priya Sharma", role: "IIT Aspirant", testimonial: "Finally found a study space that takes comfort and focus seriously. The staff is helpful, and everything is maintained perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg?_wi=3"}, { id: "6", name: "Rohan Patel", role: "Professional Learner", testimonial: "I use this space for upskilling and professional development. The peaceful atmosphere is perfect for deep learning and growth.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg"}, ]} -- 2.49.1