Update src/app/page.tsx
This commit is contained in:
240
src/app/page.tsx
240
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Rooms",
|
||||
id: "products",
|
||||
},
|
||||
name: "Rooms", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Adwest Hotel"
|
||||
/>
|
||||
@@ -58,35 +50,27 @@ export default function LandingPage() {
|
||||
description="Experience unparalleled luxury and comfort in the heart of the city. Your sanctuary awaits."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#products",
|
||||
text: "Book Now", onClick: () => {
|
||||
const element = document.getElementById("products");
|
||||
if (element) {
|
||||
element.scrollIntoView({ behavior: "smooth" });
|
||||
}
|
||||
}
|
||||
},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683403.jpg?_wi=1",
|
||||
imageAlt: "Luxurious Hotel Suite",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683403.jpg?_wi=1", imageAlt: "Luxurious Hotel Suite"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-smiling-caucasian-woman-traveller-fitting-dress-sunglasses-high-floor-bangkok_343596-1429.jpg?_wi=1",
|
||||
imageAlt: "Relaxing Hotel Pool",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-smiling-caucasian-woman-traveller-fitting-dress-sunglasses-high-floor-bangkok_343596-1429.jpg?_wi=1", imageAlt: "Relaxing Hotel Pool"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-srimps-glass-white-wine_140725-3351.jpg?_wi=1",
|
||||
imageAlt: "Fine Dining Restaurant",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-srimps-glass-white-wine_140725-3351.jpg?_wi=1", imageAlt: "Fine Dining Restaurant"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg?_wi=1",
|
||||
imageAlt: "Modern Fitness Center",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg?_wi=1", imageAlt: "Modern Fitness Center"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/layered-glasses-with-shampagne_8353-9952.jpg?_wi=1",
|
||||
imageAlt: "Stylish Bar Lounge",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/layered-glasses-with-shampagne_8353-9952.jpg?_wi=1", imageAlt: "Stylish Bar Lounge"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-wooden-table-with-natural-view_53876-139869.jpg",
|
||||
imageAlt: "Beautiful Hotel Gardens",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-wooden-table-with-natural-view_53876-139869.jpg", imageAlt: "Beautiful Hotel Gardens"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,23 +91,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "24/7 Concierge",
|
||||
description: "Our team is here to assist you with any requests, day or night.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rear-view-female-lying-bed-looking-beach-through-glass-windows_181624-57823.jpg",
|
||||
imageAlt: "Concierge",
|
||||
},
|
||||
title: "24/7 Concierge", description: "Our team is here to assist you with any requests, day or night.", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-female-lying-bed-looking-beach-through-glass-windows_181624-57823.jpg", imageAlt: "Concierge"},
|
||||
{
|
||||
title: "World-Class Dining",
|
||||
description: "Enjoy exquisite culinary delights at our in-house restaurant.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/catering-buffet_74190-3788.jpg",
|
||||
imageAlt: "Dining",
|
||||
},
|
||||
title: "World-Class Dining", description: "Enjoy exquisite culinary delights at our in-house restaurant.", imageSrc: "http://img.b2bpic.net/free-photo/catering-buffet_74190-3788.jpg", imageAlt: "Dining"},
|
||||
{
|
||||
title: "Luxury Spa Services",
|
||||
description: "Unwind and rejuvenate with our range of professional spa treatments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-desk-hotel-reception-lobby_482257-76228.jpg",
|
||||
imageAlt: "Spa",
|
||||
},
|
||||
title: "Luxury Spa Services", description: "Unwind and rejuvenate with our range of professional spa treatments.", imageSrc: "http://img.b2bpic.net/free-photo/front-desk-hotel-reception-lobby_482257-76228.jpg", imageAlt: "Spa"},
|
||||
]}
|
||||
title="Unmatched Amenities"
|
||||
description="Discover everything you need for a comfortable and productive stay."
|
||||
@@ -138,47 +110,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "room-1",
|
||||
name: "Deluxe King Suite",
|
||||
price: "$299/night",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-bedroom-with-comfortable-bedding-elegant-decor-generated-by-ai_188544-29870.jpg",
|
||||
},
|
||||
id: "room-1", name: "Deluxe King Suite", price: "$299/night", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-bedroom-with-comfortable-bedding-elegant-decor-generated-by-ai_188544-29870.jpg"},
|
||||
{
|
||||
id: "room-2",
|
||||
name: "Executive City View",
|
||||
price: "$349/night",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-6082.jpg",
|
||||
},
|
||||
id: "room-2", name: "Executive City View", price: "$349/night", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-6082.jpg"},
|
||||
{
|
||||
id: "room-3",
|
||||
name: "Cozy Studio Suite",
|
||||
price: "$199/night",
|
||||
variant: "Standard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed-decoration-bedroom_1339-7409.jpg",
|
||||
},
|
||||
id: "room-3", name: "Cozy Studio Suite", price: "$199/night", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed-decoration-bedroom_1339-7409.jpg"},
|
||||
{
|
||||
id: "room-4",
|
||||
name: "Family Suite",
|
||||
price: "$449/night",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-friends-hostel_23-2150598852.jpg",
|
||||
},
|
||||
id: "room-4", name: "Family Suite", price: "$449/night", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-friends-hostel_23-2150598852.jpg"},
|
||||
{
|
||||
id: "room-5",
|
||||
name: "Business Executive",
|
||||
price: "$399/night",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-copy-space-office-desk-table-with-pen-focus-analysis-chart-computer-notebook-cup-coffee-desk-vintage-tone-retro-filter-selective-focus_1418-669.jpg",
|
||||
},
|
||||
id: "room-5", name: "Business Executive", price: "$399/night", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-copy-space-office-desk-table-with-pen-focus-analysis-chart-computer-notebook-cup-coffee-desk-vintage-tone-retro-filter-selective-focus_1418-669.jpg"},
|
||||
{
|
||||
id: "room-6",
|
||||
name: "Grand Penthouse",
|
||||
price: "$899/night",
|
||||
variant: "Luxury",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-real-estate-agent_23-2151064868.jpg",
|
||||
},
|
||||
id: "room-6", name: "Grand Penthouse", price: "$899/night", variant: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-real-estate-agent_23-2151064868.jpg"},
|
||||
]}
|
||||
title="Luxurious Suites"
|
||||
description="Choose the perfect room for your stay, designed for ultimate comfort and relaxation."
|
||||
@@ -191,60 +133,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
date: "Jan 2025",
|
||||
title: "Business Trip",
|
||||
quote: "The perfect balance of luxury and efficiency.",
|
||||
tag: "Excellent",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-mobile-phone-waiting-area_107420-95808.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683403.jpg?_wi=2",
|
||||
imageAlt: "happy business traveler hotel lobby",
|
||||
},
|
||||
id: "t1", name: "Sarah Miller", date: "Jan 2025", title: "Business Trip", quote: "The perfect balance of luxury and efficiency.", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-mobile-phone-waiting-area_107420-95808.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683403.jpg?_wi=2", imageAlt: "happy business traveler hotel lobby"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "James Wilson",
|
||||
date: "Dec 2024",
|
||||
title: "Vacation",
|
||||
quote: "Incredible service and a stunning room.",
|
||||
tag: "Great",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/two-elegant-girls-resort_1157-24515.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-smiling-caucasian-woman-traveller-fitting-dress-sunglasses-high-floor-bangkok_343596-1429.jpg?_wi=2",
|
||||
imageAlt: "happy business traveler hotel lobby",
|
||||
},
|
||||
id: "t2", name: "James Wilson", date: "Dec 2024", title: "Vacation", quote: "Incredible service and a stunning room.", tag: "Great", avatarSrc: "http://img.b2bpic.net/free-photo/two-elegant-girls-resort_1157-24515.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-smiling-caucasian-woman-traveller-fitting-dress-sunglasses-high-floor-bangkok_343596-1429.jpg?_wi=2", imageAlt: "happy business traveler hotel lobby"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena Rodriguez",
|
||||
date: "Nov 2024",
|
||||
title: "City Getaway",
|
||||
quote: "I'll definitely be coming back here.",
|
||||
tag: "Wonderful",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/flirting-couple-with-sparkling-wine-roof_1153-3776.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-srimps-glass-white-wine_140725-3351.jpg?_wi=2",
|
||||
imageAlt: "happy business traveler hotel lobby",
|
||||
},
|
||||
id: "t3", name: "Elena Rodriguez", date: "Nov 2024", title: "City Getaway", quote: "I'll definitely be coming back here.", tag: "Wonderful", avatarSrc: "http://img.b2bpic.net/free-photo/flirting-couple-with-sparkling-wine-roof_1153-3776.jpg", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-srimps-glass-white-wine_140725-3351.jpg?_wi=2", imageAlt: "happy business traveler hotel lobby"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Thompson",
|
||||
date: "Oct 2024",
|
||||
title: "Anniversary",
|
||||
quote: "The staff made our stay truly magical.",
|
||||
tag: "Superb",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-hotel-maid-lying-bed_171337-12709.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg?_wi=2",
|
||||
imageAlt: "happy business traveler hotel lobby",
|
||||
},
|
||||
id: "t4", name: "David Thompson", date: "Oct 2024", title: "Anniversary", quote: "The staff made our stay truly magical.", tag: "Superb", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-hotel-maid-lying-bed_171337-12709.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg?_wi=2", imageAlt: "happy business traveler hotel lobby"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Linda Chen",
|
||||
date: "Sept 2024",
|
||||
title: "Weekend Trip",
|
||||
quote: "Best hotel experience in the city by far.",
|
||||
tag: "Amazing",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/girl-bathrobe_1157-18569.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/layered-glasses-with-shampagne_8353-9952.jpg?_wi=2",
|
||||
imageAlt: "happy business traveler hotel lobby",
|
||||
},
|
||||
id: "t5", name: "Linda Chen", date: "Sept 2024", title: "Weekend Trip", quote: "Best hotel experience in the city by far.", tag: "Amazing", avatarSrc: "http://img.b2bpic.net/free-photo/girl-bathrobe_1157-18569.jpg", imageSrc: "http://img.b2bpic.net/free-photo/layered-glasses-with-shampagne_8353-9952.jpg?_wi=2", imageAlt: "happy business traveler hotel lobby"},
|
||||
]}
|
||||
title="Guest Experiences"
|
||||
description="Read what our valued guests have to say about their stay at Adwest Hotel."
|
||||
@@ -256,14 +153,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"TravelAdvisor",
|
||||
"Booking.com",
|
||||
"Expedia",
|
||||
"TravelHotels",
|
||||
"LuxuryHotels",
|
||||
"HospitalityGroup",
|
||||
"TravelMedia",
|
||||
]}
|
||||
"TravelAdvisor", "Booking.com", "Expedia", "TravelHotels", "LuxuryHotels", "HospitalityGroup", "TravelMedia"]}
|
||||
title="Trusted By Professionals"
|
||||
description="We are proud to partner with industry leaders in travel and hospitality."
|
||||
/>
|
||||
@@ -275,20 +165,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What is the check-in time?",
|
||||
content: "Check-in begins at 3:00 PM.",
|
||||
},
|
||||
id: "faq1", title: "What is the check-in time?", content: "Check-in begins at 3:00 PM."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you offer parking?",
|
||||
content: "Yes, we have secure underground parking for guests.",
|
||||
},
|
||||
id: "faq2", title: "Do you offer parking?", content: "Yes, we have secure underground parking for guests."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Is breakfast included?",
|
||||
content: "Yes, all our bookings include a complimentary gourmet breakfast.",
|
||||
},
|
||||
id: "faq3", title: "Is breakfast included?", content: "Yes, all our bookings include a complimentary gourmet breakfast."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Get answers to frequently asked questions about our services and policies."
|
||||
@@ -303,22 +184,14 @@ export default function LandingPage() {
|
||||
description="Have questions or special requests? Reach out to 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 inquiry...",
|
||||
}}
|
||||
name: "message", placeholder: "Your inquiry..."}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/friendly-cheerful-hotel-administrator-taking-guest-feedback-asking-about-their-stay-check-out-process-resort-staff-employees-working-front-desk-check-reception_482257-65130.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -329,46 +202,29 @@ export default function LandingPage() {
|
||||
logoText="Adwest Hotel"
|
||||
columns={[
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Email: hello@adwesthotel.com",
|
||||
href: "mailto:hello@adwesthotel.com",
|
||||
},
|
||||
label: "Email: hello@adwesthotel.com", href: "mailto:hello@adwesthotel.com"},
|
||||
{
|
||||
label: "Phone: +1 555-0123",
|
||||
href: "tel:+15550123",
|
||||
},
|
||||
label: "Phone: +1 555-0123", href: "tel:+15550123"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Rooms",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Rooms", href: "#products"},
|
||||
{
|
||||
label: "Spa",
|
||||
href: "#",
|
||||
},
|
||||
label: "Spa", href: "#"},
|
||||
{
|
||||
label: "Dining",
|
||||
href: "#",
|
||||
},
|
||||
label: "Dining", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -377,4 +233,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user