3 Commits

Author SHA1 Message Date
kudinDmitriyUp
c9e7997457 Bob AI: Incorporate the business name 'Mokart Chillikart Khanapur' and its location deta 2026-06-25 08:38:26 +00:00
a45caee777 Merge version_2_1782376459944 into main
Merge version_2_1782376459944 into main
2026-06-25 08:37:18 +00:00
kudinDmitriyUp
ab50c2a597 Bob AI: Update the page content for the restaurant 'Mokart Chillikart Khanapur'. Incorpo 2026-06-25 08:37:15 +00:00

View File

@@ -13,9 +13,9 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroBillboardTiltedCarousel
tag="Authentic Bistro Experience"
title="Artisanal Momos Crafted Daily"
description="Experience the perfect balance of traditional spices and fresh ingredients. Each momo is hand-wrapped to ensure a perfect bite every time."
tag="Khanapur's Favorite Street Food"
title="Mokart Chillikart Khanapur"
description="Experience the vibrant flavors of Khanapur with our signature momos and street food delights. Freshly prepared daily for the perfect bite."
primaryButton={{
text: "View Menu",
href: "#menu",
@@ -55,6 +55,12 @@ export default function HomePage() {
title="Popular Favorites"
description="Discover our most celebrated dishes that keep customers coming back for more."
steps={[
{
tag: "New",
title: "Momos Platter",
description: "A delightful assortment of our best momos, perfect for sharing and tasting a bit of everything.",
imageSrc: "https://images.unsplash.com/photo-1496116218417-1a781b1c416c?w=800&q=80",
},
{
tag: "Signature",
title: "Kurkure Momo",
@@ -226,14 +232,14 @@ export default function HomePage() {
<SectionErrorBoundary name="contact">
<ContactCta
tag="Get in Touch"
text="Ready for a delicious experience? Visit us or place your order now."
text="Visit Mokart Chillikart Khanapur for a delicious experience. Find us in Khanapur or place your order now."
primaryButton={{
text: "Place Order",
href: "#",
}}
secondaryButton={{
text: "Directions",
href: "#",
href: "https://maps.app.goo.gl/zXvJWoUtbWCVH92h8",
}}
/>
</SectionErrorBoundary>