From 31d77dbd645495bf663d5891136a08551a55be0a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:14:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 38 +++++++++++++++++--------------------- 1 file changed, 17 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 374d878..ddfc55b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="outline" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -53,18 +53,18 @@ export default function LandingPage() { { text: "Contact Us", href: "contact" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-using-her-laptop-home-quarantine_23-2149374516.jpg?_wi=1", imageAlt: "Spacious hostel room" }, - { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-spending-time-home_23-2149358458.jpg?_wi=1", imageAlt: "Common recreation area" }, - { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-cleaning-kitchen-together_23-2149358486.jpg?_wi=1", imageAlt: "Shared dining facility" }, - { imageSrc: "http://img.b2bpic.net/free-photo/balcony-resorts-nesebar-town-bulgaria_627829-7553.jpg?_wi=1", imageAlt: "Hostel building exterior" } + { imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-using-her-laptop-home-quarantine_23-2149374516.jpg", imageAlt: "Spacious hostel room" }, + { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-spending-time-home_23-2149358458.jpg", imageAlt: "Common recreation area" }, + { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-cleaning-kitchen-together_23-2149358486.jpg", imageAlt: "Shared dining facility" }, + { imageSrc: "http://img.b2bpic.net/free-photo/balcony-resorts-nesebar-town-bulgaria_627829-7553.jpg", imageAlt: "Hostel building exterior" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/balcony-resorts-nesebar-town-bulgaria_627829-7553.jpg?_wi=2", imageAlt: "Hostel exterior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-using-her-laptop-home-quarantine_23-2149374516.jpg?_wi=2", imageAlt: "Clean bedroom" }, - { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-spending-time-home_23-2149358458.jpg?_wi=2", imageAlt: "Recreation space" }, - { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-cleaning-kitchen-together_23-2149358486.jpg?_wi=2", imageAlt: "Dining space" } + { imageSrc: "http://img.b2bpic.net/free-photo/balcony-resorts-nesebar-town-bulgaria_627829-7553.jpg", imageAlt: "Hostel exterior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-using-her-laptop-home-quarantine_23-2149374516.jpg", imageAlt: "Clean bedroom" }, + { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-spending-time-home_23-2149358458.jpg", imageAlt: "Recreation space" }, + { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-cleaning-kitchen-together_23-2149358486.jpg", imageAlt: "Dining space" } ]} carouselPosition="right" /> @@ -120,15 +120,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "Standard Room", name: "Single Occupancy Room", price: "₹5,000-₹6,000/month", rating: 5, - reviewCount: "23", imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-using-her-laptop-home-quarantine_23-2149374516.jpg?_wi=3", imageAlt: "Single occupancy hostel room" + reviewCount: "23", imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-using-her-laptop-home-quarantine_23-2149374516.jpg", imageAlt: "Single occupancy hostel room" }, { id: "2", brand: "Shared Room", name: "Double Occupancy Room", price: "₹3,500-₹4,500/month", rating: 5, - reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-spending-time-home_23-2149358458.jpg?_wi=3", imageAlt: "Double occupancy room" + reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-spending-time-home_23-2149358458.jpg", imageAlt: "Double occupancy room" }, { id: "3", brand: "Common Facilities", name: "Recreation & Dining Area", price: "Included", rating: 5, - reviewCount: "31", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-cleaning-kitchen-together_23-2149358486.jpg?_wi=3", imageAlt: "Common dining and recreation area" + reviewCount: "31", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-cleaning-kitchen-together_23-2149358486.jpg", imageAlt: "Common dining and recreation area" } ]} gridVariant="three-columns-all-equal-width" @@ -166,20 +166,16 @@ export default function LandingPage() { buttonAnimation="slide-up" testimonials={[ { - id: "1", name: "Suhas G Kashyap", role: "Engineering Student", company: "Local College", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-smiling_1187-3402.jpg", imageAlt: "Suhas G Kashyap" + id: "1", name: "Suhas G Kashyap", role: "Engineering Student", company: "Local College", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-smiling_1187-3402.jpg", imageAlt: "Suhas G Kashyap" }, { - id: "2", name: "Chandan TM", role: "Student", company: "Technical Institute", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=1", imageAlt: "Chandan TM" + id: "2", name: "Chandan TM", role: "Student", company: "Technical Institute", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", imageAlt: "Chandan TM" }, { - id: "3", name: "Rahul Kumar", role: "Software Professional", company: "IT Company", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=2", imageAlt: "Rahul Kumar" + id: "3", name: "Rahul Kumar", role: "Software Professional", company: "IT Company", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", imageAlt: "Rahul Kumar" }, { - id: "4", name: "Arjun Singh", role: "Commerce Student", company: "Commerce College", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/student-posing-group-study-session-with-colleagues_23-2149211075.jpg", imageAlt: "Arjun Singh" + id: "4", name: "Arjun Singh", role: "Commerce Student", company: "Commerce College", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/student-posing-group-study-session-with-colleagues_23-2149211075.jpg", imageAlt: "Arjun Singh" } ]} gridVariant="uniform-all-items-equal" -- 2.49.1