Merge version_1 into main #1
@@ -26,29 +26,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Rooms & Rates",
|
||||
id: "/rooms",
|
||||
},
|
||||
name: "Rooms & Rates", id: "/rooms"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Amenities",
|
||||
id: "/amenities",
|
||||
},
|
||||
name: "Amenities", id: "/amenities"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="House Of Traditions"
|
||||
/>
|
||||
@@ -62,41 +50,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Elegant Lobby",
|
||||
description: "The welcoming heart of our guesthouse, blending traditional aesthetics with modern comfort.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg",
|
||||
imageAlt: "Elegant guesthouse lobby",
|
||||
},
|
||||
title: "Elegant Lobby", description: "The welcoming heart of our guesthouse, blending traditional aesthetics with modern comfort.", imageSrc: "http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg", imageAlt: "Elegant guesthouse lobby"},
|
||||
{
|
||||
title: "Comfortable Suite",
|
||||
description: "A spacious bedroom designed for ultimate relaxation, with ample natural light.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-6082.jpg",
|
||||
imageAlt: "Spacious guesthouse bedroom",
|
||||
},
|
||||
title: "Comfortable Suite", description: "A spacious bedroom designed for ultimate relaxation, with ample natural light.", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-6082.jpg", imageAlt: "Spacious guesthouse bedroom"},
|
||||
{
|
||||
title: "Lush Gardens",
|
||||
description: "Our beautifully maintained gardens offer a peaceful escape, perfect for a leisurely stroll.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorative-flower-red-bottle_1137-103.jpg",
|
||||
imageAlt: "Lush guesthouse garden",
|
||||
},
|
||||
title: "Lush Gardens", description: "Our beautifully maintained gardens offer a peaceful escape, perfect for a leisurely stroll.", imageSrc: "http://img.b2bpic.net/free-photo/decorative-flower-red-bottle_1137-103.jpg", imageAlt: "Lush guesthouse garden"},
|
||||
{
|
||||
title: "Exquisite Dining",
|
||||
description: "Experience fine dining in a serene setting, where every meal is a culinary delight.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dining-room-beige-color-tones-interior-design_114579-2225.jpg",
|
||||
imageAlt: "Elegant guesthouse dining room",
|
||||
},
|
||||
title: "Exquisite Dining", description: "Experience fine dining in a serene setting, where every meal is a culinary delight.", imageSrc: "http://img.b2bpic.net/free-photo/dining-room-beige-color-tones-interior-design_114579-2225.jpg", imageAlt: "Elegant guesthouse dining room"},
|
||||
{
|
||||
title: "Bani Gala Views",
|
||||
description: "Wake up to panoramic views of Bani Gala's rolling hills, a truly refreshing sight.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-wooden-table-with-natural-view_53876-139869.jpg",
|
||||
imageAlt: "View of Bani Gala from guesthouse",
|
||||
},
|
||||
title: "Bani Gala Views", description: "Wake up to panoramic views of Bani Gala's rolling hills, a truly refreshing sight.", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-wooden-table-with-natural-view_53876-139869.jpg", imageAlt: "View of Bani Gala from guesthouse"},
|
||||
{
|
||||
title: "Traditional Details",
|
||||
description: "Discover intricate traditional details that adorn every corner, reflecting local heritage.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/knitting-carpet-with-blue-threads_114579-12634.jpg",
|
||||
imageAlt: "Traditional art decor",
|
||||
},
|
||||
title: "Traditional Details", description: "Discover intricate traditional details that adorn every corner, reflecting local heritage.", imageSrc: "http://img.b2bpic.net/free-photo/knitting-carpet-with-blue-threads_114579-12634.jpg", imageAlt: "Traditional art decor"},
|
||||
]}
|
||||
title="A Glimpse Into Our World"
|
||||
description="Explore the serene beauty of our guest house, from elegantly furnished interiors to lush outdoor spaces and breathtaking views."
|
||||
@@ -107,7 +71,6 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Crafting Memorable Visuals"
|
||||
description="Every corner of House Of Traditions tells a story of elegance and comfort. Our gallery invites you to envision your perfect stay with us, capturing the essence of our unique hospitality."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -115,50 +78,31 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Rooms & Rates",
|
||||
href: "/rooms",
|
||||
},
|
||||
label: "Rooms & Rates", href: "/rooms"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Amenities",
|
||||
href: "/amenities",
|
||||
},
|
||||
label: "Amenities", href: "/amenities"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
label: "Reviews", href: "/reviews"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
208
src/app/page.tsx
208
src/app/page.tsx
@@ -29,29 +29,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Rooms & Rates",
|
||||
id: "/rooms",
|
||||
},
|
||||
name: "Rooms & Rates", id: "/rooms"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Amenities",
|
||||
id: "/amenities",
|
||||
},
|
||||
name: "Amenities", id: "/amenities"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="House Of Traditions"
|
||||
/>
|
||||
@@ -60,63 +48,40 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Experience Timeless Hospitality at House Of Traditions"
|
||||
description="Nestled in the serene Bani Gala, Islamabad, our guest house offers an elegant retreat with traditional charm and modern comforts."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Stay",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Book Your Stay", href: "/contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/drone-view-pommer-mansion-taul-moldova-old-abandoned-building-with-greenery-around-it_1268-23458.jpg"
|
||||
imageAlt="Luxurious exterior of House Of Traditions guesthouse"
|
||||
mediaAnimation="opacity"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/waist-up-shot-smart-confident-stylish-girl-with-curly-hair-combed-bun-standing-profile-gazing-glasses_176420-24692.jpg",
|
||||
alt: "Guest avatar 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/waist-up-shot-smart-confident-stylish-girl-with-curly-hair-combed-bun-standing-profile-gazing-glasses_176420-24692.jpg", alt: "Guest avatar 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt-isolated-yellow-wall_141793-86933.jpg",
|
||||
alt: "Guest avatar 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt-isolated-yellow-wall_141793-86933.jpg", alt: "Guest avatar 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-side-profile-shot-young-man-with-focused-expression_482257-123029.jpg",
|
||||
alt: "Guest avatar 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-side-profile-shot-young-man-with-focused-expression_482257-123029.jpg", alt: "Guest avatar 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-adult-man-standing-with-his-hand-his-chin-smiling-comtemplating_53876-22965.jpg",
|
||||
alt: "Guest avatar 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/senior-adult-man-standing-with-his-hand-his-chin-smiling-comtemplating_53876-22965.jpg", alt: "Guest avatar 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-lovely-sincere-asian-woman-with-dark-hair-tilts-head-feels-happy-feels-glad-wears-yellow-jumper-isolated-white-wall_273609-53370.jpg",
|
||||
alt: "Guest avatar 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-lovely-sincere-asian-woman-with-dark-hair-tilts-head-feels-happy-feels-glad-wears-yellow-jumper-isolated-white-wall_273609-53370.jpg", alt: "Guest avatar 5"},
|
||||
]}
|
||||
avatarText="Over 5000 happy guests"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Luxurious Stays",
|
||||
},
|
||||
type: "text", text: "Luxurious Stays"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Unforgettable Views",
|
||||
},
|
||||
type: "text", text: "Unforgettable Views"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Exceptional Service",
|
||||
},
|
||||
type: "text", text: "Exceptional Service"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Traditional Comfort",
|
||||
},
|
||||
type: "text", text: "Traditional Comfort"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Modern Amenities",
|
||||
},
|
||||
type: "text", text: "Modern Amenities"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,7 +90,6 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="A Legacy of Comfort and Serenity"
|
||||
description="House Of Traditions is more than just a guest house; it's a sanctuary where every detail is crafted to offer an unforgettable experience. Merging classic Pakistani architecture with contemporary amenities, we provide a peaceful escape with breathtaking views of Bani Gala's lush landscapes."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -137,29 +101,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "High-Speed Wi-Fi",
|
||||
description: "Stay connected with complimentary high-speed internet access throughout your stay.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-sitting-cafe_627829-5445.jpg",
|
||||
imageAlt: "Wi-Fi icon",
|
||||
},
|
||||
title: "High-Speed Wi-Fi", description: "Stay connected with complimentary high-speed internet access throughout your stay.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-sitting-cafe_627829-5445.jpg", imageAlt: "Wi-Fi icon"},
|
||||
{
|
||||
title: "Secure Parking",
|
||||
description: "Enjoy peace of mind with our secure and ample parking facilities for all guests.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-blue-indicator-with-arrow_23-2148456183.jpg",
|
||||
imageAlt: "Parking icon",
|
||||
},
|
||||
title: "Secure Parking", description: "Enjoy peace of mind with our secure and ample parking facilities for all guests.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-blue-indicator-with-arrow_23-2148456183.jpg", imageAlt: "Parking icon"},
|
||||
{
|
||||
title: "Air-Conditioned Comfort",
|
||||
description: "All our rooms are equipped with modern air conditioning for a comfortable ambiance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-smartphone-with-home-automation-app_23-2149036832.jpg",
|
||||
imageAlt: "Air conditioning icon",
|
||||
},
|
||||
title: "Air-Conditioned Comfort", description: "All our rooms are equipped with modern air conditioning for a comfortable ambiance.", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-smartphone-with-home-automation-app_23-2149036832.jpg", imageAlt: "Air conditioning icon"},
|
||||
{
|
||||
title: "Complimentary Breakfast",
|
||||
description: "Start your day with a delightful, freshly prepared breakfast, included with your stay.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-pouring-nar-sharab-grilled-salmon_140725-5309.jpg",
|
||||
imageAlt: "Breakfast spread",
|
||||
},
|
||||
title: "Complimentary Breakfast", description: "Start your day with a delightful, freshly prepared breakfast, included with your stay.", imageSrc: "http://img.b2bpic.net/free-photo/woman-pouring-nar-sharab-grilled-salmon_140725-5309.jpg", imageAlt: "Breakfast spread"},
|
||||
]}
|
||||
title="Unparalleled Comfort & Convenience"
|
||||
description="We ensure every aspect of your stay is seamless and delightful. From high-speed internet to delicious breakfast, we cater to your every need."
|
||||
@@ -172,65 +120,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
date: "March 15, 2024",
|
||||
title: "A True Oasis of Calm",
|
||||
quote: "House Of Traditions was an absolute delight. The ambiance was serene, the staff incredibly welcoming, and the views breathtaking. It felt like a home away from home!",
|
||||
tag: "Luxury Stay",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg",
|
||||
avatarAlt: "Sarah Johnson avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/terrace-lounge-with-rattan-armchairs-seaview-luxury-resort-summer-holiday-concept_1253-931.jpg",
|
||||
imageAlt: "Luxury room interior",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", date: "March 15, 2024", title: "A True Oasis of Calm", quote: "House Of Traditions was an absolute delight. The ambiance was serene, the staff incredibly welcoming, and the views breathtaking. It felt like a home away from home!", tag: "Luxury Stay", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg", avatarAlt: "Sarah Johnson avatar", imageSrc: "http://img.b2bpic.net/free-photo/terrace-lounge-with-rattan-armchairs-seaview-luxury-resort-summer-holiday-concept_1253-931.jpg", imageAlt: "Luxury room interior"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ahmad Khan",
|
||||
date: "February 28, 2024",
|
||||
title: "Exceptional Pakistani Hospitality",
|
||||
quote: "The blend of traditional decor and modern amenities was perfect. The breakfast was exquisite, and the personalized service made our family trip truly special.",
|
||||
tag: "Family Trip",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-beige-turtleneck-glasses-happy-cheerful-showing-thumbs-up_141793-55151.jpg",
|
||||
avatarAlt: "Ahmad Khan avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-2069.jpg",
|
||||
imageAlt: "Guesthouse common area",
|
||||
},
|
||||
id: "2", name: "Ahmad Khan", date: "February 28, 2024", title: "Exceptional Pakistani Hospitality", quote: "The blend of traditional decor and modern amenities was perfect. The breakfast was exquisite, and the personalized service made our family trip truly special.", tag: "Family Trip", avatarSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-beige-turtleneck-glasses-happy-cheerful-showing-thumbs-up_141793-55151.jpg", avatarAlt: "Ahmad Khan avatar", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-2069.jpg", imageAlt: "Guesthouse common area"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
date: "January 20, 2024",
|
||||
title: "Peaceful Retreat with Stunning Views",
|
||||
quote: "I came for a quiet getaway and found exactly that. The garden was beautiful, perfect for morning tea, and the views of Bani Gala were unforgettable.",
|
||||
tag: "Solo Traveler",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg",
|
||||
avatarAlt: "Emily Rodriguez avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-bower-beach_1339-2655.jpg",
|
||||
imageAlt: "Guesthouse garden",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", date: "January 20, 2024", title: "Peaceful Retreat with Stunning Views", quote: "I came for a quiet getaway and found exactly that. The garden was beautiful, perfect for morning tea, and the views of Bani Gala were unforgettable.", tag: "Solo Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg", avatarAlt: "Emily Rodriguez avatar", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-bower-beach_1339-2655.jpg", imageAlt: "Guesthouse garden"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dr. Omar Sheikh",
|
||||
date: "December 5, 2023",
|
||||
title: "Professional and Inviting",
|
||||
quote: "For my business trip, House Of Traditions offered the ideal environment. Professional yet incredibly comfortable. The team ensured every need was met with grace.",
|
||||
tag: "Business Travel",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-break_23-2148317329.jpg",
|
||||
avatarAlt: "Dr. Omar Sheikh avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table-thanksgiving-day-event_23-2148632539.jpg",
|
||||
imageAlt: "Elegant dining room",
|
||||
},
|
||||
id: "4", name: "Dr. Omar Sheikh", date: "December 5, 2023", title: "Professional and Inviting", quote: "For my business trip, House Of Traditions offered the ideal environment. Professional yet incredibly comfortable. The team ensured every need was met with grace.", tag: "Business Travel", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-break_23-2148317329.jpg", avatarAlt: "Dr. Omar Sheikh avatar", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table-thanksgiving-day-event_23-2148632539.jpg", imageAlt: "Elegant dining room"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fatima Zafar",
|
||||
date: "November 10, 2023",
|
||||
title: "A Gem in Islamabad",
|
||||
quote: "Absolutely loved my stay! The traditional touches made it feel very authentic, and the staff's warmth was truly heartwarming. Highly recommend to anyone visiting Islamabad.",
|
||||
tag: "Local Charm",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-lifestyle-blogger-girl-records-video-her-camera-social-media-shows_1258-255077.jpg",
|
||||
avatarAlt: "Fatima Zafar avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-mediterranean-door_23-2150902600.jpg",
|
||||
imageAlt: "Guesthouse exterior",
|
||||
},
|
||||
id: "5", name: "Fatima Zafar", date: "November 10, 2023", title: "A Gem in Islamabad", quote: "Absolutely loved my stay! The traditional touches made it feel very authentic, and the staff's warmth was truly heartwarming. Highly recommend to anyone visiting Islamabad.", tag: "Local Charm", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-lifestyle-blogger-girl-records-video-her-camera-social-media-shows_1258-255077.jpg", avatarAlt: "Fatima Zafar avatar", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-mediterranean-door_23-2150902600.jpg", imageAlt: "Guesthouse exterior"},
|
||||
]}
|
||||
title="Our Guests Share Their Experience"
|
||||
description="Hear what makes House Of Traditions a cherished destination for travelers seeking peace and comfort."
|
||||
@@ -241,18 +139,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to plan your escape? Contact us directly or send an inquiry for a memorable stay at House Of Traditions."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us: 0312 3999509",
|
||||
href: "tel:+923123999509",
|
||||
},
|
||||
text: "Call Us: 0312 3999509", href: "tel:+923123999509"},
|
||||
{
|
||||
text: "Book Online",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Book Online", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -261,50 +154,31 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Rooms & Rates",
|
||||
href: "/rooms",
|
||||
},
|
||||
label: "Rooms & Rates", href: "/rooms"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Amenities",
|
||||
href: "/amenities",
|
||||
},
|
||||
label: "Amenities", href: "/amenities"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
label: "Reviews", href: "/reviews"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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