Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-04-18 06:50:55 +00:00

View File

@@ -118,19 +118,22 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Prime Location", description: "Located just minutes away from the CBD, perfect for business and sightseeing.", phoneOne: {
title: "Prime Location", description: "Located just minutes away from the CBD, perfect for business and sightseeing.", buttons: [{ text: "Check availability", href: "#contact" }],
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-beige-soft-pillows-bed-blanket-bedroom-interior-design-conceptbed-maid-luxury-ideas-concept_609648-89.jpg?_wi=2"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-bathrobe-sitting-bed_1303-13299.jpg?_wi=2"},
},
{
title: "Comfortable Rooms", description: "Spacious, clean, and quiet rooms designed to ensure you get a restful night's sleep.", phoneOne: {
title: "Comfortable Rooms", description: "Spacious, clean, and quiet rooms designed to ensure you get a restful night's sleep.", buttons: [{ text: "Book this room", href: "#contact" }],
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-bedroom-design-overlooking-city-through-window-generated-by-ai_188544-16923.jpg"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/spacious-corridor-with-bokeh-effect_1203-1502.jpg?_wi=2"},
},
{
title: "Dedicated Service", description: "Our friendly team is always on hand to assist with your needs around the clock.", phoneOne: {
title: "Dedicated Service", description: "Our friendly team is always on hand to assist with your needs around the clock.", buttons: [{ text: "Contact team", href: "#contact" }],
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/empty-sofa-interior-decoration_1339-7730.jpg"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cozy-bed-arrangement-with-coffee-cup_23-2150326154.jpg"},
@@ -260,4 +263,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}