4 Commits

Author SHA1 Message Date
f62a8a09e7 Update src/app/page.tsx 2026-03-05 07:59:39 +00:00
9de2075a9f Merge version_2 into main
Merge version_2 into main
2026-03-05 07:57:31 +00:00
f89ad44e96 Update src/app/page.tsx 2026-03-05 07:57:27 +00:00
b764c37fed Merge version_1 into main
Merge version_1 into main
2026-03-05 07:55:43 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="RAMADA"
description="Luxury 4-Star Comfort Near Gorakhnath Mandir. Premium Hospitality, Free Breakfast, Pool & Perfect Location"
description="⭐ 4.6 Rating | 1,400+ Reviews • Luxury 4-Star Comfort Near Gorakhnath Mandir. Premium Hospitality, Free Breakfast, Pool & Perfect Location"
buttons={[
{ text: "Book Your Stay", href: "#contact" },
{ text: "Call Now: 0551 350 9900", href: "tel:+919876543210" }
@@ -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" }
]
}