Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-20 13:38:39 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
<HeroSplitTestimonial
useInvertedBackground={true}
background={{ variant: "gradient-bars" }}
title="Welcome to Joy Hotel Voi"
title="Welcome to The Joy Hotel Voi"
description="Experience comfort, luxury, and authentic Kenyan hospitality in the heart of Voi. Your sanctuary for business and relaxation awaits."
testimonials={[
{ name: "Alice M.", handle: "@alicem", testimonial: "An incredible stay! Exceptional service and cozy rooms.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-standing-near-swimmingpool_1157-20233.jpg" },
@@ -68,8 +68,8 @@ export default function LandingPage() {
marqueeItems={[
{ type: "text", text: "WiFi Included" },
{ type: "text", text: "Free Breakfast" },
{ type: "text", text: "Pool Access" },
{ type: "text", text: "Gym Access" },
{ type: "text", text: "" },
{ type: "text", text: "G" },
{ type: "text", text: "24/7 Security" },
]}
/>
@@ -96,7 +96,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
{ title: "Swimming Pool", description: "Relax in our crystal clear outdoor swimming pool.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-asian-women-happy-smile-relax-around-outdoor-swimming-pool-hotel-resort_74190-9514.jpg" },
{ title: "Welcome to the No. 1 Hotel in Taita Taveta County ", description: "Relax your heart out. ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ccg6tcTOoidyEupDqASWmxuqMk/uploaded-1776691251151-cucu1rk8.jpg" },
{ title: "Dining Services", description: "Gourmet dishes prepared with fresh, local ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/man-taking-cheese-from-cheese-plate-with-white-cheese-cheddar-cream-cheese_140725-4141.jpg" },
{ title: "Fitness Center", description: "Stay active with our modern gym equipment.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-training-zone_1203-369.jpg" },
]}
@@ -189,7 +189,7 @@ export default function LandingPage() {
{ title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Rooms", href: "#rooms" }, { label: "Contact", href: "#contact" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }] },
]}
logoText="Joy Hotel"
logoText="The Joy Hotel, Voi"
/>
</div>
</ReactLenis>