Update src/app/page.tsx
This commit is contained in:
148
src/app/page.tsx
148
src/app/page.tsx
@@ -33,23 +33,16 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Cycad Palm Hotel"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -59,9 +52,7 @@ export default function LandingPage() {
|
||||
description="Experience peaceful relaxation and unmatched comfort in Serowe. Whether visiting for business or leisure, find your quiet retreat with us."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Stay",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Stay", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-beautiful-architecture-water-beautiful-sunset_181624-60153.jpg"
|
||||
imageAlt="Cycad Palm Hotel peaceful exterior"
|
||||
@@ -89,21 +80,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Not suitable for loud parties",
|
||||
"Limited late-night dining options",
|
||||
"Quiet hours strictly enforced",
|
||||
"No smoking in rooms",
|
||||
"Check-in by 10 PM",
|
||||
],
|
||||
"Not suitable for loud parties", "Limited late-night dining options", "Quiet hours strictly enforced", "No smoking in rooms", "Check-in by 10 PM"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Spacious rooms with modern amenities",
|
||||
"Peaceful, quiet environment",
|
||||
"Excellent 24/7 security",
|
||||
"Complimentary high-speed Wi-Fi",
|
||||
"Friendly, professional staff",
|
||||
],
|
||||
"Spacious rooms with modern amenities", "Peaceful, quiet environment", "Excellent 24/7 security", "Complimentary high-speed Wi-Fi", "Friendly, professional staff"],
|
||||
}}
|
||||
title="Why Guests Choose Us"
|
||||
description="We offer premium amenities and services designed to make your stay memorable."
|
||||
@@ -117,34 +98,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Guest Satisfaction",
|
||||
value: "98%",
|
||||
icon: Award,
|
||||
id: "m1", title: "Guest Satisfaction", value: "98%", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Quiet Rooms",
|
||||
value: "100%",
|
||||
icon: Shield,
|
||||
id: "m2", title: "Quiet Rooms", value: "100%", icon: Shield,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Years of Service",
|
||||
value: "10+",
|
||||
icon: Clock,
|
||||
id: "m3", title: "Years of Service", value: "10+", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
title: "Happy Guests",
|
||||
value: "5000+",
|
||||
icon: Smile,
|
||||
id: "m4", title: "Happy Guests", value: "5000+", icon: Smile,
|
||||
},
|
||||
{
|
||||
id: "m5",
|
||||
title: "Staff Members",
|
||||
value: "25",
|
||||
icon: Users,
|
||||
id: "m5", title: "Staff Members", value: "25", icon: Users,
|
||||
},
|
||||
]}
|
||||
title="Our Hotel by the Numbers"
|
||||
@@ -158,45 +124,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Wonderful Experience",
|
||||
quote: "The environment is peaceful and perfect for unwinding.",
|
||||
name: "Sarah Johnson",
|
||||
role: "Leisure Traveler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-thumbs-up-stairs-by-pool-white-robe-smile-post-swim-like_169016-69213.jpg",
|
||||
},
|
||||
id: "1", title: "Wonderful Experience", quote: "The environment is peaceful and perfect for unwinding.", name: "Sarah Johnson", role: "Leisure Traveler", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-thumbs-up-stairs-by-pool-white-robe-smile-post-swim-like_169016-69213.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Very Safe",
|
||||
quote: "I felt completely comfortable and secure throughout my stay.",
|
||||
name: "Michael Chen",
|
||||
role: "Business Traveler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-working-reception_23-2149963924.jpg",
|
||||
},
|
||||
id: "2", title: "Very Safe", quote: "I felt completely comfortable and secure throughout my stay.", name: "Michael Chen", role: "Business Traveler", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-working-reception_23-2149963924.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Spacious and Clean",
|
||||
quote: "The rooms are immaculate and well-maintained. Highly recommended.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Hotel Guest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-showcasing-happy-asian-bellboy-receiving-cash-tip-from-tourist-after-assisting-with-luggage-hotel-lobby-guest-checks-receives-friendly-service-gives-money-tip-concierge_482257-69408.jpg",
|
||||
},
|
||||
id: "3", title: "Spacious and Clean", quote: "The rooms are immaculate and well-maintained. Highly recommended.", name: "Emily Rodriguez", role: "Hotel Guest", imageSrc: "http://img.b2bpic.net/free-photo/photo-showcasing-happy-asian-bellboy-receiving-cash-tip-from-tourist-after-assisting-with-luggage-hotel-lobby-guest-checks-receives-friendly-service-gives-money-tip-concierge_482257-69408.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Friendly Staff",
|
||||
quote: "The staff were extremely helpful and always ready to assist.",
|
||||
name: "David Kim",
|
||||
role: "Business Traveler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg",
|
||||
},
|
||||
id: "4", title: "Friendly Staff", quote: "The staff were extremely helpful and always ready to assist.", name: "David Kim", role: "Business Traveler", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Quiet Haven",
|
||||
quote: "Would definitely stay here again. A truly relaxing place.",
|
||||
name: "Linda Thompson",
|
||||
role: "Frequent Traveler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-female-traveler-break_23-2148362041.jpg",
|
||||
},
|
||||
id: "5", title: "Quiet Haven", quote: "Would definitely stay here again. A truly relaxing place.", name: "Linda Thompson", role: "Frequent Traveler", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-female-traveler-break_23-2148362041.jpg"},
|
||||
]}
|
||||
title="Voices from Our Guests"
|
||||
description="Discover why travelers prefer Cycad Palm Hotel for their Serowe visit."
|
||||
@@ -208,14 +144,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Travelers Choice",
|
||||
"Serowe Tourism Board",
|
||||
"Hospitality Excellence",
|
||||
"Global Traveler",
|
||||
"EcoStay Certified",
|
||||
"Hotel Association",
|
||||
"Trusted Stay Program",
|
||||
]}
|
||||
"Travelers Choice", "Serowe Tourism Board", "Hospitality Excellence", "Global Traveler", "EcoStay Certified", "Hotel Association", "Trusted Stay Program"]}
|
||||
title="Trusted by Travelers"
|
||||
description="Recognized by industry leaders for our commitment to excellence."
|
||||
speed={40}
|
||||
@@ -227,30 +156,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Is the hotel safe?",
|
||||
content: "Yes, our hotel features 24-hour security to ensure a safe and comfortable stay.",
|
||||
},
|
||||
id: "f1", title: "Is the hotel safe?", content: "Yes, our hotel features 24-hour security to ensure a safe and comfortable stay."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer Wi-Fi?",
|
||||
content: "We offer complimentary high-speed Wi-Fi in all rooms and common areas.",
|
||||
},
|
||||
id: "f2", title: "Do you offer Wi-Fi?", content: "We offer complimentary high-speed Wi-Fi in all rooms and common areas."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is breakfast included?",
|
||||
content: "We offer various breakfast options to start your morning right.",
|
||||
},
|
||||
id: "f3", title: "Is breakfast included?", content: "We offer various breakfast options to start your morning right."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "How do I make a booking?",
|
||||
content: "You can contact us directly through this website using the booking inquiry form.",
|
||||
},
|
||||
id: "f4", title: "How do I make a booking?", content: "You can contact us directly through this website using the booking inquiry form."},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Do you have parking?",
|
||||
content: "Yes, we provide ample free parking for all our registered guests.",
|
||||
},
|
||||
id: "f5", title: "Do you have parking?", content: "Yes, we provide ample free parking for all our registered guests."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Everything you need to know about your stay at Cycad Palm Hotel."
|
||||
@@ -265,22 +179,14 @@ export default function LandingPage() {
|
||||
description="Ready to book your stay or have a question? Get in touch with us today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-passport_23-2149963921.jpg"
|
||||
|
||||
Reference in New Issue
Block a user