From faa8844033b03218221666df18d82518f1545c2d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:20:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 97 ++++++++++++++++++++++++++++-------------------- 1 file changed, 57 insertions(+), 40 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 62b7940..1c589db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,32 +10,43 @@ import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; import BlogCardThree from "@/components/sections/blog/BlogCardThree"; import FooterCard from "@/components/sections/footer/FooterCard"; +import Link from "next/link"; import { Crown, Sparkles, Home, Facebook, Instagram, Linkedin, Twitter } from "lucide-react"; -export default function LandingPage() { +const assetMap = { + "hero-palace": "http://img.b2bpic.net/free-photo/classic-architecture-beautiful-home-with-flowers_23-2151913170.jpg", "hero-testimonial-1": "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg", "about-palace-interior": "http://img.b2bpic.net/free-photo/classical-architecture-with-perfect-symmetry-deep-perspective-ancient-colonnade_169016-69945.jpg", "amenity-swimming-pool": "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-tree_1339-4854.jpg", "amenity-spa": "http://img.b2bpic.net/free-photo/woman-relaxing-spa_23-2148001030.jpg", "amenity-restaurant": "http://img.b2bpic.net/free-photo/close-up-plate-with-cutlery-decorated-with-dry-flowers-rustic-style_169016-11017.jpg", "amenity-conference": "http://img.b2bpic.net/free-photo/smiling-businessman-using-digital-tablet-waiting-area_107420-95810.jpg", "room-deluxe-suite": "http://img.b2bpic.net/free-photo/pillow-bed_74190-6082.jpg", "room-palace-suite": "http://img.b2bpic.net/free-photo/bride-with-closing-face-veil-standing-balcony-vitage-castle_8353-12347.jpg", "room-garden-view": "http://img.b2bpic.net/free-photo/beautiful-young-girl-green-dress_72229-1115.jpg", "attraction-narayanhiti-palace": "http://img.b2bpic.net/free-photo/tunnel-palace-india-king-mahal_1376-60.jpg", "attraction-garden-dreams": "http://img.b2bpic.net/free-photo/chinese-temple_649448-4111.jpg", "attraction-durbar-marg": "http://img.b2bpic.net/free-photo/beautiful-street-view_1417-1484.jpg", "testimonial-guest-2": "http://img.b2bpic.net/free-photo/handsome-man-standing-airport_1157-22058.jpg", "testimonial-guest-3": "http://img.b2bpic.net/free-photo/front-view-man-traveling-by-train_23-2150510132.jpg", "testimonial-guest-4": "http://img.b2bpic.net/free-photo/smiley-travelling-woman-taking-selfie_23-2148218453.jpg" +}; + +const getAssetUrl = (assetId: string): string => { + return assetMap[assetId as keyof typeof assetMap] || "/placeholders/placeholder1.webp"; +}; + +export default function Home() { + const navItems = [ + { name: "Hero", id: "/" }, + { name: "Heritage", id: "about" }, + { name: "Amenities", id: "amenities" }, + { name: "Rooms", id: "rooms" }, + { name: "Contact", id: "contact" } + ]; + return ( @@ -45,25 +56,25 @@ export default function LandingPage() { description="Discover the legendary 5-star Yak & Yeti Hotel, where 1,000+ years of Nepali heritage meet contemporary luxury. Built around the historic Lal Durbar Palace on Durbar Marg." tag="Iconic Luxury Hotel" tagIcon={Crown} - imageSrc="http://img.b2bpic.net/free-photo/classic-architecture-beautiful-home-with-flowers_23-2151913170.jpg" + imageSrc={getAssetUrl("hero-palace")} imageAlt="Yak & Yeti Palace Hotel exterior" mediaAnimation="slide-up" testimonials={[ { name: "Sarah Mitchell", handle: "CEO, International Travel Group", testimonial: "An unforgettable blend of heritage and luxury. The palace setting is absolutely breathtaking.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg?_wi=1" + imageSrc: getAssetUrl("hero-testimonial-1") }, { name: "Rajesh Kumar", handle: "Diplomat, Ministry of External Affairs", testimonial: "The perfect venue for hosting dignitaries and important meetings. Impeccable service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-airport_1157-22058.jpg?_wi=1" + imageSrc: getAssetUrl("testimonial-guest-2") }, { name: "Maria Gonzalez", handle: "Travel Influencer, 500K+ followers", testimonial: "Every corner tells a story. The gardens, the architecture, the hospitality—simply magical.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-traveling-by-train_23-2150510132.jpg?_wi=1" + imageSrc: getAssetUrl("testimonial-guest-3") }, { name: "David Chen", handle: "Wedding Planner, Elite Events", testimonial: "The most sought-after destination for luxury weddings and gala events in Kathmandu.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-travelling-woman-taking-selfie_23-2148218453.jpg?_wi=1" + imageSrc: getAssetUrl("testimonial-guest-4") } ]} buttons={[ @@ -79,7 +90,7 @@ export default function LandingPage() { title="A Living Legacy of Nepali Heritage" description="Built around the historic Lal Durbar Palace, Yak & Yeti seamlessly combines traditional Nepali architecture with modern luxury. For decades, it has been the preferred choice of diplomats, international guests, and discerning travelers seeking an authentic Kathmandu experience wrapped in five-star comfort." tag="Heritage Since 1970s" - imageSrc="http://img.b2bpic.net/free-photo/classical-architecture-with-perfect-symmetry-deep-perspective-ancient-colonnade_169016-69945.jpg" + imageSrc={getAssetUrl("about-palace-interior")} imageAlt="Historic Palace Interior" buttons={[{ text: "Learn Our Story", href: "#" }]} useInvertedBackground={true} @@ -95,19 +106,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Swimming Pool & Fitness", description: "Luxurious heated swimming pool surrounded by manicured gardens, combined with a fully equipped fitness center offering personalized training and wellness programs.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-tree_1339-4854.jpg" + title: "Swimming Pool & Fitness", description: "Luxurious heated swimming pool surrounded by manicured gardens, combined with a fully equipped fitness center offering personalized training and wellness programs.", imageSrc: getAssetUrl("amenity-swimming-pool") }, { id: 2, - title: "Signature Spa & Wellness", description: "Indulge in traditional Nepali healing treatments and contemporary therapies at our full-service spa, designed for ultimate relaxation and rejuvenation.", imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa_23-2148001030.jpg" + title: "Signature Spa & Wellness", description: "Indulge in traditional Nepali healing treatments and contemporary therapies at our full-service spa, designed for ultimate relaxation and rejuvenation.", imageSrc: getAssetUrl("amenity-spa") }, { id: 3, - title: "Fine Dining Experiences", description: "Savor authentic Nepali cuisine and international delicacies across multiple restaurants and bars, each offering a unique culinary journey in elegant settings.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-plate-with-cutlery-decorated-with-dry-flowers-rustic-style_169016-11017.jpg" + title: "Fine Dining Experiences", description: "Savor authentic Nepali cuisine and international delicacies across multiple restaurants and bars, each offering a unique culinary journey in elegant settings.", imageSrc: getAssetUrl("amenity-restaurant") }, { id: 4, - title: "Conference & Event Spaces", description: "State-of-the-art conference halls and grand ballrooms host everything from international summits to lavish weddings, accommodating up to 500 guests.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-using-digital-tablet-waiting-area_107420-95810.jpg" + title: "Conference & Event Spaces", description: "State-of-the-art conference halls and grand ballrooms host everything from international summits to lavish weddings, accommodating up to 500 guests.", imageSrc: getAssetUrl("amenity-conference") } ]} textboxLayout="default" @@ -124,13 +135,13 @@ export default function LandingPage() { tagIcon={Home} products={[ { - id: "1", name: "Deluxe Room", price: "From $280/night", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-6082.jpg", imageAlt: "Deluxe Room" + id: "1", name: "Deluxe Room", price: "From $280/night", imageSrc: getAssetUrl("room-deluxe-suite") }, { - id: "2", name: "Palace Heritage Suite", price: "From $420/night", imageSrc: "http://img.b2bpic.net/free-photo/bride-with-closing-face-veil-standing-balcony-vitage-castle_8353-12347.jpg", imageAlt: "Palace Heritage Suite" + id: "2", name: "Palace Heritage Suite", price: "From $420/night", imageSrc: getAssetUrl("room-palace-suite") }, { - id: "3", name: "Garden View Suite", price: "From $350/night", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl-green-dress_72229-1115.jpg", imageAlt: "Garden View Suite" + id: "3", name: "Garden View Suite", price: "From $350/night", imageSrc: getAssetUrl("room-garden-view") } ]} gridVariant="three-columns-all-equal-width" @@ -166,27 +177,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Emma Richardson", role: "Executive Director", company: "Global Ventures", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg?_wi=2" + imageSrc: getAssetUrl("hero-testimonial-1") }, { id: "2", name: "Ananya Sharma", role: "Wedding Planner", company: "Luxury Events Asia", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-airport_1157-22058.jpg?_wi=2" + imageSrc: getAssetUrl("testimonial-guest-2") }, { id: "3", name: "James Thompson", role: "Travel Correspondent", company: "World Travel Magazine", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-traveling-by-train_23-2150510132.jpg?_wi=2" + imageSrc: getAssetUrl("testimonial-guest-3") }, { id: "4", name: "Priya Patel", role: "Diplomat", company: "Ministry of Foreign Affairs", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-travelling-woman-taking-selfie_23-2148218453.jpg?_wi=2" + imageSrc: getAssetUrl("testimonial-guest-4") }, { id: "5", name: "Marco Rossi", role: "Conference Organizer", company: "International Forums Ltd", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg?_wi=3" + imageSrc: getAssetUrl("hero-testimonial-1") }, { id: "6", name: "Lisa Wong", role: "Travel Blogger", company: "Wanderlust Chronicles", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-airport_1157-22058.jpg?_wi=3" + imageSrc: getAssetUrl("testimonial-guest-2") } ]} gridVariant="three-columns-all-equal-width" @@ -203,13 +214,19 @@ export default function LandingPage() { tag="Travel Guide" blogs={[ { - id: "1", category: "Heritage Site", title: "Narayanhiti Palace Museum", excerpt: "Explore the former royal palace, a stunning example of Nepali architecture and culture, just steps away from your hotel.", imageSrc: "http://img.b2bpic.net/free-photo/tunnel-palace-india-king-mahal_1376-60.jpg", imageAlt: "Narayanhiti Palace Museum", authorName: "Yak & Yeti Concierge", authorAvatar: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg", date: "Distance: 0.5 km" + id: "1", category: "Heritage Site", title: "Narayanhiti Palace Museum", excerpt: "Explore the former royal palace, a stunning example of Nepali architecture and culture, just steps away from your hotel.", imageSrc: getAssetUrl("attraction-narayanhiti-palace"), + authorName: "Yak & Yeti Concierge", authorAvatar: getAssetUrl("hero-testimonial-1"), + date: "Distance: 0.5 km" }, { - id: "2", category: "Garden", title: "Garden of Dreams", excerpt: "A hidden oasis of serenity featuring beautiful courtyards, pools, and traditional Nepali gardens offering respite from the city.", imageSrc: "http://img.b2bpic.net/free-photo/chinese-temple_649448-4111.jpg", imageAlt: "Garden of Dreams", authorName: "Yak & Yeti Concierge", authorAvatar: "http://img.b2bpic.net/free-photo/handsome-man-standing-airport_1157-22058.jpg", date: "Distance: 1 km" + id: "2", category: "Garden", title: "Garden of Dreams", excerpt: "A hidden oasis of serenity featuring beautiful courtyards, pools, and traditional Nepali gardens offering respite from the city.", imageSrc: getAssetUrl("attraction-garden-dreams"), + authorName: "Yak & Yeti Concierge", authorAvatar: getAssetUrl("testimonial-guest-2"), + date: "Distance: 1 km" }, { - id: "3", category: "Shopping", title: "Durbar Marg Shopping District", excerpt: "Experience world-class shopping with luxury brands and authentic Nepali crafts along the vibrant Durbar Marg street.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-street-view_1417-1484.jpg", imageAlt: "Durbar Marg Shopping District", authorName: "Yak & Yeti Concierge", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-man-traveling-by-train_23-2150510132.jpg", date: "Distance: Walking Distance" + id: "3", category: "Shopping", title: "Durbar Marg Shopping District", excerpt: "Experience world-class shopping with luxury brands and authentic Nepali crafts along the vibrant Durbar Marg street.", imageSrc: getAssetUrl("attraction-durbar-marg"), + authorName: "Yak & Yeti Concierge", authorAvatar: getAssetUrl("testimonial-guest-3"), + date: "Distance: Walking Distance" } ]} animationType="slide-up" @@ -232,4 +249,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1