diff --git a/src/app/page.tsx b/src/app/page.tsx index b00f0fc..80a3a19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,32 +113,32 @@ export default function LandingPage() { animationType="slide-up" features={[ { - title: "Free Breakfast", description: "Continental breakfast included with all room bookings", bentoComponent: "icon-info-cards", items: [ + title: "Free Breakfast: Save ₹500+ Daily", description: "Continental breakfast included with all room bookings - premium value for guests", bentoComponent: "icon-info-cards", items: [ { icon: Coffee, label: "Hot & Cold", value: "7AM - 10AM" } ] }, { - title: "Free WiFi", description: "High-speed internet throughout the property", bentoComponent: "icon-info-cards", items: [ + title: "Free WiFi: Connect Instantly", description: "High-speed internet throughout the property - no hidden charges", bentoComponent: "icon-info-cards", items: [ { icon: Wifi, label: "24/7 Access", value: "Ultra-Fast" } ] }, { - title: "Swimming Pool", description: "Refreshing outdoor pool for relaxation", bentoComponent: "icon-info-cards", items: [ + title: "Swimming Pool: Refresh & Relax", description: "Refreshing outdoor pool for relaxation - available year-round at no extra cost", bentoComponent: "icon-info-cards", items: [ { icon: Droplet, label: "Year-Round", value: "24/7 Available" } ] }, { - title: "Free Parking", description: "Secure, ample parking for all guests", bentoComponent: "icon-info-cards", items: [ + title: "Free Parking: Save ₹300+ Daily", description: "Secure, ample parking for all guests - included with your stay", bentoComponent: "icon-info-cards", items: [ { icon: Car, label: "No Extra Charge", value: "Secure & Safe" } ] }, { - title: "Premium Restaurant", description: "Multi-cuisine dining with expert chefs", bentoComponent: "icon-info-cards", items: [ + title: "Premium Restaurant: Fine Dining Included", description: "Multi-cuisine dining with expert chefs - exceptional value proposition", bentoComponent: "icon-info-cards", items: [ { icon: UtensilsCrossed, label: "Dine In/Out", value: "Open Daily" } ] }, { - title: "24/7 Guest Service", description: "Round-the-clock concierge and support", bentoComponent: "icon-info-cards", items: [ + title: "24/7 Guest Service: Peace of Mind", description: "Round-the-clock concierge and support - always available for your needs", bentoComponent: "icon-info-cards", items: [ { icon: Headset, label: "Always Available", value: "Instant Help" } ] }