Compare commits
3 Commits
version_1_
...
version_3_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c9e7997457 | ||
| a45caee777 | |||
|
|
ab50c2a597 |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user