Update src/app/page.tsx
This commit is contained in:
168
src/app/page.tsx
168
src/app/page.tsx
@@ -31,25 +31,15 @@ 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: "Rooms",
|
||||
id: "products",
|
||||
},
|
||||
name: "Rooms", id: "products"},
|
||||
{
|
||||
name: "Facilities",
|
||||
id: "features",
|
||||
},
|
||||
name: "Facilities", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Hotel Royal Retreat"
|
||||
/>
|
||||
@@ -58,65 +48,42 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Luxury Stay in Sambalpur"
|
||||
description="Welcome to Hotel Royal Retreat, where luxury meets legacy. Established in 2012, we take pride in crafting unforgettable experiences for our guests."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Book Now", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chair-front-businesswoman-sitting-caf_23-2147876643.jpg"
|
||||
imageAlt="Royal Retreat Hotel Luxury Exterior"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-pretty-traveler-woman-making-pictures-sunny-beach-travel-alone-with-backpack-hot-tropical-country-casual-outfit-fitness-body-adventure-mood_291049-2333.jpg",
|
||||
alt: "Guest 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-pretty-traveler-woman-making-pictures-sunny-beach-travel-alone-with-backpack-hot-tropical-country-casual-outfit-fitness-body-adventure-mood_291049-2333.jpg", alt: "Guest 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661584.jpg",
|
||||
alt: "Guest 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661584.jpg", alt: "Guest 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/horizontal-shot-pleased-pretty-female-with-pleasant-appearance-sits-terrace-cafe-recreate-tropical-country-with-boyfriend-relaxed-woman-tourist-poses-outdoor-resaturant-summer_273609-2721.jpg",
|
||||
alt: "Guest 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/horizontal-shot-pleased-pretty-female-with-pleasant-appearance-sits-terrace-cafe-recreate-tropical-country-with-boyfriend-relaxed-woman-tourist-poses-outdoor-resaturant-summer_273609-2721.jpg", alt: "Guest 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-sit-backyard-chair-summer-sunny-day-enjoying-amazing-warm-weather-catching-sun-rays_343596-6757.jpg",
|
||||
alt: "Guest 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-sit-backyard-chair-summer-sunny-day-enjoying-amazing-warm-weather-catching-sun-rays_343596-6757.jpg", alt: "Guest 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cozy-bedroom-interior-with-warm-lighting_23-2152031744.jpg",
|
||||
alt: "Guest 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cozy-bedroom-interior-with-warm-lighting_23-2152031744.jpg", alt: "Guest 5"},
|
||||
]}
|
||||
avatarText="Over 5,000+ happy guests served"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "5-Star Rating",
|
||||
type: "text", text: "5-Star Rating"},
|
||||
{
|
||||
type: "text-icon", text: "Pool Access", icon: Waves,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Pool Access",
|
||||
icon: Waves,
|
||||
type: "text", text: "Premium Dining"},
|
||||
{
|
||||
type: "text-icon", text: "Free WiFi", icon: Wifi,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Dining",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Free WiFi",
|
||||
icon: Wifi,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Concierge Service",
|
||||
},
|
||||
type: "text", text: "Concierge Service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -139,23 +106,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "r1",
|
||||
name: "Deluxe Single Bed Room",
|
||||
price: "Rs 1499,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-interior-with-warm-lighting_23-2152031744.jpg",
|
||||
},
|
||||
id: "r1", name: "Deluxe Single Bed Room", price: "Rs 1499,00", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-interior-with-warm-lighting_23-2152031744.jpg"},
|
||||
{
|
||||
id: "r2",
|
||||
name: "Royal Suite",
|
||||
price: "Rs 2999,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg",
|
||||
},
|
||||
id: "r2", name: "Royal Suite", price: "Rs 2999,00", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg"},
|
||||
{
|
||||
id: "r3",
|
||||
name: "Presidential Room",
|
||||
price: "Rs 4499,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel-white-home-lamp-cushion_1203-5183.jpg",
|
||||
},
|
||||
id: "r3", name: "Presidential Room", price: "Rs 4499,00", imageSrc: "http://img.b2bpic.net/free-photo/hotel-white-home-lamp-cushion_1203-5183.jpg"},
|
||||
]}
|
||||
title="The Royal Rooms"
|
||||
description="Experience unparalleled comfort in our high-class rooms."
|
||||
@@ -169,21 +124,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"24-hour reception",
|
||||
"Check in after 15.00",
|
||||
"No pets allowed",
|
||||
"Quiet hours after 22.00",
|
||||
"Smoking outside only",
|
||||
],
|
||||
"24-hour reception", "Check in after 15.00", "No pets allowed", "Quiet hours after 22.00", "Smoking outside only"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Fitness Gym",
|
||||
"Breakfast buffet from 08.00",
|
||||
"Swimming Pool",
|
||||
"Spa & Sauna",
|
||||
"Airport Shuttle",
|
||||
],
|
||||
"Fitness Gym", "Breakfast buffet from 08.00", "Swimming Pool", "Spa & Sauna", "Airport Shuttle"],
|
||||
}}
|
||||
title="Facilities & Activities"
|
||||
description="Get the premium treatment with our world-class amenities."
|
||||
@@ -192,44 +137,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_travels",
|
||||
testimonial: "Excellent service and very cozy rooms. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-traveler-woman-making-pictures-sunny-beach-travel-alone-with-backpack-hot-tropical-country-casual-outfit-fitness-body-adventure-mood_291049-2333.jpg?_wi=1",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", handle: "@sarah_travels", testimonial: "Excellent service and very cozy rooms. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-traveler-woman-making-pictures-sunny-beach-travel-alone-with-backpack-hot-tropical-country-casual-outfit-fitness-body-adventure-mood_291049-2333.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael C.",
|
||||
handle: "@mike_tours",
|
||||
testimonial: "The staff were so friendly and the gym facility was top notch.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661584.jpg",
|
||||
},
|
||||
id: "t2", name: "Michael C.", handle: "@mike_tours", testimonial: "The staff were so friendly and the gym facility was top notch.", imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661584.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
handle: "@emily_explore",
|
||||
testimonial: "Luxury stay with an eco-friendly touch. Truly the best hotel in Sambalpur.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-pleased-pretty-female-with-pleasant-appearance-sits-terrace-cafe-recreate-tropical-country-with-boyfriend-relaxed-woman-tourist-poses-outdoor-resaturant-summer_273609-2721.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily R.", handle: "@emily_explore", testimonial: "Luxury stay with an eco-friendly touch. Truly the best hotel in Sambalpur.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-pleased-pretty-female-with-pleasant-appearance-sits-terrace-cafe-recreate-tropical-country-with-boyfriend-relaxed-woman-tourist-poses-outdoor-resaturant-summer_273609-2721.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
handle: "@dk_explorer",
|
||||
testimonial: "Had a wonderful experience during our weekend event. Perfect stay!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-sit-backyard-chair-summer-sunny-day-enjoying-amazing-warm-weather-catching-sun-rays_343596-6757.jpg",
|
||||
},
|
||||
id: "t4", name: "David K.", handle: "@dk_explorer", testimonial: "Had a wonderful experience during our weekend event. Perfect stay!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-sit-backyard-chair-summer-sunny-day-enjoying-amazing-warm-weather-catching-sun-rays_343596-6757.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica B.",
|
||||
handle: "@jess_travels",
|
||||
testimonial: "Absolutely stunning views from my room. Will visit again soon!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-traveler-woman-making-pictures-sunny-beach-travel-alone-with-backpack-hot-tropical-country-casual-outfit-fitness-body-adventure-mood_291049-2333.jpg?_wi=2",
|
||||
},
|
||||
id: "t5", name: "Jessica B.", handle: "@jess_travels", testimonial: "Absolutely stunning views from my room. Will visit again soon!", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-traveler-woman-making-pictures-sunny-beach-travel-alone-with-backpack-hot-tropical-country-casual-outfit-fitness-body-adventure-mood_291049-2333.jpg"},
|
||||
]}
|
||||
title="What Guest Thinks"
|
||||
description="Read about experiences from our guests at The Royal Retreat."
|
||||
@@ -240,8 +161,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Reach Out To Us"
|
||||
description="Elevate your stay with a touch of royal luxury at Hotel Royal Retreat. We are here to assist you with all your reservation needs."
|
||||
@@ -253,33 +173,21 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-30650.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Rooms",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Rooms", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
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