Merge version_1 into main #2
138
src/app/page.tsx
138
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Rooms",
|
||||
id: "/rooms",
|
||||
},
|
||||
name: "Rooms", id: "/rooms"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Hotel Naimat"
|
||||
/>
|
||||
@@ -53,26 +45,19 @@ export default function LandingPage() {
|
||||
<div id="home-hero" data-section="home-hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Experience Luxury in Khalilabad"
|
||||
description="Welcome to Hotel Naimat. Discover unmatched hospitality, modern amenities, and comfort in the heart of Uttar Pradesh."
|
||||
kpis={[
|
||||
{
|
||||
value: "4.8",
|
||||
label: "Google Rating",
|
||||
},
|
||||
value: "4.8", label: "Google Rating"},
|
||||
{
|
||||
value: "50+",
|
||||
label: "Comfort Rooms",
|
||||
},
|
||||
value: "50+", label: "Comfort Rooms"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Guest Satisfaction",
|
||||
},
|
||||
value: "100%", label: "Guest Satisfaction"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/senior-man-taking-walk-outdoors-city_23-2150579709.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/senior-man-taking-walk-outdoors-city_23-2150579709.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -84,49 +69,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "High Speed WiFi",
|
||||
description: "Stay connected with lightning-fast internet throughout your stay.",
|
||||
icon: Wifi,
|
||||
title: "High Speed WiFi", description: "Stay connected with lightning-fast internet throughout your stay.", icon: Wifi,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior-bed-room_74190-10023.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior-bed-room_74190-10023.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-taking-walk-outdoors-city_23-2150579709.jpg?_wi=2",
|
||||
imageAlt: "luxurious hotel exterior gold accents",
|
||||
},
|
||||
{
|
||||
title: "24/7 Security",
|
||||
description: "Your safety is our top priority with round-the-clock surveillance.",
|
||||
icon: ShieldCheck,
|
||||
title: "24/7 Security", description: "Your safety is our top priority with round-the-clock surveillance.", icon: ShieldCheck,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg?_wi=3",
|
||||
imageAlt: "modern hotel deluxe room interior",
|
||||
},
|
||||
{
|
||||
title: "Dining Services",
|
||||
description: "Exquisite meals prepared by professional culinary experts.",
|
||||
icon: Utensils,
|
||||
title: "Dining Services", description: "Exquisite meals prepared by professional culinary experts.", icon: Utensils,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior-bed-room_74190-10023.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior-bed-room_74190-10023.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior-bed-room_74190-10023.jpg?_wi=3",
|
||||
imageAlt: "clean standard hotel room interior",
|
||||
},
|
||||
]}
|
||||
title="Hotel Highlights"
|
||||
@@ -142,25 +109,15 @@ export default function LandingPage() {
|
||||
author="Rahul Singh"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg",
|
||||
alt: "Rahul Singh",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", alt: "Rahul Singh"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-tourist-posing-swing_23-2147643235.jpg",
|
||||
alt: "Anjali & Rajesh",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-tourist-posing-swing_23-2147643235.jpg", alt: "Anjali & Rajesh"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-happy-colleagues-using-laptop-video-call-sitting-table-with-cup-coffee-looking-display-talking-online-communication-concept_74855-12035.jpg",
|
||||
alt: "Vikram Seth",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/two-happy-colleagues-using-laptop-video-call-sitting-table-with-cup-coffee-looking-display-talking-online-communication-concept_74855-12035.jpg", alt: "Vikram Seth"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/gorgeous-smiling-blonde-fashion-model-sits-white-suit-soft-armchair_8353-5476.jpg",
|
||||
alt: "Mrs. Sharma",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/gorgeous-smiling-blonde-fashion-model-sits-white-suit-soft-armchair_8353-5476.jpg", alt: "Mrs. Sharma"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg",
|
||||
alt: "David Kumar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", alt: "David Kumar"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -174,20 +131,11 @@ export default function LandingPage() {
|
||||
tag="Expertise"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10+",
|
||||
description: "Years of experience",
|
||||
},
|
||||
id: "m1", value: "10+", description: "Years of experience"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5000+",
|
||||
description: "Happy guests",
|
||||
},
|
||||
id: "m2", value: "5000+", description: "Happy guests"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
description: "Customer support",
|
||||
},
|
||||
id: "m3", value: "24/7", description: "Customer support"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -203,19 +151,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Car,
|
||||
title: "Parking Facility",
|
||||
description: "Free secure parking for guests.",
|
||||
},
|
||||
title: "Parking Facility", description: "Free secure parking for guests."},
|
||||
{
|
||||
icon: Coffee,
|
||||
title: "In-room Dining",
|
||||
description: "Fresh meals served to your door.",
|
||||
},
|
||||
title: "In-room Dining", description: "Fresh meals served to your door."},
|
||||
{
|
||||
icon: Wifi,
|
||||
title: "High-Speed Wi-Fi",
|
||||
description: "Perfect for business and leisure.",
|
||||
},
|
||||
title: "High-Speed Wi-Fi", description: "Perfect for business and leisure."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -225,29 +167,19 @@ export default function LandingPage() {
|
||||
logoText="Hotel Naimat"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Bookings",
|
||||
href: "/rooms",
|
||||
},
|
||||
label: "Bookings", href: "/rooms"},
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "#",
|
||||
},
|
||||
label: "Help Center", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user