From dfe02fa9d371b40276d1a309805f2aafe0cde4df Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:57:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 821fa07..84ae5c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function AccommodationBooking() { borderRadius="rounded" contentWidth="mediumLarge" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="flat" secondaryButtonStyle="layered" @@ -47,14 +47,14 @@ export default function AccommodationBooking() { description="Browse from hundreds of verified guest houses, hotels, and vacation rentals. Filter by price, amenities, and ratings to find exactly what you need." tag="Travel Easy" tagIcon={MapPin} - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Explore Now", href: "#listings" }, { text: "Learn More", href: "#features" } ]} dashboard={{ title: "Search & Filter", logoIcon: Building2, - imageSrc: "http://img.b2bpic.net/free-photo/booking-hotel-reservation-travel-destination-concept_53876-121094.jpg?_wi=1", searchPlaceholder: "Search by location, property name...", sidebarItems: [ + imageSrc: "http://img.b2bpic.net/free-photo/booking-hotel-reservation-travel-destination-concept_53876-121094.jpg", searchPlaceholder: "Search by location, property name...", sidebarItems: [ { icon: Home, active: true }, { icon: MapPin, active: false }, { icon: Heart, active: false } @@ -98,27 +98,27 @@ export default function AccommodationBooking() { products={[ { id: "1", brand: "Karachi Guest House", name: "Basic Guesthouse with Shared Kitchen", price: "PKR 2,377", rating: 4, - reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/interior-hotel-room-residence-is-furnished-modernly-copy-space-background_1258-84783.jpg?_wi=1", imageAlt: "Karachi Guest House" + reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/interior-hotel-room-residence-is-furnished-modernly-copy-space-background_1258-84783.jpg", imageAlt: "Karachi Guest House" }, { id: "2", brand: "Hotel Bilal ہوٹل بلال", name: "Comfortable Hotel Room", price: "PKR 3,637", rating: 4, - reviewCount: "590", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=1", imageAlt: "Hotel Bilal" + reviewCount: "590", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", imageAlt: "Hotel Bilal" }, { id: "3", brand: "Hotel Al Bilal", name: "Standard Room with Amenities", price: "PKR 3,006", rating: 4, - reviewCount: "279", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg?_wi=1", imageAlt: "Hotel Al Bilal" + reviewCount: "279", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg", imageAlt: "Hotel Al Bilal" }, { id: "4", brand: "Lover Friends Guest House", name: "Premium Suite", price: "PKR 20,700", rating: 5, - reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/interior-hotel-room-residence-is-furnished-modernly-copy-space-background_1258-84783.jpg?_wi=2", imageAlt: "Lover Friends Guest House" + reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/interior-hotel-room-residence-is-furnished-modernly-copy-space-background_1258-84783.jpg", imageAlt: "Lover Friends Guest House" }, { id: "5", brand: "Holiday One Hotel & Suites", name: "Deluxe Suite with City View", price: "PKR 11,300", rating: 5, - reviewCount: "69", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=2", imageAlt: "Holiday One Hotel" + reviewCount: "69", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", imageAlt: "Holiday One Hotel" }, { id: "6", brand: "Vacation Rentals", name: "Family Apartment", price: "PKR 8,500", rating: 4, - reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg?_wi=2", imageAlt: "Vacation Rental" + reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg", imageAlt: "Vacation Rental" } ]} buttons={[ @@ -230,7 +230,7 @@ export default function AccommodationBooking() { {/* Footer Section */}