Update src/app/page.tsx

This commit is contained in:
2026-05-13 15:18:37 +00:00
parent ee3c722e7b
commit d9642ba995

View File

@@ -101,12 +101,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
{ id: "1", name: "Executive Suite", price: "From ₦85,000" },
{ id: "2", name: "VIP Suite", price: "From ₦120,000" },
{ id: "3", name: "Presidential Suite", price: "From ₦250,000" },
{ id: "4", name: "Studio Suite", price: "From ₦65,000" },
{ id: "5", name: "Family Room", price: "From ₦95,000" },
{ id: "6", name: "Standard Room", price: "From ₦50,000" },
{ id: "1", name: "Executive Suite", price: "From ₦85,000", imageSrc: "https://images.unsplash.com/photo-1590490360175-927521798547?auto=format&fit=crop&q=80&w=800" },
{ id: "2", name: "VIP Suite", price: "From ₦120,000", imageSrc: "https://images.unsplash.com/photo-1611892440504-42a792e24a73?auto=format&fit=crop&q=80&w=800" },
{ id: "3", name: "Presidential Suite", price: "From ₦250,000", imageSrc: "https://images.unsplash.com/photo-1582719478250-c89cae4dc85b?auto=format&fit=crop&q=80&w=800" },
{ id: "4", name: "Studio Suite", price: "From ₦65,000", imageSrc: "https://images.unsplash.com/photo-1578683010236-d716f9a3f461?auto=format&fit=crop&q=80&w=800" },
{ id: "5", name: "Family Room", price: "From ₦95,000", imageSrc: "https://images.unsplash.com/photo-1595576508898-0ad5c873a061?auto=format&fit=crop&q=80&w=800" },
{ id: "6", name: "Standard Room", price: "From ₦50,000", imageSrc: "https://images.unsplash.com/photo-1566665797739-1674de7a421a?auto=format&fit=crop&q=80&w=800" },
]}
title="Rooms & Suites"
description="Indulge in our exquisite collection of suites designed to provide maximum comfort and luxury."
@@ -119,12 +119,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Swimming Pool", description: "Relax in our beautiful, clean outdoor pool." },
{ title: "Dining & Bar", description: "Local and continental cuisine and exotic cocktails." },
{ title: "Conference Hall", description: "State-of-the-art halls for events and business." },
{ title: "Fitness Center", description: "Modern gym to keep your workout on track." },
{ title: "Secure Parking", description: "Large and safe parking facilities." },
{ title: "Business Lounge", description: "Quiet spaces for business meetings." },
{ title: "Swimming Pool", description: "Relax in our beautiful, clean outdoor pool.", imageSrc: "https://images.unsplash.com/photo-1576013551627-0cc20b96c2a7?auto=format&fit=crop&q=80&w=800" },
{ title: "Dining & Bar", description: "Local and continental cuisine and exotic cocktails.", imageSrc: "https://images.unsplash.com/photo-1559339352-11d035aa65de?auto=format&fit=crop&q=80&w=800" },
{ title: "Conference Hall", description: "State-of-the-art halls for events and business.", imageSrc: "https://images.unsplash.com/photo-1505373877841-8d25f7d46678?auto=format&fit=crop&q=80&w=800" },
{ title: "Fitness Center", description: "Modern gym to keep your workout on track.", imageSrc: "https://images.unsplash.com/photo-1534438327276-14e5300c3a48?auto=format&fit=crop&q=80&w=800" },
{ title: "Secure Parking", description: "Large and safe parking facilities.", imageSrc: "https://images.unsplash.com/photo-1506521781263-d8422e82f27a?auto=format&fit=crop&q=80&w=800" },
{ title: "Business Lounge", description: "Quiet spaces for business meetings.", imageSrc: "https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&q=80&w=800" },
]}
title="Amenities & Facilities"
description="Everything you need for an unforgettable stay in Kaduna."
@@ -173,12 +173,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Lobby Entrance", description: "The welcoming gateway to luxury." },
{ title: "Poolside View", description: "Relaxation under the sun." },
{ title: "Suite Decor", description: "Designed for maximum comfort." },
{ title: "Garden Relaxation", description: "Serene green spaces." },
{ title: "Restaurant Interior", description: "Fine dining at its best." },
{ title: "Event Hall", description: "Spacious and modern events." },
{ title: "Lobby Entrance", description: "The welcoming gateway to luxury.", imageSrc: "https://images.unsplash.com/photo-1542314831-068cd1dbfeeb?auto=format&fit=crop&q=80&w=800" },
{ title: "Poolside View", description: "Relaxation under the sun.", imageSrc: "https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&q=80&w=800" },
{ title: "Suite Decor", description: "Designed for maximum comfort.", imageSrc: "https://images.unsplash.com/photo-1582719478250-c89cae4dc85b?auto=format&fit=crop&q=80&w=800" },
{ title: "Garden Relaxation", description: "Serene green spaces.", imageSrc: "https://images.unsplash.com/photo-1506521781263-d8422e82f27a?auto=format&fit=crop&q=80&w=800" },
{ title: "Restaurant Interior", description: "Fine dining at its best.", imageSrc: "https://images.unsplash.com/photo-1559339352-11d035aa65de?auto=format&fit=crop&q=80&w=800" },
{ title: "Event Hall", description: "Spacious and modern events.", imageSrc: "https://images.unsplash.com/photo-1505373877841-8d25f7d46678?auto=format&fit=crop&q=80&w=800" },
]}
title="Gallery Highlights"
description="A glimpse into our luxurious spaces and grounds."