Merge version_1 into main #1
227
src/app/page.tsx
227
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="HOUN"
|
||||
/>
|
||||
@@ -54,71 +42,31 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Redefining Luxury in Every Detail"
|
||||
description="Premium services crafted for those who expect nothing less than excellence. Experience sophistication redefined."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book Now", href: "#contact" }, { text: "Explore Services", href: "#services" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glitter-flowers-decoration-table_23-2147957848.jpg",
|
||||
imageAlt: "Luxury living space",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-middle-aged-businessman-cafe-counter_1262-1833.jpg",
|
||||
imageAlt: "Premium concierge experience",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-year-celebration-concept-with-woman_23-2147717162.jpg",
|
||||
imageAlt: "Sophisticated lifestyle",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/suitcase-retro-camera-leather-case_23-2148328917.jpg",
|
||||
imageAlt: "Custom solution detail",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architecture-light-gothic-arches-windows-aesthetic-church-space_169016-68625.jpg",
|
||||
imageAlt: "Elegant architectural design",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flaming-candles-candlestick-table_23-2147962787.jpg",
|
||||
imageAlt: "Private event setting",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/glitter-flowers-decoration-table_23-2147957848.jpg", imageAlt: "Luxury living space" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/friendly-middle-aged-businessman-cafe-counter_1262-1833.jpg", imageAlt: "Premium concierge experience" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/new-year-celebration-concept-with-woman_23-2147717162.jpg", imageAlt: "Sophisticated lifestyle" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/suitcase-retro-camera-leather-case_23-2148328917.jpg", imageAlt: "Custom solution detail" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/architecture-light-gothic-arches-windows-aesthetic-church-space_169016-68625.jpg", imageAlt: "Elegant architectural design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/flaming-candles-candlestick-table_23-2147962787.jpg", imageAlt: "Private event setting" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10+",
|
||||
description: "Years of Excellence",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
description: "Satisfied Clients",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
description: "Concierge Support",
|
||||
},
|
||||
{ id: "m1", value: "10+", description: "Years of Excellence" },
|
||||
{ id: "m2", value: "500+", description: "Satisfied Clients" },
|
||||
{ id: "m3", value: "24/7", description: "Concierge Support" },
|
||||
]}
|
||||
title="The Houn Standard"
|
||||
description="We don't just deliver services; we curate signature experiences built on expertise and elite craftsmanship."
|
||||
@@ -132,42 +80,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Premium Package",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/emergency-ambulance-vehicle-healthcare-icon-word_53876-120082.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "VIP Experience",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-blonde-fashion-model-white-suit-sits-soft-armchair-holding-her-legs-up_8353-5467.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Custom Solutions",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443501.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Bespoke Consulting",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-office-workspace-showcases-monitor-with-research-analysis-meetings_482257-118634.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Private Events",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/candle-golden-candlestick-wedding-table_8353-9969.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Concierge Access",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-man-using-tablet-hall_23-2147689167.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Premium Package", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/emergency-ambulance-vehicle-healthcare-icon-word_53876-120082.jpg" },
|
||||
{ id: "p2", name: "VIP Experience", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-blonde-fashion-model-white-suit-sits-soft-armchair-holding-her-legs-up_8353-5467.jpg" },
|
||||
{ id: "p3", name: "Custom Solutions", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443501.jpg" },
|
||||
{ id: "p4", name: "Bespoke Consulting", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/empty-office-workspace-showcases-monitor-with-research-analysis-meetings_482257-118634.jpg" },
|
||||
{ id: "p5", name: "Private Events", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/candle-golden-candlestick-wedding-table_8353-9969.jpg" },
|
||||
{ id: "p6", name: "Concierge Access", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/elegant-man-using-tablet-hall_23-2147689167.jpg" },
|
||||
]}
|
||||
title="Our Signature Offerings"
|
||||
description="Exclusive packages tailored for your specific lifestyle and business requirements."
|
||||
@@ -180,46 +98,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sjohnson",
|
||||
testimonial: "The best experience I've had. Pure class and professional service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mchen",
|
||||
testimonial: "Exquisite attention to detail, Houn transformed my vision into reality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2149396218.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@erodriguez",
|
||||
testimonial: "Unparalleled sophistication. Truly a signature luxury experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-thinking_23-2148317340.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@dkim",
|
||||
testimonial: "Reliable, elite, and always ahead of expectations. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1083.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fatima Ali",
|
||||
handle: "@fatimaa",
|
||||
testimonial: "A seamless experience from start to finish. World-class quality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-brown-eyed-lady-dark-jacket-isolated-background-attractive-short-haired-woman-black-suit-laughs-looks-into-camera-white-backdrop_197531-18488.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Johnson", handle: "@sjohnson", testimonial: "The best experience I've had. Pure class and professional service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg" },
|
||||
{ id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Exquisite attention to detail, Houn transformed my vision into reality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2149396218.jpg" },
|
||||
{ id: "3", name: "Emily Rodriguez", handle: "@erodriguez", testimonial: "Unparalleled sophistication. Truly a signature luxury experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-thinking_23-2148317340.jpg" },
|
||||
{ id: "4", name: "David Kim", handle: "@dkim", testimonial: "Reliable, elite, and always ahead of expectations. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1083.jpg" },
|
||||
{ id: "5", name: "Fatima Ali", handle: "@fatimaa", testimonial: "A seamless experience from start to finish. World-class quality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-brown-eyed-lady-dark-jacket-isolated-background-attractive-short-haired-woman-black-suit-laughs-looks-into-camera-white-backdrop_197531-18488.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Voices of Excellence"
|
||||
@@ -229,30 +112,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<FeatureCardTwentyEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "g1",
|
||||
title: "Elite Interiors",
|
||||
subtitle: "Luxury Design",
|
||||
category: "Environment",
|
||||
value: "Refined",
|
||||
},
|
||||
{
|
||||
id: "g2",
|
||||
title: "Premium Concierge",
|
||||
subtitle: "Excellence Service",
|
||||
category: "Operations",
|
||||
value: "Elite",
|
||||
},
|
||||
{
|
||||
id: "g3",
|
||||
title: "Bespoke Solutions",
|
||||
subtitle: "Curated Experiences",
|
||||
category: "Planning",
|
||||
value: "Signature",
|
||||
},
|
||||
{ id: "g1", title: "Elite Interiors", subtitle: "Luxury Design", category: "Environment", value: "Refined" },
|
||||
{ id: "g2", title: "Premium Concierge", subtitle: "Excellence Service", category: "Operations", value: "Elite" },
|
||||
{ id: "g3", title: "Bespoke Solutions", subtitle: "Curated Experiences", category: "Planning", value: "Signature" },
|
||||
]}
|
||||
title="Visualizing Sophistication"
|
||||
description="A glimpse into the Houn lifestyle."
|
||||
@@ -264,21 +130,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I book a consultation?",
|
||||
content: "You can easily book through our WhatsApp link or by calling our office directly.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What areas do you serve?",
|
||||
content: "We offer signature services in key luxury hubs, providing personalized attention everywhere we operate.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I customize my package?",
|
||||
content: "Absolutely. We pride ourselves on creating tailor-made solutions to suit your specific lifestyle.",
|
||||
},
|
||||
{ id: "f1", title: "How do I book a consultation?", content: "You can easily book through our WhatsApp link or by calling our office directly." },
|
||||
{ id: "f2", title: "What areas do you serve?", content: "We offer signature services in key luxury hubs, providing personalized attention everywhere we operate." },
|
||||
{ id: "f3", title: "Can I customize my package?", content: "Absolutely. We pride ourselves on creating tailor-made solutions to suit your specific lifestyle." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Clear answers to help you begin your journey with Houn."
|
||||
@@ -291,14 +145,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Luxe Interiors",
|
||||
"Global Concierge",
|
||||
"Elite Travel",
|
||||
"Prime Solutions",
|
||||
"Signature Events",
|
||||
"Royal Hospitality",
|
||||
"Grand Properties",
|
||||
]}
|
||||
"Luxe Interiors", "Global Concierge", "Elite Travel", "Prime Solutions", "Signature Events", "Royal Hospitality", "Grand Properties"]}
|
||||
title="Trusted Partnerships"
|
||||
description="Collaborating with industry leaders worldwide."
|
||||
/>
|
||||
@@ -307,9 +154,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Inquire Today"
|
||||
title="Let's Begin Your Journey"
|
||||
description="Ready to experience excellence? Get in touch with us through WhatsApp or our inquiry form."
|
||||
|
||||
Reference in New Issue
Block a user