Update src/app/page.tsx

This commit is contained in:
2026-05-09 15:33:24 +00:00
parent b372046caa
commit ba4533a8d9

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Rooms",
id: "rooms",
},
name: "Rooms", id: "rooms"},
{
name: "Lounge",
id: "lounge",
},
name: "Lounge", id: "lounge"},
{
name: "Book Now",
id: "contact",
},
name: "Book Now", id: "contact"},
]}
brandName="Czan Hotel"
/>
@@ -55,101 +47,56 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Escape to Comfort. Stay for the Experience."
description="Kotokus hidden gem for luxury stays, relaxation, and unforgettable nights."
testimonials={[
{
name: "Esther Williams",
handle: "@guest",
testimonial: "One of the best places to relax in Kotoku. Theyve got everything you need.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85056.jpg",
},
name: "Esther Williams", handle: "@guest", testimonial: "One of the best places to relax in Kotoku. Theyve got everything you need.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85056.jpg"},
{
name: "Frederick Crabbe",
handle: "@guest",
testimonial: "The perfect place for weekend relaxation 🔥",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-home-doing-her-beauty-routine_23-2150420952.jpg",
},
name: "Frederick Crabbe", handle: "@guest", testimonial: "The perfect place for weekend relaxation 🔥", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-home-doing-her-beauty-routine_23-2150420952.jpg"},
{
name: "Emmanuel Korang",
handle: "@guest",
testimonial: "The place is secured and the workers are humble and loving.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-waiting-restaurant_1140-520.jpg",
},
name: "Emmanuel Korang", handle: "@guest", testimonial: "The place is secured and the workers are humble and loving.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-waiting-restaurant_1140-520.jpg"},
{
name: "Godknows Ganyo",
handle: "@guest",
testimonial: "Youll love it the moment you step in.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg",
},
name: "Godknows Ganyo", handle: "@guest", testimonial: "Youll love it the moment you step in.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg"},
{
name: "Anonymous Guest",
handle: "@guest",
testimonial: "A truly safe and luxurious escape from the city noise.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575113.jpg",
},
name: "Anonymous Guest", handle: "@guest", testimonial: "A truly safe and luxurious escape from the city noise.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575113.jpg"},
]}
buttons={[
{
text: "Book Now",
href: "#contact",
},
text: "Book Your Stay Now", href: "#contact"},
{
text: "View Rooms",
href: "#rooms",
},
text: "View Rooms", href: "#rooms"},
]}
imageSrc="http://img.b2bpic.net/free-photo/landscape-sunset-beach-chairs-deck_1203-6263.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-waiting-area_107420-95825.jpg",
alt: "Guest Portrait",
},
src: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-waiting-area_107420-95825.jpg", alt: "Guest Portrait"},
{
src: "http://img.b2bpic.net/free-photo/content-middle-aged-businessman-cafe-counter_1262-1786.jpg",
alt: "Guest Portrait",
},
src: "http://img.b2bpic.net/free-photo/content-middle-aged-businessman-cafe-counter_1262-1786.jpg", alt: "Guest Portrait"},
{
src: "http://img.b2bpic.net/free-photo/confident-smiling-young-woman-holding-mobile-phone-hand_23-2147972904.jpg",
alt: "Guest Portrait",
},
src: "http://img.b2bpic.net/free-photo/confident-smiling-young-woman-holding-mobile-phone-hand_23-2147972904.jpg", alt: "Guest Portrait"},
{
src: "http://img.b2bpic.net/free-photo/portrait-woman-playing-poker-casino_23-2151831082.jpg",
alt: "Guest Portrait",
},
src: "http://img.b2bpic.net/free-photo/portrait-woman-playing-poker-casino_23-2151831082.jpg", alt: "Guest Portrait"},
{
src: "http://img.b2bpic.net/free-photo/girl-with-thumbs-up-stairs-by-pool-white-robe-smile-post-swim-like_169016-69213.jpg",
alt: "Guest Portrait",
},
src: "http://img.b2bpic.net/free-photo/girl-with-thumbs-up-stairs-by-pool-white-robe-smile-post-swim-like_169016-69213.jpg", alt: "Guest Portrait"},
]}
marqueeItems={[
{
type: "text",
text: "24/7 Security",
},
type: "text", text: "24/7 Security"},
{
type: "text",
text: "Luxury Lounge",
},
type: "text", text: "Luxury Lounge"},
{
type: "text",
text: "Premium Suites",
},
type: "text", text: "Premium Suites"},
{
type: "text",
text: "High-Speed WiFi",
},
type: "text", text: "High-Speed WiFi"},
{
type: "text",
text: "Secure Parking",
},
type: "text", text: "Secure Parking"},
]}
/>
</div>
@@ -160,9 +107,7 @@ export default function LandingPage() {
title="More Than a Stay — Its a Lifestyle"
buttons={[
{
text: "Explore",
href: "#rooms",
},
text: "Explore", href: "#rooms"},
]}
/>
</div>
@@ -175,41 +120,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Deluxe Room",
price: "Standard",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv-chandelier_105762-2156.jpg",
},
id: "1", name: "Deluxe Room", price: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv-chandelier_105762-2156.jpg"},
{
id: "2",
name: "Executive Room",
price: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-fiance-checking-hour-looking-wrist_8353-12377.jpg",
},
id: "2", name: "Executive Room", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/stylish-fiance-checking-hour-looking-wrist_8353-12377.jpg"},
{
id: "3",
name: "VIP Suite",
price: "Luxury",
imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-lit-lamp_1203-547.jpg",
},
id: "3", name: "VIP Suite", price: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-lit-lamp_1203-547.jpg"},
{
id: "4",
name: "Lounge Access",
price: "Vibe",
imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892961.jpg",
},
id: "4", name: "Lounge Access", price: "Vibe", imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892961.jpg"},
{
id: "5",
name: "Secure Parking",
price: "Included",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-bedroom-suite-bathroom_105762-1936.jpg",
},
id: "5", name: "Secure Parking", price: "Included", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-bedroom-suite-bathroom_105762-1936.jpg"},
{
id: "6",
name: "Concierge",
price: "24/7",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-hotel-bedroom_74190-3804.jpg",
},
id: "6", name: "Concierge", price: "24/7", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-hotel-bedroom_74190-3804.jpg"},
]}
title="Rooms & Stays"
description="Indulge in our curated living spaces designed for maximum comfort."
@@ -224,34 +145,22 @@ export default function LandingPage() {
features={[
{
icon: Shield,
title: "24/7 Security",
description: "Safe and secure environment for your peace of mind.",
},
title: "24/7 Security", description: "Safe and secure environment for your peace of mind."},
{
icon: Coffee,
title: "Lounge & Bar",
description: "Unwind with signature drinks and curated music.",
},
title: "Lounge & Bar", description: "Unwind with signature drinks and curated music."},
{
icon: Wifi,
title: "Free WiFi",
description: "Stay connected with high-speed internet throughout.",
},
title: "Free WiFi", description: "Stay connected with high-speed internet throughout."},
{
icon: Sun,
title: "Climate Control",
description: "Air-conditioned rooms for perfect comfort.",
},
title: "Climate Control", description: "Air-conditioned rooms for perfect comfort."},
{
icon: Car,
title: "Parking Space",
description: "Secure and dedicated parking for your vehicle.",
},
title: "Parking Space", description: "Secure and dedicated parking for your vehicle."},
{
icon: Clock,
title: "24/7 Service",
description: "Our friendly staff is always available for you.",
},
title: "24/7 Service", description: "Our friendly staff is always available for you."},
]}
title="World-Class Amenities"
description="Everything you need for a seamless and comfortable stay in Kotoku."
@@ -264,9 +173,7 @@ export default function LandingPage() {
title="Where Nights Come Alive"
buttons={[
{
text: "Reserve a Table",
href: "#contact",
},
text: "Reserve a Table", href: "#contact"},
]}
/>
</div>
@@ -279,25 +186,15 @@ export default function LandingPage() {
author="Frederick Crabbe"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/restful-man_1098-13861.jpg",
alt: "Frederick Crabbe",
},
src: "http://img.b2bpic.net/free-photo/restful-man_1098-13861.jpg", alt: "Frederick Crabbe"},
{
src: "http://img.b2bpic.net/free-photo/portrait-happy-chambermaid-standing-hotel-bedroom_23-2148033269.jpg",
alt: "Satisfied Guest",
},
src: "http://img.b2bpic.net/free-photo/portrait-happy-chambermaid-standing-hotel-bedroom_23-2148033269.jpg", alt: "Satisfied Guest"},
{
src: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13209.jpg",
alt: "Happy Guest",
},
src: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13209.jpg", alt: "Happy Guest"},
{
src: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13211.jpg",
alt: "Relaxed Guest",
},
src: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13211.jpg", alt: "Relaxed Guest"},
{
src: "http://img.b2bpic.net/free-photo/attractive-woman-white-dress-summer-cafe-sunglasses-talking-phone_285396-6585.jpg",
alt: "Elegant Guest",
},
src: "http://img.b2bpic.net/free-photo/attractive-woman-white-dress-summer-cafe-sunglasses-talking-phone_285396-6585.jpg", alt: "Elegant Guest"},
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -308,8 +205,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Booking"
title="Ready to Experience Czan?"
description="Fill out the form below to reserve your room or lounge experience."
@@ -323,18 +219,14 @@ export default function LandingPage() {
socialLinks={[
{
icon: Instagram,
href: "#",
ariaLabel: "Instagram",
},
href: "#", ariaLabel: "Instagram"},
{
icon: Twitter,
href: "#",
ariaLabel: "Twitter",
},
href: "#", ariaLabel: "Twitter"},
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}