Merge version_1 into main #2
365
src/app/page.tsx
365
src/app/page.tsx
@@ -13,7 +13,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Award, Building, Coffee, Crown, Sparkles, Users, Utensils, Wifi } from "lucide-react";
|
||||
import { Award, Building, Coffee, Crown, Sparkles, Users, Utensils, Wifi, BedDouble, LampDesk, Martini, ChefHat, CandlestickChart } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,45 +34,27 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Facilities",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Facilities", id: "#features"},
|
||||
{
|
||||
name: "Rooms",
|
||||
id: "#rooms",
|
||||
},
|
||||
name: "Rooms", id: "#rooms"},
|
||||
{
|
||||
name: "Events",
|
||||
id: "#events",
|
||||
},
|
||||
name: "Events", id: "#events"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reviews", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/woman-choosing-soap-bottle-bathroom-interior-market_169016-48911.jpg"
|
||||
logoAlt="Capital O Hotel Logo"
|
||||
brandName="Capital O Hotel"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -82,39 +64,23 @@ export default function LandingPage() {
|
||||
description="Experience unparalleled luxury and comfort at our exquisite hotel and banquet hall, where every detail is crafted for your perfect stay and memorable events."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Room",
|
||||
href: "#rooms",
|
||||
},
|
||||
text: "Book a Room", href: "#rooms"},
|
||||
{
|
||||
text: "Plan Your Event",
|
||||
href: "#events",
|
||||
},
|
||||
text: "Plan Your Event", href: "#events"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=1",
|
||||
imageAlt: "Luxurious hotel lobby with grand chandeliers",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg", imageAlt: "Luxurious hotel lobby with grand chandeliers"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lit-lamp-beside-bed_1203-634.jpg?_wi=1",
|
||||
imageAlt: "Elegant hotel room with a comfortable king-size bed",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lit-lamp-beside-bed_1203-634.jpg", imageAlt: "Elegant hotel room with a comfortable king-size bed"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-hall-with-elegant-table-setting-with-candles_181624-16776.jpg",
|
||||
imageAlt: "Grand banquet hall set up for a wedding reception",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-hall-with-elegant-table-setting-with-candles_181624-16776.jpg", imageAlt: "Grand banquet hall set up for a wedding reception"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-smile-leisure-around-outdoor-swimming-pool-nearly-sea_74190-14099.jpg",
|
||||
imageAlt: "Serene outdoor swimming pool area with lounge chairs",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-smile-leisure-around-outdoor-swimming-pool-nearly-sea_74190-14099.jpg", imageAlt: "Serene outdoor swimming pool area with lounge chairs"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-private-room-with-table-12-blue-chairs-white-brick-walls-wide-window-paintings_140725-8451.jpg",
|
||||
imageAlt: "Gourmet dining experience in a sophisticated hotel restaurant",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-private-room-with-table-12-blue-chairs-white-brick-walls-wide-window-paintings_140725-8451.jpg", imageAlt: "Gourmet dining experience in a sophisticated hotel restaurant"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-interior-decor-with-natural-lighting-ambiance-generated-by-ai_188544-28046.jpg",
|
||||
imageAlt: "Modern conference room ready for a business meeting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-interior-decor-with-natural-lighting-ambiance-generated-by-ai_188544-28046.jpg", imageAlt: "Modern conference room ready for a business meeting"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -142,79 +108,52 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Luxury Accommodations",
|
||||
description: "Indulge in our beautifully appointed rooms and suites, featuring elegant decor, plush furnishings, and state-of-the-art amenities for ultimate relaxation.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-vase-flowers-window_181624-18674.jpg",
|
||||
imageAlt: "Luxurious hotel bed with fine linens",
|
||||
},
|
||||
title: "Luxury Accommodations", description: "Indulge in our beautifully appointed rooms and suites, featuring elegant decor, plush furnishings, and state-of-the-art amenities for ultimate relaxation.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-vase-flowers-window_181624-18674.jpg", imageAlt: "Luxurious hotel bed with fine linens"},
|
||||
items: [
|
||||
{
|
||||
icon: BedDouble,
|
||||
text: "Spacious Rooms & Suites",
|
||||
},
|
||||
text: "Spacious Rooms & Suites"},
|
||||
{
|
||||
icon: Coffee,
|
||||
text: "Premium In-Room Dining",
|
||||
},
|
||||
text: "Premium In-Room Dining"},
|
||||
{
|
||||
icon: Wifi,
|
||||
text: "High-Speed Wi-Fi",
|
||||
},
|
||||
text: "High-Speed Wi-Fi"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-soap-bottle-bathroom-interior-market_169016-48911.jpg",
|
||||
imageAlt: "plush hotel bed pillows comfort",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Grand Banquet Halls",
|
||||
description: "Host unforgettable events in our versatile banquet halls, perfect for weddings, conferences, and celebrations, supported by professional planning and catering.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-chairs-row-with-no-people-conference-hall_637285-6717.jpg",
|
||||
imageAlt: "Grand banquet hall ready for an event",
|
||||
},
|
||||
title: "Grand Banquet Halls", description: "Host unforgettable events in our versatile banquet halls, perfect for weddings, conferences, and celebrations, supported by professional planning and catering.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-chairs-row-with-no-people-conference-hall_637285-6717.jpg", imageAlt: "Grand banquet hall ready for an event"},
|
||||
items: [
|
||||
{
|
||||
icon: LampDesk,
|
||||
text: "Customizable Event Spaces",
|
||||
},
|
||||
text: "Customizable Event Spaces"},
|
||||
{
|
||||
icon: Users,
|
||||
text: "Expert Event Planning",
|
||||
},
|
||||
text: "Expert Event Planning"},
|
||||
{
|
||||
icon: Utensils,
|
||||
text: "Exquisite Catering Options",
|
||||
},
|
||||
text: "Exquisite Catering Options"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=2",
|
||||
imageAlt: "plush hotel bed pillows comfort",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Fine Dining & Lounges",
|
||||
description: "Savor gourmet cuisine and handcrafted beverages at our signature restaurants and stylish lounges, offering diverse menus and a refined ambiance.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg",
|
||||
imageAlt: "A plate of gourmet food in a fine dining restaurant",
|
||||
},
|
||||
title: "Fine Dining & Lounges", description: "Savor gourmet cuisine and handcrafted beverages at our signature restaurants and stylish lounges, offering diverse menus and a refined ambiance.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg", imageAlt: "A plate of gourmet food in a fine dining restaurant"},
|
||||
items: [
|
||||
{
|
||||
icon: Martini,
|
||||
text: "Signature Restaurants",
|
||||
},
|
||||
text: "Signature Restaurants"},
|
||||
{
|
||||
icon: ChefHat,
|
||||
text: "Culinary Excellence",
|
||||
},
|
||||
text: "Culinary Excellence"},
|
||||
{
|
||||
icon: CandlestickChart,
|
||||
text: "Relaxing Lounges",
|
||||
},
|
||||
text: "Relaxing Lounges"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lit-lamp-beside-bed_1203-634.jpg?_wi=2",
|
||||
imageAlt: "plush hotel bed pillows comfort",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Elevating Your Experience"
|
||||
@@ -231,47 +170,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "deluxe-room",
|
||||
name: "Deluxe Room",
|
||||
price: "$150/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150829693.jpg",
|
||||
imageAlt: "Spacious Deluxe Room",
|
||||
},
|
||||
id: "deluxe-room", name: "Deluxe Room", price: "$150/night", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150829693.jpg", imageAlt: "Spacious Deluxe Room"},
|
||||
{
|
||||
id: "executive-suite",
|
||||
name: "Executive Suite",
|
||||
price: "$250/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/body-care-products-metal-basket-health-hygiene-concept_169016-8771.jpg",
|
||||
imageAlt: "Luxurious Executive Suite",
|
||||
},
|
||||
id: "executive-suite", name: "Executive Suite", price: "$250/night", imageSrc: "http://img.b2bpic.net/free-photo/body-care-products-metal-basket-health-hygiene-concept_169016-8771.jpg", imageAlt: "Luxurious Executive Suite"},
|
||||
{
|
||||
id: "family-suite",
|
||||
name: "Family Suite",
|
||||
price: "$300/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-playing-with-baby-bed-home_23-2147923034.jpg",
|
||||
imageAlt: "Comfortable Family Suite",
|
||||
},
|
||||
id: "family-suite", name: "Family Suite", price: "$300/night", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-playing-with-baby-bed-home_23-2147923034.jpg", imageAlt: "Comfortable Family Suite"},
|
||||
{
|
||||
id: "premium-king",
|
||||
name: "Premium King Room",
|
||||
price: "$180/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bed-with-canopy_1385-1801.jpg",
|
||||
imageAlt: "Premium King Bed Room",
|
||||
},
|
||||
id: "premium-king", name: "Premium King Room", price: "$180/night", imageSrc: "http://img.b2bpic.net/free-photo/bed-with-canopy_1385-1801.jpg", imageAlt: "Premium King Bed Room"},
|
||||
{
|
||||
id: "junior-suite",
|
||||
name: "Junior Suite",
|
||||
price: "$200/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8590.jpg",
|
||||
imageAlt: "Elegant Junior Suite",
|
||||
},
|
||||
id: "junior-suite", name: "Junior Suite", price: "$200/night", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8590.jpg", imageAlt: "Elegant Junior Suite"},
|
||||
{
|
||||
id: "accessible-room",
|
||||
price: "$140/night",
|
||||
name: "Accessible Room",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149329696.jpg",
|
||||
imageAlt: "Wheelchair Accessible Room",
|
||||
},
|
||||
id: "accessible-room", price: "$140/night", name: "Accessible Room", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-together_23-2149329696.jpg", imageAlt: "Wheelchair Accessible Room"},
|
||||
]}
|
||||
title="Indulge in Unmatched Comfort"
|
||||
description="Choose from our exquisite selection of rooms and suites, each designed for your ultimate relaxation and luxury during your stay."
|
||||
@@ -286,63 +195,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "silver-package",
|
||||
badge: "Standard",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$50/person",
|
||||
subtitle: "Ideal for intimate gatherings",
|
||||
buttons: [
|
||||
id: "silver-package", badge: "Standard", badgeIcon: Sparkles,
|
||||
price: "$50/person", subtitle: "Ideal for intimate gatherings", buttons: [
|
||||
{
|
||||
text: "View Details",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "View Details", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Standard hall decoration",
|
||||
"Buffet dining",
|
||||
"Basic sound system",
|
||||
"Dedicated event coordinator",
|
||||
],
|
||||
"Standard hall decoration", "Buffet dining", "Basic sound system", "Dedicated event coordinator"],
|
||||
},
|
||||
{
|
||||
id: "gold-package",
|
||||
badge: "Popular",
|
||||
badgeIcon: Award,
|
||||
price: "$80/person",
|
||||
subtitle: "Perfect for grand celebrations",
|
||||
buttons: [
|
||||
id: "gold-package", badge: "Popular", badgeIcon: Award,
|
||||
price: "$80/person", subtitle: "Perfect for grand celebrations", buttons: [
|
||||
{
|
||||
text: "View Details",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "View Details", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Premium hall decoration",
|
||||
"Multi-cuisine buffet",
|
||||
"Advanced sound & lighting",
|
||||
"Personalized event planning",
|
||||
"Welcome drink on arrival",
|
||||
],
|
||||
"Premium hall decoration", "Multi-cuisine buffet", "Advanced sound & lighting", "Personalized event planning", "Welcome drink on arrival"],
|
||||
},
|
||||
{
|
||||
id: "platinum-package",
|
||||
badge: "Luxury",
|
||||
badgeIcon: Crown,
|
||||
price: "$120/person",
|
||||
subtitle: "For an unforgettable experience",
|
||||
buttons: [
|
||||
id: "platinum-package", badge: "Luxury", badgeIcon: Crown,
|
||||
price: "$120/person", subtitle: "For an unforgettable experience", buttons: [
|
||||
{
|
||||
text: "View Details",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "View Details", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Exquisite customized decoration",
|
||||
"Gourmet sit-down dinner",
|
||||
"State-of-the-art AV equipment",
|
||||
"Dedicated butler service",
|
||||
"Complimentary suite for hosts",
|
||||
],
|
||||
"Exquisite customized decoration", "Gourmet sit-down dinner", "State-of-the-art AV equipment", "Dedicated butler service", "Complimentary suite for hosts"],
|
||||
},
|
||||
]}
|
||||
title="Tailored Event Solutions"
|
||||
@@ -358,31 +235,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "guests",
|
||||
value: "10K+",
|
||||
title: "Happy Guests Annually",
|
||||
items: [
|
||||
"Exceptional Service",
|
||||
"Memorable Stays",
|
||||
],
|
||||
id: "guests", value: "10K+", title: "Happy Guests Annually", items: [
|
||||
"Exceptional Service", "Memorable Stays"],
|
||||
},
|
||||
{
|
||||
id: "events",
|
||||
value: "500+",
|
||||
title: "Successful Events Hosted",
|
||||
items: [
|
||||
"Flawless Execution",
|
||||
"Unforgettable Celebrations",
|
||||
],
|
||||
id: "events", value: "500+", title: "Successful Events Hosted", items: [
|
||||
"Flawless Execution", "Unforgettable Celebrations"],
|
||||
},
|
||||
{
|
||||
id: "rating",
|
||||
value: "4.9/5",
|
||||
title: "Average Guest Rating",
|
||||
items: [
|
||||
"Superior Facilities",
|
||||
"Attentive Staff",
|
||||
],
|
||||
id: "rating", value: "4.9/5", title: "Average Guest Rating", items: [
|
||||
"Superior Facilities", "Attentive Staff"],
|
||||
},
|
||||
]}
|
||||
title="Excellence by the Numbers"
|
||||
@@ -396,35 +258,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Anya Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-clasped-hands_23-2147955358.jpg",
|
||||
imageAlt: "Portrait of Dr. Anya Sharma",
|
||||
},
|
||||
id: "1", name: "Dr. Anya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-clasped-hands_23-2147955358.jpg", imageAlt: "Portrait of Dr. Anya Sharma"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mr. Rahul Verma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-isolated-dark-wall-showing-thumbs-up-with-two-hands_114579-58464.jpg",
|
||||
imageAlt: "Portrait of Mr. Rahul Verma",
|
||||
},
|
||||
id: "2", name: "Mr. Rahul Verma", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-isolated-dark-wall-showing-thumbs-up-with-two-hands_114579-58464.jpg", imageAlt: "Portrait of Mr. Rahul Verma"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ms. Priya Singh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-white-party_23-2149530403.jpg",
|
||||
imageAlt: "Portrait of Ms. Priya Singh",
|
||||
},
|
||||
id: "3", name: "Ms. Priya Singh", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-white-party_23-2149530403.jpg", imageAlt: "Portrait of Ms. Priya Singh"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mr. David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg",
|
||||
imageAlt: "Portrait of Mr. David Kim",
|
||||
},
|
||||
id: "4", name: "Mr. David Kim", imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg", imageAlt: "Portrait of Mr. David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mrs. Emily Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-beach-with-drinks_1157-32255.jpg",
|
||||
imageAlt: "Portrait of Mrs. Emily Chen",
|
||||
},
|
||||
id: "5", name: "Mrs. Emily Chen", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-beach-with-drinks_1157-32255.jpg", imageAlt: "Portrait of Mrs. Emily Chen"},
|
||||
]}
|
||||
cardTitle="What Our Guests Say About Us"
|
||||
cardTag="Guest Feedback"
|
||||
@@ -438,35 +280,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What are the check-in and check-out times?",
|
||||
content: "Check-in is at 3:00 PM and check-out is at 12:00 PM. Early check-in or late check-out may be available upon request, subject to availability and additional charges.",
|
||||
},
|
||||
id: "faq-1", title: "What are the check-in and check-out times?", content: "Check-in is at 3:00 PM and check-out is at 12:00 PM. Early check-in or late check-out may be available upon request, subject to availability and additional charges."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you offer airport transportation?",
|
||||
content: "Yes, we offer airport transportation services. Please contact our concierge desk in advance to arrange your pick-up or drop-off, and for information on charges.",
|
||||
},
|
||||
id: "faq-2", title: "Do you offer airport transportation?", content: "Yes, we offer airport transportation services. Please contact our concierge desk in advance to arrange your pick-up or drop-off, and for information on charges."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Are pets allowed at the hotel?",
|
||||
content: "Unfortunately, for the comfort and safety of all our guests, pets are not permitted on the hotel premises, with the exception of service animals.",
|
||||
},
|
||||
id: "faq-3", title: "Are pets allowed at the hotel?", content: "Unfortunately, for the comfort and safety of all our guests, pets are not permitted on the hotel premises, with the exception of service animals."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "What dining options are available?",
|
||||
content: "Our hotel features a multi-cuisine restaurant, a cozy cafe, and a elegant lounge bar. In-room dining service is also available 24/7 for your convenience.",
|
||||
},
|
||||
id: "faq-4", title: "What dining options are available?", content: "Our hotel features a multi-cuisine restaurant, a cozy cafe, and a elegant lounge bar. In-room dining service is also available 24/7 for your convenience."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Can I host a wedding or event at your banquet hall?",
|
||||
content: "Absolutely! Our grand banquet halls are perfect for weddings, conferences, and various events. Our dedicated event planning team will assist you in every step.",
|
||||
},
|
||||
id: "faq-5", title: "Can I host a wedding or event at your banquet hall?", content: "Absolutely! Our grand banquet halls are perfect for weddings, conferences, and various events. Our dedicated event planning team will assist you in every step."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "Is parking available at the hotel?",
|
||||
content: "Yes, we provide ample complimentary parking space for all our guests. Valet parking services are also available upon request.",
|
||||
},
|
||||
id: "faq-6", title: "Is parking available at the hotel?", content: "Yes, we provide ample complimentary parking space for all our guests. Valet parking services are also available upon request."},
|
||||
]}
|
||||
title="Common Questions & Quick Answers"
|
||||
description="Find quick answers to frequently asked questions about booking, services, and facilities to enhance your experience with us."
|
||||
@@ -479,18 +303,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to book your luxurious stay or plan your next unforgettable event? Our team is here to assist you with every detail. Contact us today to begin your exceptional experience."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "mailto:info@capitalohotel.com",
|
||||
},
|
||||
text: "Get in Touch", href: "mailto:info@capitalohotel.com"},
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
text: "Call Us", href: "tel:+1234567890"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -503,49 +322,31 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Rooms & Suites",
|
||||
href: "#rooms",
|
||||
},
|
||||
label: "Rooms & Suites", href: "#rooms"},
|
||||
{
|
||||
label: "Facilities",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Facilities", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Event Venues",
|
||||
href: "#events",
|
||||
},
|
||||
label: "Event Venues", href: "#events"},
|
||||
{
|
||||
label: "Weddings",
|
||||
href: "#events",
|
||||
},
|
||||
label: "Weddings", href: "#events"},
|
||||
{
|
||||
label: "Conferences",
|
||||
href: "#events",
|
||||
},
|
||||
label: "Conferences", href: "#events"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user