Update src/app/page.tsx
This commit is contained in:
371
src/app/page.tsx
371
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Rooms",
|
||||
id: "rooms",
|
||||
},
|
||||
name: "Rooms", id: "rooms"},
|
||||
{
|
||||
name: "Events",
|
||||
id: "events",
|
||||
},
|
||||
name: "Events", id: "events"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Hamdala Hotel"
|
||||
/>
|
||||
@@ -58,107 +48,57 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Luxury, Comfort & Hospitality in the Heart of Kaduna"
|
||||
description="Experience unparalleled service, premium suites, and state-of-the-art event facilities at one of Nigeria’s most prestigious heritage hotels."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Dr. Aminu",
|
||||
handle: "@hamdala",
|
||||
testimonial: "A truly iconic experience in Kaduna. The heritage and hospitality are unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897790-pdux50e4.jpg?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
name: "Dr. Aminu", handle: "@hamdala", testimonial: "A truly iconic experience in Kaduna. The heritage and hospitality are unmatched.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897790-pdux50e4.jpg", imageAlt: "User provided image"},
|
||||
{
|
||||
name: "Sarah O.",
|
||||
handle: "@corporate",
|
||||
testimonial: "The best conference facility in town. Highly recommended for business travelers.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-6r7u9suc.jpg?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
name: "Sarah O.", handle: "@corporate", testimonial: "The best conference facility in town. Highly recommended for business travelers.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-6r7u9suc.jpg", imageAlt: "User provided image"},
|
||||
{
|
||||
name: "John B.",
|
||||
handle: "@tourist",
|
||||
testimonial: "Exceptional service and beautiful grounds. A peaceful escape.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-hbvnji7c.jpg?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
name: "John B.", handle: "@tourist", testimonial: "Exceptional service and beautiful grounds. A peaceful escape.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-hbvnji7c.jpg", imageAlt: "User provided image"},
|
||||
{
|
||||
name: "Joy K.",
|
||||
handle: "@planner",
|
||||
testimonial: "Perfect event management, everything was flawless.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-0ko7h96s.jpg?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
name: "Joy K.", handle: "@planner", testimonial: "Perfect event management, everything was flawless.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-0ko7h96s.jpg", imageAlt: "User provided image"},
|
||||
{
|
||||
name: "David M.",
|
||||
handle: "@executive",
|
||||
testimonial: "The business lounge is perfect for my meetings.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-chambermaid-standing-hotel-bedroom_23-2148033269.jpg?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
name: "David M.", handle: "@executive", testimonial: "The business lounge is perfect for my meetings.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-chambermaid-standing-hotel-bedroom_23-2148033269.jpg", imageAlt: "User provided image"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Room",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Room", href: "#contact"},
|
||||
{
|
||||
text: "Explore Suites",
|
||||
href: "#rooms",
|
||||
},
|
||||
text: "Explore Suites", href: "#rooms"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897790-pdux50e4.jpg?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897790-pdux50e4.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-airline-check-attendant-counter_107420-95799.jpg",
|
||||
alt: "Portrait of smiling airline check-in attendant at counter",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-airline-check-attendant-counter_107420-95799.jpg", alt: "Portrait of smiling airline check-in attendant at counter"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13211.jpg",
|
||||
alt: "Woman wearing in pajamas while sitting in bed",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13211.jpg", alt: "Woman wearing in pajamas while sitting in bed"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-woman-standing-near-window-talking-mobile-phone_23-2147974633.jpg",
|
||||
alt: "Smiling young woman standing near the window talking on mobile phone",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-woman-standing-near-window-talking-mobile-phone_23-2147974633.jpg", alt: "Smiling young woman standing near the window talking on mobile phone"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-with-thumbs-up-stairs-by-pool-white-robe-smile-post-swim-like_169016-69213.jpg",
|
||||
alt: "Girl with thumbs up on stairs by the pool",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girl-with-thumbs-up-stairs-by-pool-white-robe-smile-post-swim-like_169016-69213.jpg", alt: "Girl with thumbs up on stairs by the pool"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up-sign_23-2148631398.jpg",
|
||||
alt: "Smiley woman doing the thumbs up sign",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up-sign_23-2148631398.jpg", alt: "Smiley woman doing the thumbs up sign"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Suites",
|
||||
},
|
||||
type: "text", text: "Premium Suites"},
|
||||
{
|
||||
type: "text",
|
||||
text: "World-class Conference Facilities",
|
||||
},
|
||||
type: "text", text: "World-class Conference Facilities"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fine Dining Experience",
|
||||
},
|
||||
type: "text", text: "Fine Dining Experience"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Serene Garden Environment",
|
||||
},
|
||||
type: "text", text: "Serene Garden Environment"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Hospitality Team",
|
||||
},
|
||||
type: "text", text: "Expert Hospitality Team"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -168,9 +108,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="About Hamdala Hotel"
|
||||
description={[
|
||||
"Hamdala Hotel Kaduna is a landmark of elegance, deeply rooted in the history of Nigerian hospitality. Established to serve as a beacon of comfort and sophistication, we continue to provide world-class service to both local and international guests.",
|
||||
"Our hotel combines traditional Nigerian warmth with modern business-class amenities, ensuring every stay is both productive and relaxing. From our verdant grounds to our professional staff, your comfort is our legacy.",
|
||||
]}
|
||||
"Hamdala Hotel Kaduna is a landmark of elegance, deeply rooted in the history of Nigerian hospitality. Established to serve as a beacon of comfort and sophistication, we continue to provide world-class service to both local and international guests.", "Our hotel combines traditional Nigerian warmth with modern business-class amenities, ensuring every stay is both productive and relaxing. From our verdant grounds to our professional staff, your comfort is our legacy."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -182,41 +120,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Executive Suite",
|
||||
price: "From ₦85,000",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-6r7u9suc.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Executive Suite", price: "From ₦85,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-6r7u9suc.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "VIP Suite",
|
||||
price: "From ₦120,000",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-hbvnji7c.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "VIP Suite", price: "From ₦120,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-hbvnji7c.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Presidential Suite",
|
||||
price: "From ₦250,000",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-0ko7h96s.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Presidential Suite", price: "From ₦250,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-0ko7h96s.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Studio Suite",
|
||||
price: "From ₦65,000",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897790-pdux50e4.jpg?_wi=3",
|
||||
},
|
||||
id: "4", name: "Studio Suite", price: "From ₦65,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897790-pdux50e4.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Family Room",
|
||||
price: "From ₦95,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-chambermaid-standing-hotel-bedroom_23-2148033269.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Family Room", price: "From ₦95,000", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-chambermaid-standing-hotel-bedroom_23-2148033269.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Standard Room",
|
||||
price: "From ₦50,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-positive-guy-tourist-showing-peace-sign-summer-vacation-enjoying-tropical-holidays_1258-173867.jpg?_wi=1",
|
||||
},
|
||||
id: "6", name: "Standard Room", price: "From ₦50,000", imageSrc: "http://img.b2bpic.net/free-photo/handsome-positive-guy-tourist-showing-peace-sign-summer-vacation-enjoying-tropical-holidays_1258-173867.jpg"},
|
||||
]}
|
||||
title="Rooms & Suites"
|
||||
description="Indulge in our exquisite collection of suites designed to provide maximum comfort and luxury."
|
||||
@@ -225,45 +139,22 @@ export default function LandingPage() {
|
||||
|
||||
<div id="facilities" data-section="facilities">
|
||||
<FeatureCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Swimming Pool",
|
||||
description: "Relax in our beautiful, clean outdoor pool.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897790-pdux50e4.jpg?_wi=4",
|
||||
imageAlt: "Pool",
|
||||
},
|
||||
title: "Swimming Pool", description: "Relax in our beautiful, clean outdoor pool.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897790-pdux50e4.jpg", imageAlt: "Pool"},
|
||||
{
|
||||
title: "Dining & Bar",
|
||||
description: "Local and continental cuisine and exotic cocktails.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-6r7u9suc.jpg?_wi=3",
|
||||
imageAlt: "Restaurant",
|
||||
},
|
||||
title: "Dining & Bar", description: "Local and continental cuisine and exotic cocktails.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-6r7u9suc.jpg", imageAlt: "Restaurant"},
|
||||
{
|
||||
title: "Conference Hall",
|
||||
description: "State-of-the-art halls for events and business.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-hbvnji7c.jpg?_wi=3",
|
||||
imageAlt: "Halls",
|
||||
},
|
||||
title: "Conference Hall", description: "State-of-the-art halls for events and business.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-hbvnji7c.jpg", imageAlt: "Halls"},
|
||||
{
|
||||
title: "Fitness Center",
|
||||
description: "Modern gym to keep your workout on track.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-0ko7h96s.jpg?_wi=3",
|
||||
imageAlt: "Gym",
|
||||
},
|
||||
title: "Fitness Center", description: "Modern gym to keep your workout on track.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-0ko7h96s.jpg", imageAlt: "Gym"},
|
||||
{
|
||||
title: "Secure Parking",
|
||||
description: "Large and safe parking facilities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-chambermaid-standing-hotel-bedroom_23-2148033269.jpg?_wi=3",
|
||||
imageAlt: "Parking",
|
||||
},
|
||||
title: "Secure Parking", description: "Large and safe parking facilities.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-chambermaid-standing-hotel-bedroom_23-2148033269.jpg", imageAlt: "Parking"},
|
||||
{
|
||||
title: "Business Lounge",
|
||||
description: "Quiet spaces for business meetings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-positive-guy-tourist-showing-peace-sign-summer-vacation-enjoying-tropical-holidays_1258-173867.jpg?_wi=2",
|
||||
imageAlt: "Lounge",
|
||||
},
|
||||
title: "Business Lounge", description: "Quiet spaces for business meetings.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-positive-guy-tourist-showing-peace-sign-summer-vacation-enjoying-tropical-holidays_1258-173867.jpg", imageAlt: "Lounge"},
|
||||
]}
|
||||
title="Amenities & Facilities"
|
||||
description="Everything you need for an unforgettable stay in Kaduna."
|
||||
@@ -277,50 +168,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
title: "Corporate Meetings",
|
||||
price: "Book Now",
|
||||
period: "Daily",
|
||||
features: [
|
||||
"High-speed Wi-Fi",
|
||||
"Audio/Visual Equipment",
|
||||
"Catering services",
|
||||
],
|
||||
id: "p1", title: "Corporate Meetings", price: "Book Now", period: "Daily", features: [
|
||||
"High-speed Wi-Fi", "Audio/Visual Equipment", "Catering services"],
|
||||
button: {
|
||||
text: "Contact for Rates",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-hbvnji7c.jpg?_wi=4",
|
||||
},
|
||||
text: "Contact for Rates"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-hbvnji7c.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
title: "Weddings & Galas",
|
||||
price: "Book Now",
|
||||
period: "Daily",
|
||||
features: [
|
||||
"Grand Banquet Hall",
|
||||
"Custom Decor",
|
||||
"Full Event Coordination",
|
||||
],
|
||||
id: "p2", title: "Weddings & Galas", price: "Book Now", period: "Daily", features: [
|
||||
"Grand Banquet Hall", "Custom Decor", "Full Event Coordination"],
|
||||
button: {
|
||||
text: "Contact for Rates",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-0ko7h96s.jpg?_wi=4",
|
||||
},
|
||||
text: "Contact for Rates"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-0ko7h96s.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
title: "Workshops & Seminars",
|
||||
price: "Book Now",
|
||||
period: "Daily",
|
||||
features: [
|
||||
"Breakout rooms",
|
||||
"Projectors",
|
||||
"Coffee breaks",
|
||||
],
|
||||
id: "p3", title: "Workshops & Seminars", price: "Book Now", period: "Daily", features: [
|
||||
"Breakout rooms", "Projectors", "Coffee breaks"],
|
||||
button: {
|
||||
text: "Contact for Rates",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897790-pdux50e4.jpg?_wi=5",
|
||||
},
|
||||
text: "Contact for Rates"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897790-pdux50e4.jpg"},
|
||||
]}
|
||||
title="Conference & Events"
|
||||
description="Host your landmark weddings, corporate seminars, and conferences at Hamdala."
|
||||
@@ -332,9 +196,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Restaurant & Relaxation"
|
||||
description={[
|
||||
"Delight your senses at our signature restaurant, where local flavors meet international culinary excellence. Whether it's a romantic dinner or a quick business lunch, our kitchen delivers perfection.",
|
||||
"Unwind at our bar or enjoy the peaceful atmosphere of our garden relaxation areas. We serve the perfect cocktail to end your evening.",
|
||||
]}
|
||||
"Delight your senses at our signature restaurant, where local flavors meet international culinary excellence. Whether it's a romantic dinner or a quick business lunch, our kitchen delivers perfection.", "Unwind at our bar or enjoy the peaceful atmosphere of our garden relaxation areas. We serve the perfect cocktail to end your evening."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -345,41 +207,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Lobby Entrance",
|
||||
description: "The welcoming gateway to luxury.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897790-pdux50e4.jpg?_wi=6",
|
||||
imageAlt: "Lobby",
|
||||
},
|
||||
title: "Lobby Entrance", description: "The welcoming gateway to luxury.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897790-pdux50e4.jpg", imageAlt: "Lobby"},
|
||||
{
|
||||
title: "Poolside View",
|
||||
description: "Relaxation under the sun.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-6r7u9suc.jpg?_wi=4",
|
||||
imageAlt: "Pool",
|
||||
},
|
||||
title: "Poolside View", description: "Relaxation under the sun.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-6r7u9suc.jpg", imageAlt: "Pool"},
|
||||
{
|
||||
title: "Suite Decor",
|
||||
description: "Designed for maximum comfort.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-hbvnji7c.jpg?_wi=5",
|
||||
imageAlt: "Suite",
|
||||
},
|
||||
title: "Suite Decor", description: "Designed for maximum comfort.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-hbvnji7c.jpg", imageAlt: "Suite"},
|
||||
{
|
||||
title: "Garden Relaxation",
|
||||
description: "Serene green spaces.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-0ko7h96s.jpg?_wi=5",
|
||||
imageAlt: "Garden",
|
||||
},
|
||||
title: "Garden Relaxation", description: "Serene green spaces.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dfg9aFNqbg36QKF2aMwoompRMC/uploaded-1778684897791-0ko7h96s.jpg", imageAlt: "Garden"},
|
||||
{
|
||||
title: "Restaurant Interior",
|
||||
description: "Fine dining at its best.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-chambermaid-standing-hotel-bedroom_23-2148033269.jpg?_wi=4",
|
||||
imageAlt: "Dining",
|
||||
},
|
||||
title: "Restaurant Interior", description: "Fine dining at its best.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-chambermaid-standing-hotel-bedroom_23-2148033269.jpg", imageAlt: "Dining"},
|
||||
{
|
||||
title: "Event Hall",
|
||||
description: "Spacious and modern events.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-positive-guy-tourist-showing-peace-sign-summer-vacation-enjoying-tropical-holidays_1258-173867.jpg?_wi=3",
|
||||
imageAlt: "Events",
|
||||
},
|
||||
title: "Event Hall", description: "Spacious and modern events.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-positive-guy-tourist-showing-peace-sign-summer-vacation-enjoying-tropical-holidays_1258-173867.jpg", imageAlt: "Events"},
|
||||
]}
|
||||
title="Gallery Highlights"
|
||||
description="A glimpse into our luxurious spaces and grounds."
|
||||
@@ -394,45 +232,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Aminu",
|
||||
role: "Corporate Guest",
|
||||
company: "Global Tech",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-chambermaid-standing-hotel-bedroom_23-2148033269.jpg?_wi=5",
|
||||
},
|
||||
id: "1", name: "Dr. Aminu", role: "Corporate Guest", company: "Global Tech", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-chambermaid-standing-hotel-bedroom_23-2148033269.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah O.",
|
||||
role: "Traveler",
|
||||
company: "Independent",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-positive-guy-tourist-showing-peace-sign-summer-vacation-enjoying-tropical-holidays_1258-173867.jpg?_wi=4",
|
||||
},
|
||||
id: "2", name: "Sarah O.", role: "Traveler", company: "Independent", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-positive-guy-tourist-showing-peace-sign-summer-vacation-enjoying-tropical-holidays_1258-173867.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David M.",
|
||||
role: "Executive",
|
||||
company: "LogisticsCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-front-desk-receptionist-luxury-resort-checking-visitors-passports-before-registration-asian-visitor-sipping-coffee-modern-waiting-lounge-ready-make-reservation-modern-hotel_482257-68060.jpg",
|
||||
},
|
||||
id: "3", name: "David M.", role: "Executive", company: "LogisticsCo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-front-desk-receptionist-luxury-resort-checking-visitors-passports-before-registration-asian-visitor-sipping-coffee-modern-waiting-lounge-ready-make-reservation-modern-hotel_482257-68060.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Joy K.",
|
||||
role: "Event Planner",
|
||||
company: "WeddingPlanners",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-hipster-man-with-beard-smiling-laughing_176420-12167.jpg",
|
||||
},
|
||||
id: "4", name: "Joy K.", role: "Event Planner", company: "WeddingPlanners", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-hipster-man-with-beard-smiling-laughing_176420-12167.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "John B.",
|
||||
role: "Tourist",
|
||||
company: "Adventure",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg",
|
||||
},
|
||||
id: "5", name: "John B.", role: "Tourist", company: "Adventure", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg"},
|
||||
]}
|
||||
title="Guest Testimonials"
|
||||
description="What our esteemed guests say about their experience with Hamdala Hotel."
|
||||
@@ -443,8 +256,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Get in Touch"
|
||||
description="We are located at 26 Muhammadu Buhari Way, Kaduna, Nigeria. Feel free to reach out via email, phone, or WhatsApp for reservations."
|
||||
tag="Contact"
|
||||
@@ -455,46 +267,29 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Rooms",
|
||||
href: "#rooms",
|
||||
},
|
||||
label: "Rooms", href: "#rooms"},
|
||||
{
|
||||
label: "Events",
|
||||
href: "#events",
|
||||
},
|
||||
label: "Events", href: "#events"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/234...",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/234..."},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
label: "Twitter", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user