3 Commits

Author SHA1 Message Date
61bb27e336 Update src/app/page.tsx 2026-03-17 06:27:11 +00:00
63a0fa237e Merge version_4 into main
Merge version_4 into main
2026-03-17 06:26:07 +00:00
28e2d62c95 Merge version_4 into main
Merge version_4 into main
2026-03-17 06:25:43 +00:00

View File

@@ -27,7 +27,7 @@ export default function LandingPage() {
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
brandName="Cozy Haven" brandName="Mondo House"
navItems={[ navItems={[
{ name: "Home", id: "hero" }, { name: "Home", id: "hero" },
{ name: "About", id: "about" }, { 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" 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> </div>
@@ -90,7 +90,7 @@ export default function LandingPage() {
<div id="experience" data-section="experience"> <div id="experience" data-section="experience">
<FeatureCardEight <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." description="More than coffee—it's an escape. Enjoy our unique duplex setting paired with a working leather workshop."
tag="What Makes Us Special" tag="What Makes Us Special"
tagAnimation="slide-up" tagAnimation="slide-up"
@@ -162,7 +162,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen <TestimonialCardSixteen
title="What Our Guests Say" 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" tag="Testimonials"
tagAnimation="slide-up" tagAnimation="slide-up"
testimonials={[ testimonials={[
@@ -200,7 +200,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
tag="Your New Favorite Place" tag="Your New Favorite Place"
title="Ready for an Escape?" 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" tagAnimation="slide-up"
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={true} useInvertedBackground={true}
@@ -213,7 +213,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <FooterBaseCard
logoText="Cozy Haven" logoText="Mondo House"
columns={[ columns={[
{ {
title: "Navigate", items: [ title: "Navigate", items: [
@@ -228,7 +228,7 @@ export default function LandingPage() {
{ label: "Address", href: "#" }, { label: "Address", href: "#" },
{ label: "Hours", href: "#" }, { label: "Hours", href: "#" },
{ label: "Phone", href: "tel:+97699999999" }, { 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" ariaLabel="Site footer"
/> />
</div> </div>