Update src/app/page.tsx

This commit is contained in:
2026-04-01 04:19:19 +00:00
parent efab14ae6a
commit 059b0868ed

View File

@@ -29,90 +29,41 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Rooms",
id: "products",
},
{
name: "About",
id: "about",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Rooms", id: "products" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="Dephun Hotel"
button={{ text: "Book Now", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Stay in Elegance at Dephun Hotel"
description="Experience modern grey-themed luxury in the heart of Bir Colony, just moments from the paragliding landing site."
buttons={[
{
text: "Book Your Room",
href: "#contact",
},
{
text: "Explore Dining",
href: "#products",
},
{ text: "Book Your Room", href: "#contact" },
{ text: "Explore Dining", href: "#products" },
]}
imageSrc="http://img.b2bpic.net/free-photo/shanghai-urban-architecture_649448-5337.jpg"
imageAlt="Dephun Hotel modern exterior view"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-woman-home-doing-her-beauty-routine_23-2150420954.jpg",
alt: "Guest 1",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg",
alt: "Guest 2",
},
{
src: "http://img.b2bpic.net/free-photo/spectacular-lovable-girl-with-curls-dressed-brown-shirt-is-looking-camera-with-wonderful-smile-while-sitting-cafe-with-coffee_291650-2187.jpg",
alt: "Guest 3",
},
{
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-walking-autumn-wearing-coat_285396-11071.jpg",
alt: "Guest 4",
},
{
src: "http://img.b2bpic.net/free-photo/young-woman-home-doing-her-beauty-routine_23-2150420954.jpg",
alt: "Guest 5",
},
{ src: "http://img.b2bpic.net/free-photo/young-woman-home-doing-her-beauty-routine_23-2150420954.jpg", alt: "Guest 1" },
{ src: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg", alt: "Guest 2" },
{ src: "http://img.b2bpic.net/free-photo/spectacular-lovable-girl-with-curls-dressed-brown-shirt-is-looking-camera-with-wonderful-smile-while-sitting-cafe-with-coffee_291650-2187.jpg", alt: "Guest 3" },
{ src: "http://img.b2bpic.net/free-photo/attractive-young-woman-walking-autumn-wearing-coat_285396-11071.jpg", alt: "Guest 4" },
{ src: "http://img.b2bpic.net/free-photo/young-woman-home-doing-her-beauty-routine_23-2150420954.jpg", alt: "Guest 5" },
]}
avatarText="Join 500+ happy travelers"
marqueeItems={[
{
type: "text",
text: "Mountain Views",
},
{
type: "text",
text: "Paragliding Ready",
},
{
type: "text",
text: "Modern Luxury",
},
{
type: "text",
text: "Prime Location",
},
{
type: "text",
text: "Fine Dining",
},
{ type: "text", text: "Mountain Views" },
{ type: "text", text: "Paragliding Ready" },
{ type: "text", text: "Modern Luxury" },
{ type: "text", text: "Prime Location" },
{ type: "text", text: "Fine Dining" },
]}
/>
</div>
@@ -138,33 +89,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "room-1",
brand: "Luxury Room",
name: "Standard Mountain View",
price: "₹4,500/night",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/bed-neatly-made-with-nightlight_1203-462.jpg",
},
{
id: "room-2",
brand: "Suite",
name: "Deluxe Grey Suite",
price: "₹6,000/night",
rating: 5,
reviewCount: "8",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-bouquet-bride_8353-62.jpg",
},
{
id: "room-3",
brand: "Room",
name: "Family Modern Room",
price: "₹7,500/night",
rating: 4,
reviewCount: "5",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-luxury-travel-house_23-2149140841.jpg",
},
{ id: "room-1", brand: "Luxury Room", name: "Standard Mountain View", price: "₹4,500/night", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/bed-neatly-made-with-nightlight_1203-462.jpg" },
{ id: "room-2", brand: "Suite", name: "Deluxe Grey Suite", price: "₹6,000/night", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-bouquet-bride_8353-62.jpg" },
{ id: "room-3", brand: "Room", name: "Family Modern Room", price: "₹7,500/night", rating: 4, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-luxury-travel-house_23-2149140841.jpg" },
]}
title="Our Accommodations"
description="Clean, modern, and perfectly suited for your comfort."
@@ -176,46 +103,11 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Amazing stay!",
quote: "Amazing stay and delicious food! From the moment I arrived, the staff was warm, welcoming, and professional.",
name: "Sonam Jigmey",
role: "Traveler",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-home-doing-her-beauty-routine_23-2150420954.jpg?_wi=1",
},
{
id: "2",
title: "Loved the experience",
quote: "Loved the experience of staying at this hotel.",
name: "Shreya",
role: "Guest",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg",
},
{
id: "3",
title: "Best near landing site",
quote: "Best hotel we could find near the landing site in Bir. Its a very new property with the best manager/owner. The theme is grey...",
name: "Pratik Satpathy",
role: "Adventurer",
imageSrc: "http://img.b2bpic.net/free-photo/spectacular-lovable-girl-with-curls-dressed-brown-shirt-is-looking-camera-with-wonderful-smile-while-sitting-cafe-with-coffee_291650-2187.jpg",
},
{
id: "4",
title: "Top-notch service",
quote: "The staff here is incredible, and the location is perfect for paragliding.",
name: "Ananya P.",
role: "Guest",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-walking-autumn-wearing-coat_285396-11071.jpg",
},
{
id: "5",
title: "Perfect base",
quote: "Everything about our stay was seamless, clean, and modern. Will be back.",
name: "Rahul Verma",
role: "Paraglider",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-home-doing-her-beauty-routine_23-2150420954.jpg?_wi=2",
},
{ id: "1", title: "Amazing stay!", quote: "Amazing stay and delicious food! From the moment I arrived, the staff was warm, welcoming, and professional.", name: "Sonam Jigmey", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-home-doing-her-beauty-routine_23-2150420954.jpg" },
{ id: "2", title: "Loved the experience", quote: "Loved the experience of staying at this hotel.", name: "Shreya", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg" },
{ id: "3", title: "Best near landing site", quote: "Best hotel we could find near the landing site in Bir. Its a very new property with the best manager/owner. The theme is grey...", name: "Pratik Satpathy", role: "Adventurer", imageSrc: "http://img.b2bpic.net/free-photo/spectacular-lovable-girl-with-curls-dressed-brown-shirt-is-looking-camera-with-wonderful-smile-while-sitting-cafe-with-coffee_291650-2187.jpg" },
{ id: "4", title: "Top-notch service", quote: "The staff here is incredible, and the location is perfect for paragliding.", name: "Ananya P.", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-walking-autumn-wearing-coat_285396-11071.jpg" },
{ id: "5", title: "Perfect base", quote: "Everything about our stay was seamless, clean, and modern. Will be back.", name: "Rahul Verma", role: "Paraglider", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-home-doing-her-beauty-routine_23-2150420954.jpg" },
]}
title="Guest Experiences"
description="What our guests say about their stay at Dephun Hotel."
@@ -225,16 +117,9 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
text="Visit us at BTS, Bir Colony, Tehsil, Baijnath, Himachal Pradesh 176077. Reach out today for bookings and inquiries."
buttons={[
{
text: "Contact Us",
href: "tel:+910000000000",
},
]}
buttons={[{ text: "Contact Us", href: "tel:+910000000000" }]}
/>
</div>