From 77a0ce3c01a91ecf136e298a39cbdaf952e8471a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:36:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 196566b..2107fc7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,10 +110,10 @@ export default function LandingPage() { id: "1", name: "Restaurant & Bar", price: "Fine Dining", variant: "Local & International Cuisine", imageSrc: "https://images.unsplash.com/photo-1567521464027-f127ff144326?w=600&h=400&fit=crop", imageAlt: "Restaurant with modern ambiance" }, { - id: "2", name: "Business Center", price: "Complimentary WiFi", variant: "High-Speed Internet", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop", imageAlt: "Modern business center" + id: "2", name: "Business Center", price: "Complimentary WiFi", variant: "High-Speed Internet", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop&_wi=1", imageAlt: "Modern business center" }, { - id: "3", name: "Conference Rooms", price: "Events & Meetings", variant: "Modern Audio-Visual", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop", imageAlt: "Professional conference facilities" + id: "3", name: "Conference Rooms", price: "Events & Meetings", variant: "Modern Audio-Visual", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop&_wi=2", imageAlt: "Professional conference facilities" }, { id: "4", name: "Spa & Wellness", price: "Relaxation Services", variant: "Massage & Treatments", imageSrc: "https://images.unsplash.com/photo-1576091160550-2173dba999ef?w=600&h=400&fit=crop", imageAlt: "Spa and wellness center" -- 2.49.1