Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-27 06:56:19 +00:00

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
description="Authentic flavors, crafted with passion. Experience the crunch, taste the zest."
buttons={[
{
text: "Order Now", href: "#products"},
text: "Order Your Momos Now", href: "#products"},
]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-asian-meal-with-herbs_23-2148694374.jpg", imageAlt: "momo food photography dark background" },
@@ -217,4 +217,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}