Merge version_5 into main #6

Merged
bender merged 1 commits from version_5 into main 2026-03-17 06:27:15 +00:00

View File

@@ -27,7 +27,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Cozy Haven"
brandName="Mondo House"
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
@@ -69,7 +69,7 @@ export default function LandingPage() {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B3kHYi03TNsSDsRM9Ab1CVno1c/uploaded-1773728564093-9yu6yijx.jpg", imageAlt: "Leather workshop and craftsmanship"
}
]}
ariaLabel="Hero section - Cozy Haven Coffee Shop"
ariaLabel="Hero section - Mondo House Coffee Shop"
/>
</div>
@@ -90,7 +90,7 @@ export default function LandingPage() {
<div id="experience" data-section="experience">
<FeatureCardEight
title="The Cozy Haven Experience"
title="The Mondo House Experience"
description="More than coffee—it's an escape. Enjoy our unique duplex setting paired with a working leather workshop."
tag="What Makes Us Special"
tagAnimation="slide-up"
@@ -162,7 +162,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
title="What Our Guests Say"
description="Real words from people who've made Cozy Haven their escape."
description="Real words from people who've made Mondo House their escape."
tag="Testimonials"
tagAnimation="slide-up"
testimonials={[
@@ -200,7 +200,7 @@ export default function LandingPage() {
<ContactCenter
tag="Your New Favorite Place"
title="Ready for an Escape?"
description="Join us at Cozy Haven. Book a visit or drop us a message—we'd love to welcome you."
description="Join us at Mondo House. Book a visit or drop us a message—we'd love to welcome you."
tagAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={true}
@@ -213,7 +213,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Cozy Haven"
logoText="Mondo House"
columns={[
{
title: "Navigate", items: [
@@ -228,7 +228,7 @@ export default function LandingPage() {
{ label: "Address", href: "#" },
{ label: "Hours", href: "#" },
{ label: "Phone", href: "tel:+97699999999" },
{ label: "Email", href: "mailto:hello@cozyhaven.mn" }
{ label: "Email", href: "mailto:hello@mondohouse.mn" }
]
},
{
@@ -240,7 +240,7 @@ export default function LandingPage() {
]
}
]}
copyrightText="© 2025 Cozy Haven Coffee & Leather Workshop. All rights reserved."
copyrightText="© 2025 Mondo House Coffee & Leather Workshop. All rights reserved."
ariaLabel="Site footer"
/>
</div>