Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1241731356 | |||
| ffdf7c2b0a | |||
| 2aa1937c2e | |||
| d574095f87 | |||
| f5b5709a7e | |||
| a950b1894b | |||
| 6f57c05d11 | |||
| 9d80862d40 |
@@ -1,58 +1,20 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Halant } from "next/font/google";
|
|
||||||
import { Inter } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
import { Open_Sans } from "next/font/google";
|
import "@/styles/globals.css";
|
||||||
import "./globals.css";
|
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const halant = Halant({
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
variable: "--font-halant", subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const inter = Inter({
|
|
||||||
variable: "--font-inter", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const openSans = Open_Sans({
|
|
||||||
variable: "--font-open-sans", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Stanjo Karen Suites | Luxury Boutique Hotel in Nairobi, Kenya", description: "Experience premium luxury accommodation at Stanjo Karen Suites in Karen, Nairobi. Kid-friendly rooms, airport shuttle, 24/7 security. Book your stay today.", keywords: "boutique hotel Nairobi, luxury accommodation Karen, hotels Langata South Road, family-friendly hotel Nairobi, premium suites Kenya, business hotel Nairobi", metadataBase: new URL("https://www.stanjokarensuites.com"),
|
title: "Stanjo Karen Suites - Luxury Boutique Hotel in Nairobi", description: "Experience premium accommodation in Karen, Nairobi. Luxury suites, 24/7 security, airport shuttle, and personalized service at Stanjo Karen Suites."};
|
||||||
alternates: {
|
|
||||||
canonical: "https://www.stanjokarensuites.com"},
|
|
||||||
openGraph: {
|
|
||||||
title: "Stanjo Karen Suites | Luxury Boutique Hotel in Nairobi", description: "Discover luxury living in Karen, Nairobi. Premium suites, personalized service, and unforgettable experiences.", url: "https://www.stanjokarensuites.com", siteName: "Stanjo Karen Suites", type: "website", images: [
|
|
||||||
{
|
|
||||||
url: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", alt: "luxury hotel room boutique accommodation premium bedroom elegant interior"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
twitter: {
|
|
||||||
card: "summary_large_image", title: "Stanjo Karen Suites | Luxury Boutique Hotel", description: "Experience premium accommodation in Karen, Nairobi", images: [
|
|
||||||
"http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg"],
|
|
||||||
},
|
|
||||||
robots: {
|
|
||||||
index: true,
|
|
||||||
follow: true,
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}>) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en">
|
||||||
<ServiceWrapper>
|
<body className={inter.className}>{children}
|
||||||
<body
|
|
||||||
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1420,7 +1382,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
|||||||
tag="Premium Boutique Hotel"
|
tag="Premium Boutique Hotel"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg"
|
||||||
imageAlt="Luxury hotel suite at Stanjo Karen"
|
imageAlt="Luxury hotel suite at Stanjo Karen"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -124,15 +124,15 @@ export default function LandingPage() {
|
|||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "executive", brand: "Premium Class", name: "Executive Suite", price: "From KES 12,000", rating: 5,
|
id: "executive", brand: "Premium Class", name: "Executive Suite", price: "From KES 12,000", rating: 5,
|
||||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=1", imageAlt: "Executive Suite with luxury furnishings"
|
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", imageAlt: "Executive Suite with luxury furnishings"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "deluxe", brand: "Comfort Class", name: "Deluxe Room", price: "From KES 8,500", rating: 5,
|
id: "deluxe", brand: "Comfort Class", name: "Deluxe Room", price: "From KES 8,500", rating: 5,
|
||||||
reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Deluxe Room with modern design"
|
reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe Room with modern design"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "standard", brand: "Standard Class", name: "Standard Suite", price: "From KES 5,500", rating: 5,
|
id: "standard", brand: "Standard Class", name: "Standard Suite", price: "From KES 5,500", rating: 5,
|
||||||
reviewCount: "62", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=2", imageAlt: "Standard Suite with essential amenities"
|
reviewCount: "62", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", imageAlt: "Standard Suite with essential amenities"
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
@@ -199,22 +199,22 @@ export default function LandingPage() {
|
|||||||
topMarqueeDirection="left"
|
topMarqueeDirection="left"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sarah Johnson", handle: "Business Traveler, UK", testimonial: "Stanjo Karen Suites exceeded my expectations. The location is perfect, the staff is attentive, and the rooms are immaculate. Definitely booking again!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"
|
id: "1", name: "Sarah Johnson", handle: "Business Traveler, UK", testimonial: "Stanjo Karen Suites exceeded my expectations. The location is perfect, the staff is attentive, and the rooms are immaculate. Definitely booking again!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Michael Chen", handle: "Family Vacation, Singapore", testimonial: "Our family loved every moment here. The kids enjoyed the safe environment, and the staff made us feel so welcome. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Michael Chen"
|
id: "2", name: "Michael Chen", handle: "Family Vacation, Singapore", testimonial: "Our family loved every moment here. The kids enjoyed the safe environment, and the staff made us feel so welcome. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Michael Chen"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Emily Rodriguez", handle: "Couple's Getaway, Spain", testimonial: "The most romantic getaway we could ask for. Every detail was perfect, from the elegant rooms to the personalized service. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emily Rodriguez"
|
id: "3", name: "Emily Rodriguez", handle: "Couple's Getaway, Spain", testimonial: "The most romantic getaway we could ask for. Every detail was perfect, from the elegant rooms to the personalized service. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "David Kim", handle: "Corporate Retreat, South Korea", testimonial: "Perfect venue for our team retreat. Professional staff, excellent facilities, and great location. We're bringing our next event here!", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-office-employer-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-6842.jpg", imageAlt: "David Kim"
|
id: "4", name: "David Kim", handle: "Corporate Retreat, South Korea", testimonial: "Perfect venue for our team retreat. Professional staff, excellent facilities, and great location. We're bringing our next event here!", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-office-employer-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-6842.jpg", imageAlt: "David Kim"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5", name: "Amanda Foster", handle: "Weekend Escape, Australia", testimonial: "A hidden gem in Karen. The ambiance is sophisticated, the rooms are comfortable, and the value for money is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Amanda Foster"
|
id: "5", name: "Amanda Foster", handle: "Weekend Escape, Australia", testimonial: "A hidden gem in Karen. The ambiance is sophisticated, the rooms are comfortable, and the value for money is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Amanda Foster"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "6", name: "James Wright", handle: "Long-term Guest, Canada", testimonial: "I stayed for two weeks and felt completely at home. The staff treated me like family. Coming back soon!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "James Wright"
|
id: "6", name: "James Wright", handle: "Long-term Guest, Canada", testimonial: "I stayed for two weeks and felt completely at home. The staff treated me like family. Coming back soon!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "James Wright"
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
textBoxTitleClassName="text-4xl font-bold mb-2"
|
textBoxTitleClassName="text-4xl font-bold mb-2"
|
||||||
|
|||||||
Reference in New Issue
Block a user