9 Commits

Author SHA1 Message Date
bbdf16c714 Update src/app/page.tsx 2026-03-17 06:32:04 +00:00
0d13452a3c Merge version_6 into main
Merge version_6 into main
2026-03-17 06:29:58 +00:00
da4dc87caa Update src/app/page.tsx 2026-03-17 06:29:53 +00:00
f1f5d23afa Merge version_6 into main
Merge version_6 into main
2026-03-17 06:29:33 +00:00
642d60aa80 Update src/app/page.tsx 2026-03-17 06:29:29 +00:00
4f4a20ea50 Merge version_5 into main
Merge version_5 into main
2026-03-17 06:27:15 +00:00
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">
<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,25 +162,39 @@ 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={[
{
id: "1", name: "Sarah Johnson", role: "Digital Nomad", company: "Remote Worker", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-smiling-woman-sweater-standing-with-arms-folded-isolated-gray-background_231208-7348.jpg"
id: "1", name: "Batchuluun Otgonzaya", role: "Coffee Enthusiast", company: "Local Community", rating: 5
},
{
id: "2", name: "Michael Chen", role: "Business Owner", company: "Local Startup", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-businessman-office-clothing_23-2148763859.jpg"
id: "2", name: "Panacea Cruden", role: "Designer", company: "Creative Collective", rating: 5
},
{
id: "3", name: "Amara Tserendorj", role: "Artist & Designer", company: "Creative Studio", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-silk-beige-dress-orange-oversized-blazer-green-positive-emotions-smile_343596-6539.jpg"
id: "3", name: "Gantig Bayrmaa", role: "Artist", company: "Independent Creator", rating: 5
},
{
id: "4", name: "David Kim", role: "Barista Enthusiast", company: "Coffee Connoisseur", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-cup_23-2149442323.jpg"
id: "4", name: "Цэрэнсодном Энхбаатар", role: "Entrepreneur", company: "Local Business", rating: 5
},
{
id: "5", name: "Enkhuush Enkhuush", role: "Writer", company: "Content Creator", rating: 5
},
{
id: "6", name: "Enguilen Gan-Erdene", role: "Musician", company: "Independent Artist", rating: 5
},
{
id: "7", name: "it's me XIII", role: "Blogger", company: "Digital Influencer", rating: 5
},
{
id: "8", name: "Bayasgalan Boldbaatar", role: "Consultant", company: "Strategic Partner", rating: 5
},
{
id: "9", name: "맹남주", role: "Cultural Ambassador", company: "International Connection", rating: 5
},
{
id: "10", name: "Sarah Johnson", role: "Digital Nomad", company: "Remote Worker", rating: 5
}
]}
kpiItems={[
@@ -200,7 +214,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 +227,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Cozy Haven"
logoText="Mondo House"
columns={[
{
title: "Navigate", items: [
@@ -228,7 +242,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,10 +254,10 @@ 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>
</ThemeProvider>
);
}
}