Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 15:43:57 +00:00

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
buttonAnimation="slide-up"
dashboard={{
title: "Why Choose Hotel Shine Inn", logoIcon: Home,
imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892972.jpg?_wi=1", searchPlaceholder: "Find your perfect room...", buttons: [
imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892972.jpg", searchPlaceholder: "Find your perfect room...", buttons: [
{ text: "Explore Rooms", href: "#rooms" },
{ text: "View Map", href: "#location" }
],
@@ -65,9 +65,9 @@ export default function LandingPage() {
{ icon: ParkingCircle }
],
stats: [
{ title: "Rating", values: [4.8], description: "579 Reviews" },
{ title: "Rooms", values: [25], description: "Well-Appointed" },
{ title: "Years", values: [10], description: "Trusted Service" }
{ title: "Rating", values: [4.8, 0, 0], description: "579 Reviews" },
{ title: "Rooms", values: [25, 0, 0], description: "Well-Appointed" },
{ title: "Years", values: [10, 0, 0], description: "Trusted Service" }
],
listTitle: "Premium Features", listItems: [
{ icon: Heart, title: "Couple Friendly", status: "Verified" },
@@ -100,7 +100,7 @@ export default function LandingPage() {
tag="Amenities"
tagIcon={Star}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892972.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892972.jpg"
imageAlt="Hotel amenities showcase"
mediaAnimation="slide-up"
useInvertedBackground={false}