Merge version_1 into main #2
413
src/app/page.tsx
413
src/app/page.tsx
@@ -32,37 +32,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Apartments",
|
||||
id: "#apartments",
|
||||
},
|
||||
name: "Apartments", id: "#apartments"},
|
||||
{
|
||||
name: "Amenities",
|
||||
id: "#amenities",
|
||||
},
|
||||
name: "Amenities", id: "#amenities"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ifn5jv"
|
||||
logoAlt="4th Manor Logo"
|
||||
brandName="4th Manor"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -71,118 +57,66 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Luxury Shortlet Apartments in Lekki Phase 1"
|
||||
description="Experience comfort, security, and exceptional hospitality in the heart of Lagos. We offer a Prime Lekki Location, Luxury Furnished Apartments, and Exceptional Customer Service. Book directly for the best experience."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Prime Location",
|
||||
handle: "Lekki Phase 1",
|
||||
testimonial: "Strategically located close to premium amenities and business hubs in Lagos.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-black-woman-smile-camera_197531-33139.jpg?_wi=1",
|
||||
imageAlt: "professional diverse woman smiling",
|
||||
},
|
||||
name: "Prime Location", handle: "Lekki Phase 1", testimonial: "Strategically located close to premium amenities and business hubs in Lagos.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-black-woman-smile-camera_197531-33139.jpg", imageAlt: "professional diverse woman smiling"},
|
||||
{
|
||||
name: "5-Star Guest Reviews",
|
||||
handle: "Verified Stays",
|
||||
testimonial: "Consistently rated 5-stars by our happy guests for unparalleled comfort and service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=1",
|
||||
imageAlt: "professional diverse woman smiling",
|
||||
},
|
||||
name: "5-Star Guest Reviews", handle: "Verified Stays", testimonial: "Consistently rated 5-stars by our happy guests for unparalleled comfort and service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg", imageAlt: "professional diverse woman smiling"},
|
||||
{
|
||||
name: "Luxury Furnished",
|
||||
handle: "Elegant Interiors",
|
||||
testimonial: "Each apartment is meticulously designed and furnished to the highest standards of luxury.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg?_wi=1",
|
||||
imageAlt: "professional diverse woman smiling",
|
||||
},
|
||||
name: "Luxury Furnished", handle: "Elegant Interiors", testimonial: "Each apartment is meticulously designed and furnished to the highest standards of luxury.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", imageAlt: "professional diverse woman smiling"},
|
||||
{
|
||||
name: "Seamless Experience",
|
||||
handle: "Effortless Living",
|
||||
testimonial: "From check-in to check-out, every detail is handled with precision for a truly seamless stay.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-standing-with-coffee-busy-street-smiling-camera_1258-123421.jpg?_wi=1",
|
||||
imageAlt: "professional diverse woman smiling",
|
||||
},
|
||||
name: "Seamless Experience", handle: "Effortless Living", testimonial: "From check-in to check-out, every detail is handled with precision for a truly seamless stay.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-standing-with-coffee-busy-street-smiling-camera_1258-123421.jpg", imageAlt: "professional diverse woman smiling"},
|
||||
{
|
||||
name: "Unmatched Privacy",
|
||||
handle: "Your Private Oasis",
|
||||
testimonial: "Enjoy discreet service and a private retreat, perfect for relaxation or focused work.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1",
|
||||
imageAlt: "professional diverse woman smiling",
|
||||
},
|
||||
name: "Unmatched Privacy", handle: "Your Private Oasis", testimonial: "Enjoy discreet service and a private retreat, perfect for relaxation or focused work.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "professional diverse woman smiling"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+2347025005616",
|
||||
},
|
||||
text: "Call Now", href: "tel:+2347025005616"},
|
||||
{
|
||||
text: "Book via WhatsApp",
|
||||
href: "https://wa.me/2347025005616",
|
||||
},
|
||||
text: "Book via WhatsApp", href: "https://wa.me/2347025005616"},
|
||||
{
|
||||
text: "Check Availability",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Check Availability", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg",
|
||||
alt: "Guest avatar 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg", alt: "Guest avatar 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg",
|
||||
alt: "Guest avatar 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", alt: "Guest avatar 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/professional-woman-standing-with-coffee-busy-street-smiling-camera_1258-123421.jpg",
|
||||
alt: "Guest avatar 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/professional-woman-standing-with-coffee-busy-street-smiling-camera_1258-123421.jpg", alt: "Guest avatar 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg",
|
||||
alt: "Guest avatar 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", alt: "Guest avatar 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-manager_1098-15671.jpg",
|
||||
alt: "Fifth guest avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-manager_1098-15671.jpg", alt: "Fifth guest avatar"},
|
||||
]}
|
||||
avatarText="Trusted by hundreds of guests"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg"
|
||||
imageAlt="Luxury apartment living room in Lekki"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "5-Star Rated Stays",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "5-Star Rated Stays", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Prime Lekki Location",
|
||||
icon: MapPin,
|
||||
type: "text-icon", text: "Prime Lekki Location", icon: MapPin,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Luxury Furnished",
|
||||
icon: Home,
|
||||
type: "text-icon", text: "Luxury Furnished", icon: Home,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Exceptional Service",
|
||||
icon: Headphones,
|
||||
type: "text-icon", text: "Exceptional Service", icon: Headphones,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Direct Booking Benefits",
|
||||
icon: Tag,
|
||||
type: "text-icon", text: "Direct Booking Benefits", icon: Tag,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -195,107 +129,59 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Accommodation",
|
||||
description: "Beautifully furnished apartments designed for comfort and relaxation, ensuring a luxurious and serene environment for every guest.",
|
||||
icon: Home,
|
||||
title: "Premium Accommodation", description: "Beautifully furnished apartments designed for comfort and relaxation, ensuring a luxurious and serene environment for every guest.", icon: Home,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-charming-woman-silk-black-jumpsuit-stylish-eyeglasses-sits-brown-big-soft-sofa-ho_197531-33650.jpg",
|
||||
imageAlt: "Luxurious living room interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-charming-woman-silk-black-jumpsuit-stylish-eyeglasses-sits-brown-big-soft-sofa-ho_197531-33650.jpg", imageAlt: "Luxurious living room interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg",
|
||||
imageAlt: "Elegant bedroom suite",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=3",
|
||||
imageAlt: "modern apartment interior living room",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg", imageAlt: "Elegant bedroom suite"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Prime Location",
|
||||
description: "Strategically located in Lekki Phase 1, offering easy access to fine dining, pristine beaches, vibrant shopping centers, and key business districts.",
|
||||
icon: MapPin,
|
||||
title: "Prime Location", description: "Strategically located in Lekki Phase 1, offering easy access to fine dining, pristine beaches, vibrant shopping centers, and key business districts.", icon: MapPin,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/guangzhou-china-jan-7-2015-guangzhou-cbd-view-twilight-view_1137-306.jpg",
|
||||
imageAlt: "Lekki Phase 1 cityscape",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/guangzhou-china-jan-7-2015-guangzhou-cbd-view-twilight-view_1137-306.jpg", imageAlt: "Lekki Phase 1 cityscape"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors_171337-19439.jpg",
|
||||
imageAlt: "Modern building exterior",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-black-woman-smile-camera_197531-33139.jpg?_wi=2",
|
||||
imageAlt: "modern apartment interior living room",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors_171337-19439.jpg", imageAlt: "Modern building exterior"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Exceptional Service",
|
||||
description: "Our friendly, responsive, and highly professional guest support team is dedicated to ensuring a flawless and memorable stay from start to finish.",
|
||||
icon: Star,
|
||||
title: "Exceptional Service", description: "Our friendly, responsive, and highly professional guest support team is dedicated to ensuring a flawless and memorable stay from start to finish.", icon: Star,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517398.jpg",
|
||||
imageAlt: "Customer service representative",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517398.jpg", imageAlt: "Customer service representative"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-woman-entrepreneur-paying-delivery-food-from-restaurant_482257-8130.jpg",
|
||||
imageAlt: "Apartment access card",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg?_wi=2",
|
||||
imageAlt: "modern apartment interior living room",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-woman-entrepreneur-paying-delivery-food-from-restaurant_482257-8130.jpg", imageAlt: "Apartment access card"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Best Available Rates",
|
||||
description: "Unlock exclusive pricing and special offers when you choose to book your luxury shortlet apartment directly through our website.",
|
||||
icon: Tag,
|
||||
title: "Best Available Rates", description: "Unlock exclusive pricing and special offers when you choose to book your luxury shortlet apartment directly through our website.", icon: Tag,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-sale-shopping_23-2150499046.jpg",
|
||||
imageAlt: "Exclusive discount offer",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-sale-shopping_23-2150499046.jpg", imageAlt: "Exclusive discount offer"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-various-turkish-delight-flavors-wooden-board-marble-table_114579-74860.jpg",
|
||||
imageAlt: "Flexible booking options",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-standing-with-coffee-busy-street-smiling-camera_1258-123421.jpg?_wi=2",
|
||||
imageAlt: "modern apartment interior living room",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-various-turkish-delight-flavors-wooden-board-marble-table_114579-74860.jpg", imageAlt: "Flexible booking options"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Faster Check-In",
|
||||
description: "Experience a streamlined and efficient arrival process, designed to get you settled into your luxury accommodation without any delays.",
|
||||
icon: Clock,
|
||||
title: "Faster Check-In", description: "Experience a streamlined and efficient arrival process, designed to get you settled into your luxury accommodation without any delays.", icon: Clock,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-commuter-interacting-with-attendant-check-counter_107420-95794.jpg",
|
||||
imageAlt: "Fast check-in service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-commuter-interacting-with-attendant-check-counter_107420-95794.jpg", imageAlt: "Fast check-in service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-division-staff-member-monitoring-security-incidents_482257-113771.jpg",
|
||||
imageAlt: "Direct communication channels",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2",
|
||||
imageAlt: "modern apartment interior living room",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-division-staff-member-monitoring-security-incidents_482257-113771.jpg", imageAlt: "Direct communication channels"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Direct Communication",
|
||||
description: "Enjoy personalized service and instant support with direct access to our team, ensuring all your needs are met promptly and efficiently.",
|
||||
icon: MessageCircle,
|
||||
title: "Direct Communication", description: "Enjoy personalized service and instant support with direct access to our team, ensuring all your needs are met promptly and efficiently.", icon: MessageCircle,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-participating-online-class_23-2148597962.jpg",
|
||||
imageAlt: "Direct communication channels",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-participating-online-class_23-2148597962.jpg", imageAlt: "Direct communication channels"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffe-cup-energy-refreshment-concept_53876-42978.jpg",
|
||||
imageAlt: "Customer service representative",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-cozy-sofa_7502-9284.jpg?_wi=1",
|
||||
imageAlt: "modern apartment interior living room",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffe-cup-energy-refreshment-concept_53876-42978.jpg", imageAlt: "Customer service representative"},
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Experience Unmatched Comfort & Exclusive Benefits"
|
||||
description="Discover why guests consistently choose 4th Manor for their stay, and the advantages of booking directly with us."
|
||||
@@ -310,53 +196,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Duke Ekezie-Joseph",
|
||||
role: "Business Traveler",
|
||||
company: "Tech Innovator",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-cozy-sofa_7502-9284.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Duke Ekezie-Joseph", role: "Business Traveler", company: "Tech Innovator", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-cozy-sofa_7502-9284.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Chioma Ojimadu",
|
||||
role: "Vacation Guest",
|
||||
company: "Luxury Lifestyle Blogger",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367137.jpg",
|
||||
},
|
||||
id: "2", name: "Chioma Ojimadu", role: "Vacation Guest", company: "Luxury Lifestyle Blogger", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367137.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Adewale Bankole",
|
||||
role: "Corporate Executive",
|
||||
company: "Global Firm",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-female-relaxing-couch-room-with-books-stands_613910-8853.jpg",
|
||||
},
|
||||
id: "3", name: "Adewale Bankole", role: "Corporate Executive", company: "Global Firm", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-female-relaxing-couch-room-with-books-stands_613910-8853.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Nneka Okoro",
|
||||
role: "Remote Worker",
|
||||
company: "Startup Hub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-resting-relaxing-sitting-cafe-smiling-drinking-coffee_176420-12323.jpg",
|
||||
},
|
||||
id: "4", name: "Nneka Okoro", role: "Remote Worker", company: "Startup Hub", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-resting-relaxing-sitting-cafe-smiling-drinking-coffee_176420-12323.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chinedu Obasi",
|
||||
role: "Event Attendee",
|
||||
company: "Event Planner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/relaxed-businessman-sitting-bed-besides-luggage-bag_1163-5498.jpg",
|
||||
},
|
||||
id: "5", name: "Chinedu Obasi", role: "Event Attendee", company: "Event Planner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/relaxed-businessman-sitting-bed-besides-luggage-bag_1163-5498.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Funke Adebayo",
|
||||
role: "Tourist",
|
||||
company: "Explorer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6777.jpg",
|
||||
},
|
||||
id: "6", name: "Funke Adebayo", role: "Tourist", company: "Explorer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6777.jpg"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Discover why 4th Manor is consistently rated 5-stars. Your satisfaction is our guarantee through verified guest experiences."
|
||||
@@ -371,47 +227,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "The Executive Suite",
|
||||
price: "Inquire for Rates",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-cute-woman-enjoying-free-time-home_7502-7293.jpg",
|
||||
imageAlt: "Executive suite living room",
|
||||
},
|
||||
id: "1", name: "The Executive Suite", price: "Inquire for Rates", imageSrc: "http://img.b2bpic.net/free-photo/smiling-cute-woman-enjoying-free-time-home_7502-7293.jpg", imageAlt: "Executive suite living room"},
|
||||
{
|
||||
id: "2",
|
||||
name: "The Grand Residence",
|
||||
price: "Inquire for Rates",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/valentine-s-day-14th-february-vector_53876-79074.jpg",
|
||||
imageAlt: "Grand residence bedroom",
|
||||
},
|
||||
id: "2", name: "The Grand Residence", price: "Inquire for Rates", imageSrc: "http://img.b2bpic.net/free-vector/valentine-s-day-14th-february-vector_53876-79074.jpg", imageAlt: "Grand residence bedroom"},
|
||||
{
|
||||
id: "3",
|
||||
name: "The Modern Loft",
|
||||
price: "Inquire for Rates",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263606.jpg",
|
||||
imageAlt: "Modern loft dining area",
|
||||
},
|
||||
id: "3", name: "The Modern Loft", price: "Inquire for Rates", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263606.jpg", imageAlt: "Modern loft dining area"},
|
||||
{
|
||||
id: "4",
|
||||
name: "The Penthouse Retreat",
|
||||
price: "Inquire for Rates",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-smiling-caucasian-woman-traveller-fitting-dress-sunglasses-high-floor-bangkok_343596-1438.jpg",
|
||||
imageAlt: "Penthouse terrace view",
|
||||
},
|
||||
id: "4", name: "The Penthouse Retreat", price: "Inquire for Rates", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-smiling-caucasian-woman-traveller-fitting-dress-sunglasses-high-floor-bangkok_343596-1438.jpg", imageAlt: "Penthouse terrace view"},
|
||||
{
|
||||
id: "5",
|
||||
name: "The Serene Studio",
|
||||
price: "Inquire for Rates",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899459.jpg",
|
||||
imageAlt: "Serene studio bedroom",
|
||||
},
|
||||
id: "5", name: "The Serene Studio", price: "Inquire for Rates", imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899459.jpg", imageAlt: "Serene studio bedroom"},
|
||||
{
|
||||
id: "6",
|
||||
name: "The Family Oasis",
|
||||
price: "Inquire for Rates",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg",
|
||||
imageAlt: "Family oasis kitchen",
|
||||
},
|
||||
id: "6", name: "The Family Oasis", price: "Inquire for Rates", imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg", imageAlt: "Family oasis kitchen"},
|
||||
]}
|
||||
title="Our Luxury Apartments"
|
||||
description="Explore our exquisite collection of shortlet apartments, meticulously designed for ultimate comfort and style in Lekki Phase 1."
|
||||
@@ -425,54 +251,34 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Wifi,
|
||||
label: "Fast WiFi",
|
||||
value: "Included",
|
||||
},
|
||||
label: "Fast WiFi", value: "Included"},
|
||||
{
|
||||
icon: Tv,
|
||||
label: "Smart TV",
|
||||
value: "Entertainment",
|
||||
},
|
||||
label: "Smart TV", value: "Entertainment"},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Air Conditioning",
|
||||
value: "Comfort",
|
||||
},
|
||||
label: "Air Conditioning", value: "Comfort"},
|
||||
{
|
||||
icon: CookingPot,
|
||||
label: "Equipped Kitchen",
|
||||
value: "Full Access",
|
||||
},
|
||||
label: "Equipped Kitchen", value: "Full Access"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Housekeeping",
|
||||
value: "Regular",
|
||||
},
|
||||
label: "Housekeeping", value: "Regular"},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "Secure Environment",
|
||||
value: "24/7",
|
||||
},
|
||||
label: "Secure Environment", value: "24/7"},
|
||||
{
|
||||
icon: Home,
|
||||
label: "Premium Bedding",
|
||||
value: "Luxury",
|
||||
},
|
||||
label: "Premium Bedding", value: "Luxury"},
|
||||
{
|
||||
icon: Headphones,
|
||||
label: "24/7 Support",
|
||||
value: "Dedicated",
|
||||
},
|
||||
label: "24/7 Support", value: "Dedicated"},
|
||||
{
|
||||
icon: Car,
|
||||
label: "Parking Space",
|
||||
value: "Available",
|
||||
},
|
||||
label: "Parking Space", value: "Available"},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
label: "Backup Power",
|
||||
value: "Guaranteed",
|
||||
},
|
||||
label: "Backup Power", value: "Guaranteed"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -483,35 +289,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I book?",
|
||||
content: "You can book by calling us directly at 0702 500 5616, sending a WhatsApp message, or by submitting an inquiry through our 'Check Availability' form.",
|
||||
},
|
||||
id: "1", title: "How do I book?", content: "You can book by calling us directly at 0702 500 5616, sending a WhatsApp message, or by submitting an inquiry through our 'Check Availability' form."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long can I stay?",
|
||||
content: "We offer flexible short-term rental options, from a few days to several weeks or months, depending on your needs. Please contact us to discuss your specific duration requirements.",
|
||||
},
|
||||
id: "2", title: "How long can I stay?", content: "We offer flexible short-term rental options, from a few days to several weeks or months, depending on your needs. Please contact us to discuss your specific duration requirements."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are the apartments exactly as shown?",
|
||||
content: "Yes, we pride ourselves on transparency. Our apartments are meticulously maintained and presented exactly as depicted in the professional images on our website. What you see is what you get.",
|
||||
},
|
||||
id: "3", title: "Are the apartments exactly as shown?", content: "Yes, we pride ourselves on transparency. Our apartments are meticulously maintained and presented exactly as depicted in the professional images on our website. What you see is what you get."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept various secure payment methods, including bank transfers and major credit/debit cards. Details will be provided upon booking confirmation.",
|
||||
},
|
||||
id: "4", title: "What payment methods do you accept?", content: "We accept various secure payment methods, including bank transfers and major credit/debit cards. Details will be provided upon booking confirmation."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Is housekeeping included?",
|
||||
content: "Yes, regular housekeeping services are included in your stay to ensure your apartment remains pristine and comfortable throughout your visit.",
|
||||
},
|
||||
id: "5", title: "Is housekeeping included?", content: "Yes, regular housekeeping services are included in your stay to ensure your apartment remains pristine and comfortable throughout your visit."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What time is check-in and check-out?",
|
||||
content: "Standard check-in is from 3:00 PM and check-out is by 11:00 AM. We can often accommodate early check-in or late check-out requests based on availability, please inquire in advance.",
|
||||
},
|
||||
id: "6", title: "What time is check-in and check-out?", content: "Standard check-in is from 3:00 PM and check-out is by 11:00 AM. We can often accommodate early check-in or late check-out requests based on availability, please inquire in advance."},
|
||||
]}
|
||||
sideTitle="Your Questions, Answered"
|
||||
sideDescription="Find quick answers to common questions about booking, amenities, and your stay at 4th Manor. If you don't find what you're looking for, feel free to contact us directly."
|
||||
@@ -524,8 +312,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Ready to Book?"
|
||||
title="Your Luxury Stay In Lagos Starts Here"
|
||||
description="Speak with our team today and secure your preferred apartment. Book directly with 4th Manor and enjoy a seamless hospitality experience. Call us at 0702 500 5616 or WhatsApp us for instant booking inquiries."
|
||||
@@ -548,24 +335,16 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:+2347025005616",
|
||||
ariaLabel: "Phone Number",
|
||||
},
|
||||
href: "tel:+2347025005616", ariaLabel: "Phone Number"},
|
||||
{
|
||||
icon: MessageCircle,
|
||||
href: "https://wa.me/2347025005616",
|
||||
ariaLabel: "WhatsApp",
|
||||
},
|
||||
href: "https://wa.me/2347025005616", ariaLabel: "WhatsApp"},
|
||||
{
|
||||
icon: MapPin,
|
||||
href: "https://www.google.com/maps/search/17+Olubunmi+Owa+Street,+Off+Admiralty+Way,+Lekki+Phase+1,+Lagos,+Nigeria",
|
||||
ariaLabel: "Google Maps",
|
||||
},
|
||||
href: "https://www.google.com/maps/search/17+Olubunmi+Owa+Street,+Off+Admiralty+Way,+Lekki+Phase+1,+Lagos,+Nigeria", ariaLabel: "Google Maps"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user