Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-04 08:33:36 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1416,4 +1416,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -111,7 +111,7 @@ export default function HomePage() {
<div id="featured-rooms" data-section="featured-rooms">
<ProductCardTwo
title="Our Featured Rooms"
description="Explore our carefully curated selection of accommodations, each designed for your comfort and relaxation."
description="Each room is designed with your comfort in mind, featuring premium amenities and stunning views. Explore our carefully curated selection of accommodations for your perfect stay."
tag="Room Selection"
tagIcon={BedDouble}
tagAnimation="slide-up"
@@ -269,4 +269,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}