8 Commits

Author SHA1 Message Date
38dd05edf3 Update src/app/page.tsx 2026-04-18 06:50:52 +00:00
ac32fae735 Merge version_3 into main
Merge version_3 into main
2026-04-18 06:49:55 +00:00
49bf5d2bfe Update src/app/page.tsx 2026-04-18 06:49:52 +00:00
bc13400d1e Merge version_2 into main
Merge version_2 into main
2026-04-18 06:47:59 +00:00
7b1ca0e7e8 Update src/app/page.tsx 2026-04-18 06:47:56 +00:00
7a187a9998 Merge version_1 into main
Merge version_1 into main
2026-04-18 06:44:24 +00:00
6733b81326 Merge version_1 into main
Merge version_1 into main
2026-04-18 06:44:00 +00:00
3de84b3ced Merge version_1 into main
Merge version_1 into main
2026-04-18 06:43:31 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
<HeroBillboardTestimonial
background={{
variant: "gradient-bars"}}
title="Welcome to Rabi Hotel"
title="Comfortable, Central Stays in the Heart of the City"
description="Affordable comfort located in the heart of the city. We pride ourselves on providing a welcoming home away from home."
testimonials={[
{
@@ -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"},
@@ -224,7 +227,7 @@ export default function LandingPage() {
description="Have questions or ready to make a reservation? Reach out to us now."
buttons={[
{
text: "Call Us", href: "tel:+254700000000"},
text: "Call to Book", href: "tel:+254700000000"},
{
text: "Email Us", href: "mailto:info@rabihotel.com"},
]}