Merge version_1 into main #1
206
src/app/page.tsx
206
src/app/page.tsx
@@ -33,35 +33,24 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
name: "Home", id: "home"
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
href: "#about",
|
||||
name: "About", id: "about"
|
||||
},
|
||||
{
|
||||
name: "Offerings",
|
||||
id: "offerings",
|
||||
href: "#offerings",
|
||||
name: "Offerings", id: "offerings"
|
||||
},
|
||||
{
|
||||
name: "Community",
|
||||
id: "community",
|
||||
href: "#community",
|
||||
name: "Community", id: "community"
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "#contact",
|
||||
},
|
||||
name: "Contact", id: "contact"
|
||||
}
|
||||
]}
|
||||
brandName="The Curated Haven"
|
||||
button={{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
text: "Visit Us", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -69,30 +58,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
variant: "radial-gradient"
|
||||
}}
|
||||
title="Curated gathering space for artisans and seekers"
|
||||
description="Where independent bakery, specialty coffee, and creative community converge in one intentional destination."
|
||||
kpis={[
|
||||
{
|
||||
value: "10+",
|
||||
label: "Artisan Vendors",
|
||||
value: "10+", label: "Artisan Vendors"
|
||||
},
|
||||
{
|
||||
value: "50+",
|
||||
label: "Unique Offerings",
|
||||
value: "50+", label: "Unique Offerings"
|
||||
},
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Star Rating",
|
||||
},
|
||||
value: "4.9", label: "Star Rating"
|
||||
}
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore the Space",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Explore the Space", href: "#about"
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/three-stylish-bearded-man-well-dressed-with-one-blonde-girl-white-dress-posed-musician-band-singers_627829-10081.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -104,13 +89,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Discover ",
|
||||
type: "text", content: "Discover "
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Philosophy",
|
||||
},
|
||||
type: "text", content: "Our Philosophy"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,21 +105,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Outdated atmosphere",
|
||||
"Limited vendor choice",
|
||||
"Inconsistent quality",
|
||||
"Uninspired spaces",
|
||||
"Lack of community",
|
||||
],
|
||||
"Outdated atmosphere", "Limited vendor choice", "Inconsistent quality", "Uninspired spaces", "Lack of community"
|
||||
]
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Modern, pristine design",
|
||||
"Diverse artisan selection",
|
||||
"Exceptional quality, guaranteed",
|
||||
"Flexible, inspiring workspace",
|
||||
"Vibrant, welcoming community",
|
||||
],
|
||||
"Modern, pristine design", "Diverse artisan selection", "Exceptional quality, guaranteed", "Flexible, inspiring workspace", "Vibrant, welcoming community"
|
||||
]
|
||||
}}
|
||||
title="Unrivaled Craft & Comfort"
|
||||
description="We've meticulously addressed common concerns to offer an experience that is both sophisticated and seamless. Compare our dedication to quality and atmosphere."
|
||||
@@ -151,29 +126,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Flaky Butter Croissant",
|
||||
price: "$4.50",
|
||||
variant: "Classic French",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-donuts-concept_23-2148761706.jpg",
|
||||
imageAlt: "A perfectly golden, flaky butter croissant",
|
||||
id: "1", name: "Flaky Butter Croissant", price: "$4.50", variant: "Classic French", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-donuts-concept_23-2148761706.jpg", imageAlt: "A perfectly golden, flaky butter croissant"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Signature Espresso Blend",
|
||||
price: "$5.00",
|
||||
variant: "Medium Roast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cold-coffee-drink-with-ice-wooden-background_23-2147876640.jpg",
|
||||
imageAlt: "A beautifully crafted latte with intricate foam art",
|
||||
id: "2", name: "Signature Espresso Blend", price: "$5.00", variant: "Medium Roast", imageSrc: "http://img.b2bpic.net/free-photo/cold-coffee-drink-with-ice-wooden-background_23-2147876640.jpg", imageAlt: "A beautifully crafted latte with intricate foam art"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Decadent Chocolate Cake",
|
||||
price: "$9.00",
|
||||
variant: "Slice",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-restaurant_23-2148018859.jpg",
|
||||
imageAlt: "A rich slice of chocolate cake with a delicate topping",
|
||||
},
|
||||
id: "3", name: "Decadent Chocolate Cake", price: "$9.00", variant: "Slice", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-restaurant_23-2148018859.jpg", imageAlt: "A rich slice of chocolate cake with a delicate topping"
|
||||
}
|
||||
]}
|
||||
title="Artisan Offerings"
|
||||
description="Savor the exquisite collection from our handpicked vendors, featuring the finest in baked goods and specialty coffee. Each item tells a story of passion and craftsmanship."
|
||||
@@ -188,33 +148,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Marketing Executive",
|
||||
testimonial: "The Curated Haven is my absolute favorite spot in Westminster. The coffee is exceptional, and the atmosphere is perfect for both focused work and relaxed meetings. It's truly a premium experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-cafe-with-coffee_624325-2593.jpg",
|
||||
id: "1", name: "Sarah J.", role: "Marketing Executive", testimonial: "The Curated Haven is my absolute favorite spot in Westminster. The coffee is exceptional, and the atmosphere is perfect for both focused work and relaxed meetings. It's truly a premium experience.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-cafe-with-coffee_624325-2593.jpg"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael D.",
|
||||
role: "Freelance Designer",
|
||||
testimonial: "Finally, a place that combines top-tier artisan goods with an inspiring, clean environment. I've found my new creative sanctuary and highly recommend it to fellow remote workers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office_1157-21038.jpg",
|
||||
id: "2", name: "Michael D.", role: "Freelance Designer", testimonial: "Finally, a place that combines top-tier artisan goods with an inspiring, clean environment. I've found my new creative sanctuary and highly recommend it to fellow remote workers.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office_1157-21038.jpg"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Event Planner",
|
||||
testimonial: "Our small corporate event here was a huge success. The team was incredibly accommodating, the space felt luxurious, and our guests loved the unique selection of food and drinks. Impeccable standards!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-checking-time-while-talking-mobile-phone_23-2147974691.jpg",
|
||||
id: "3", name: "Emily R.", role: "Event Planner", testimonial: "Our small corporate event here was a huge success. The team was incredibly accommodating, the space felt luxurious, and our guests loved the unique selection of food and drinks. Impeccable standards!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-checking-time-while-talking-mobile-phone_23-2147974691.jpg"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Tech Innovator",
|
||||
testimonial: "I appreciate the attention to detail, from the minimalist design to the superb quality of every pastry and coffee. It's a fantastic place to unwind or network, always feeling fresh and inviting.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-drinking-tasty-sweet-cocktail-city-terrace-casual-trendy-outfit-weekend-travel-mood_291049-1724.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", role: "Tech Innovator", testimonial: "I appreciate the attention to detail, from the minimalist design to the superb quality of every pastry and coffee. It's a fantastic place to unwind or network, always feeling fresh and inviting.", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-drinking-tasty-sweet-cocktail-city-terrace-casual-trendy-outfit-weekend-travel-mood_291049-1724.jpg"
|
||||
}
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from our community of discerning individuals who have discovered their perfect haven for creativity, connection, and culinary delight."
|
||||
@@ -225,14 +169,9 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/hand-drawn-gold-crown-logo-template_23-2150947488.jpg",
|
||||
"http://img.b2bpic.net/free-vector/coffee-shop-logo-template_23-2150529574.jpg",
|
||||
"http://img.b2bpic.net/free-photo/chocolate-candies-cinnamon-orange-nuts-wood-desk_176420-7467.jpg",
|
||||
"http://img.b2bpic.net/free-vector/thanksgiving-logo-template-design_742173-27397.jpg",
|
||||
"http://img.b2bpic.net/free-photo/front-view-orange-smoothie-glass-bottle_23-2148555348.jpg",
|
||||
"http://img.b2bpic.net/free-vector/hand-draw-healthy-food-logo-template_23-2149663676.jpg",
|
||||
"http://img.b2bpic.net/free-vector/tea-logo-design-template_742173-32108.jpg",
|
||||
"http://img.b2bpic.net/free-vector/hand-drawn-gold-crown-logo-template_23-2150947488.jpg", "http://img.b2bpic.net/free-vector/coffee-shop-logo-template_23-2150529574.jpg", "http://img.b2bpic.net/free-photo/chocolate-candies-cinnamon-orange-nuts-wood-desk_176420-7467.jpg", "http://img.b2bpic.net/free-vector/thanksgiving-logo-template-design_742173-27397.jpg", "http://img.b2bpic.net/free-photo/front-view-orange-smoothie-glass-bottle_23-2148555348.jpg", "http://img.b2bpic.net/free-vector/hand-draw-healthy-food-logo-template_23-2149663676.jpg", "http://img.b2bpic.net/free-vector/tea-logo-design-template_742173-32108.jpg"
|
||||
]}
|
||||
title="Our Esteemed Artisan Partners"
|
||||
description="Showcasing the independent creators and brands who contribute to our unique, curated selection, bringing their passion and craft to our community."
|
||||
@@ -245,25 +184,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What types of vendors are at The Curated Haven?",
|
||||
content: "We host a rotating selection of independent artisan bakers, specialty coffee roasters, and other gourmet food purveyors. Our vendors are carefully selected for their commitment to quality and unique offerings.",
|
||||
id: "1", title: "What types of vendors are at The Curated Haven?", content: "We host a rotating selection of independent artisan bakers, specialty coffee roasters, and other gourmet food purveyors. Our vendors are carefully selected for their commitment to quality and unique offerings."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is the space suitable for remote work?",
|
||||
content: "Absolutely. Our venue offers comfortable seating, reliable Wi-Fi, and a sophisticated, quiet ambiance perfect for remote workers and creatives. We have various seating options to accommodate individual and collaborative work.",
|
||||
id: "2", title: "Is the space suitable for remote work?", content: "Absolutely. Our venue offers comfortable seating, reliable Wi-Fi, and a sophisticated, quiet ambiance perfect for remote workers and creatives. We have various seating options to accommodate individual and collaborative work."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I book the venue for private events?",
|
||||
content: "Yes, The Curated Haven is available for private event bookings, including small corporate meetings, workshops, and social gatherings. Please contact us for more details on availability and custom packages.",
|
||||
id: "3", title: "Can I book the venue for private events?", content: "Yes, The Curated Haven is available for private event bookings, including small corporate meetings, workshops, and social gatherings. Please contact us for more details on availability and custom packages."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "How do you ensure cleanliness and hygiene?",
|
||||
content: "Cleanliness is a top priority. We maintain rigorous cleaning protocols throughout the day, ensuring all surfaces, equipment, and public areas are pristine. Our staff are trained to uphold the highest standards of hygiene.",
|
||||
},
|
||||
id: "4", title: "How do you ensure cleanliness and hygiene?", content: "Cleanliness is a top priority. We maintain rigorous cleaning protocols throughout the day, ensuring all surfaces, equipment, and public areas are pristine. Our staff are trained to uphold the highest standards of hygiene."
|
||||
}
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Find quick answers to frequently asked questions about our space, vendors, and services."
|
||||
@@ -277,21 +208,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your operating hours?",
|
||||
content: "We are open Monday to Friday from 7 AM to 7 PM, and Saturday to Sunday from 8 AM to 6 PM.",
|
||||
id: "1", title: "What are your operating hours?", content: "We are open Monday to Friday from 7 AM to 7 PM, and Saturday to Sunday from 8 AM to 6 PM."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Where are you located?",
|
||||
content: "You can find us in the heart of Westminster, easily accessible by public transport and with ample parking nearby. Visit our dedicated 'Contact Us' page for the full address and a map.",
|
||||
},
|
||||
id: "2", title: "Where are you located?", content: "You can find us in the heart of Westminster, easily accessible by public transport and with ample parking nearby. Visit our dedicated 'Contact Us' page for the full address and a map."
|
||||
}
|
||||
]}
|
||||
ctaTitle="Reach Out To Us"
|
||||
ctaDescription="Whether you're interested in event bookings, exploring vendor partnerships, or have a general inquiry, we're here to assist. Connect with us."
|
||||
ctaButton={{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
text: "Contact Us", href: "/contact"
|
||||
}}
|
||||
ctaIcon={Mail}
|
||||
/>
|
||||
@@ -302,56 +228,44 @@ export default function LandingPage() {
|
||||
logoText="The Curated Haven"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
label: "Home", href: "/"
|
||||
},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
label: "About Us", href: "/about"
|
||||
},
|
||||
{
|
||||
label: "Our Offerings",
|
||||
href: "/offerings",
|
||||
label: "Our Offerings", href: "/offerings"
|
||||
},
|
||||
{
|
||||
label: "Community",
|
||||
href: "/community",
|
||||
},
|
||||
],
|
||||
label: "Community", href: "/community"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
label: "Contact", href: "/contact"
|
||||
},
|
||||
{
|
||||
label: "Vendor Inquiries",
|
||||
href: "/contact",
|
||||
label: "Vendor Inquiries", href: "/contact"
|
||||
},
|
||||
{
|
||||
label: "Event Bookings",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
label: "Event Bookings", 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: "#"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 The Curated Haven | All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user