6 Commits

Author SHA1 Message Date
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={[
{
@@ -224,7 +224,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"},
]}
@@ -260,4 +260,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}