Update src/app/page.tsx

This commit is contained in:
2026-05-12 22:41:06 +00:00
parent 24f12cca0f
commit 72b027b516

View File

@@ -104,6 +104,11 @@ export default function LandingPage() {
reviewCount: "850", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-asian-food-composition_23-2148132835.jpg", imageAlt: "Crispy Karaage Bowl"
}
]}
buttons={[
{ text: "Order Burger", href: "#contact" },
{ text: "Order Ramen", href: "#contact" },
{ text: "Order Bowl", href: "#contact" }
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
@@ -214,4 +219,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}