diff --git a/src/app/page.tsx b/src/app/page.tsx index fcbfc12..768b7ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Bed, Briefcase, Shield, Tv, Wifi, Shower } from "lucide-react"; +import { Bed, Briefcase, Shield, Tv, Wifi, Droplets } from "lucide-react"; export default function LandingPage() { return ( @@ -31,14 +31,10 @@ export default function LandingPage() {
@@ -75,12 +64,9 @@ export default function LandingPage() { title="The Sanctuary Pivot" description="We recontextualize the Kariakoo energy into an exclusive urban oasis. Our double-glazed acoustic suites and VIP arrival protocols ensure your stay remains a whisper-quiet luxury experience above the marketplace." metrics={[ - { - value: "100%", title: "Sound Isolation"}, - { - value: "24/7", title: "Concierge Assist"}, - { - value: "VIP", title: "Arrival Protocol"}, + { value: "100%", title: "Sound Isolation" }, + { value: "24/7", title: "Concierge Assist" }, + { value: "VIP", title: "Arrival Protocol" } ]} imageSrc="http://img.b2bpic.net/free-photo/modern-stairs-with-glass-handrail_1127-2203.jpg" imageAlt="Soundproof Suite" @@ -97,30 +83,18 @@ export default function LandingPage() { features={[ { title: "The Diamond Suite", description: "From $120/night. Plush, hyper-clean linens, ambient lighting, and high-pressure rain showers.", bentoComponent: "3d-stack-cards", items: [ - { - icon: Bed, - title: "Plush Linen", subtitle: "Ultra Clean", detail: "Premium Comfort"}, - { - icon: Tv, - title: "Entertainment", subtitle: "Smart Hub", detail: "Dar's Premier View"}, - { - icon: Shower, - title: "Rain Shower", subtitle: "High Pressure", detail: "Rejuvenating Experience"}, + { icon: Bed, title: "Plush Linen", subtitle: "Ultra Clean", detail: "Premium Comfort" }, + { icon: Tv, title: "Entertainment", subtitle: "Smart Hub", detail: "Dar's Premier View" }, + { icon: Droplets, title: "Rain Shower", subtitle: "High Pressure", detail: "Rejuvenating Experience" } ] }, { title: "Executive Sanctuary", description: "From $150/night. Dedicated workspace, uninterrupted high-speed Wi-Fi, and soundproofed layout.", bentoComponent: "3d-stack-cards", items: [ - { - icon: Wifi, - title: "Connectivity", subtitle: "Uninterrupted", detail: "High-speed Business Wi-Fi"}, - { - icon: Briefcase, - title: "Workspace", subtitle: "Dedicated", detail: "Flawless Productivity"}, - { - icon: Shield, - title: "Sanctuary", subtitle: "Soundproof", detail: "Total Focus"}, + { icon: Wifi, title: "Connectivity", subtitle: "Uninterrupted", detail: "High-speed Business Wi-Fi" }, + { icon: Briefcase, title: "Workspace", subtitle: "Dedicated", detail: "Flawless Productivity" }, + { icon: Shield, title: "Sanctuary", subtitle: "Soundproof", detail: "Total Focus" } ] - }, + } ]} title="Our Accommodations" description="Designed for global business and luxury travelers seeking a flawless base of operations in Dar." @@ -134,29 +108,17 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "amenity-1", badge: "Included", price: "VIP Transit", subtitle: "Arrival Protocol", features: [ - "Motorbike Luggage Escort", "Perimeter Meet & Greet", "Arrival Anxiety Relief"], - buttons: [ - { - text: "Learn More", href: "#"}, - ], + id: "amenity-1", badge: "Included", price: "VIP Transit", subtitle: "Arrival Protocol", features: ["Motorbike Luggage Escort", "Perimeter Meet & Greet", "Arrival Anxiety Relief"], + buttons: [{ text: "Learn More", href: "#" }] }, { - id: "amenity-2", badge: "Exclusive", price: "Elite Concierge", subtitle: "Management Services", features: [ - "English Speaking Concierge", "Pristine Deep Cleaning", "24/7 Support"], - buttons: [ - { - text: "Book Now", href: "#contact"}, - ], + id: "amenity-2", badge: "Exclusive", price: "Elite Concierge", subtitle: "Management Services", features: ["English Speaking Concierge", "Pristine Deep Cleaning", "24/7 Support"], + buttons: [{ text: "Book Now", href: "#contact" }] }, { - id: "amenity-3", badge: "Standard", price: "High Tech", subtitle: "Entertainment Hub", features: [ - "Smart TV Hub", "High-speed Reliable Wi-Fi", "Climate Control"], - buttons: [ - { - text: "Learn More", href: "#"}, - ], - }, + id: "amenity-3", badge: "Standard", price: "High Tech", subtitle: "Entertainment Hub", features: ["Smart TV Hub", "High-speed Reliable Wi-Fi", "Climate Control"], + buttons: [{ text: "Learn More", href: "#" }] + } ]} title="Elite Amenities" description="Every aspect of the Mazola Diamond Hotel experience is curated to ensure absolute comfort." @@ -167,16 +129,11 @@ export default function LandingPage() {