Merge version_1 into main #2
@@ -11,7 +11,7 @@ import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { Briefcase, Building2, Clock, Crown, Dumbbell, HelpCircle, Key, Shield, Sparkles, Star, UtensilsCrossed, Waves, Wifi, Zap } from "lucide-react";
|
||||
import { Briefcase, Building2, Clock, Crown, Dumbbell, HelpCircle, Key, Shield, Sparkles, Star, UtensilsCrossed, Waves, Wifi, Zap, Car } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
<HeroBillboardGallery
|
||||
title="Experience Luxury, Comfort & Privacy in the Heart of Abuja"
|
||||
description="Premium serviced apartments designed for business and leisure travelers. World-class amenities, exceptional service, and unparalleled convenience in Nigeria's most prestigious business district."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="5-Star Luxury"
|
||||
tagIcon={Crown}
|
||||
tagAnimation="slide-up"
|
||||
@@ -60,7 +60,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chair-front-businesswoman-sitting-caf_23-2147876643.jpg", imageAlt: "Conference and business facilities"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", imageAlt: "Executive suite living area"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Executive suite living area"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -118,7 +118,7 @@ export default function LandingPage() {
|
||||
id: "2-bedroom", name: "2-Bedroom Apartment", price: "From ₦1,200,000/night", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", imageAlt: "2-Bedroom Apartment"
|
||||
},
|
||||
{
|
||||
id: "executive", name: "Executive Suite", price: "From ₦1,500,000/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Executive Suite"
|
||||
id: "executive", name: "Executive Suite", price: "From ₦1,500,000/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Executive Suite"
|
||||
},
|
||||
{
|
||||
id: "penthouse", name: "Presidential Penthouse", price: "From ₦2,500,000/night", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg", imageAlt: "Presidential Penthouse"
|
||||
@@ -154,6 +154,10 @@ export default function LandingPage() {
|
||||
icon: Wifi,
|
||||
title: "High-Speed WiFi", description: "Ultra-fast complimentary WiFi throughout all facilities"
|
||||
},
|
||||
{
|
||||
icon: Car,
|
||||
title: "Secure Parking", description: "Underground parking with 24/7 security and vehicle maintenance"
|
||||
},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "24/7 Security", description: "Advanced CCTV, professional security team, and emergency response"
|
||||
|
||||
Reference in New Issue
Block a user