Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 73e581ec81 | |||
| 18b8cde776 |
@@ -40,15 +40,23 @@ export default function FullMenuPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
title="Full Menu"
|
||||
description="Our complete selection of fresh bagels, breakfast plates, and lunch wraps."
|
||||
title="Our Full Menu"
|
||||
description="Fresh, local ingredients prepared daily. Prices are omitted for your convenience."
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Signature Bagel Sandwich", price: "", imageSrc: "" },
|
||||
{ id: "2", name: "Breakfast Wrap", price: "", imageSrc: "" },
|
||||
{ id: "4", name: "Plain Bagel", price: "", imageSrc: "" },
|
||||
{ id: "5", name: "Everything Bagel", price: "", imageSrc: "" },
|
||||
{ id: "6", name: "Egg & Cheese Sandwich", price: "", imageSrc: "" },
|
||||
{ id: "m1", name: "Signature Bagel Sandwich", price: "", imageSrc: "" },
|
||||
{ id: "m2", name: "Breakfast Wrap", price: "", imageSrc: "" },
|
||||
{ id: "m3", name: "Plain Bagel", price: "", imageSrc: "" },
|
||||
{ id: "m4", name: "Everything Bagel", price: "", imageSrc: "" },
|
||||
{ id: "m5", name: "Egg & Cheese Sandwich", price: "", imageSrc: "" },
|
||||
{ id: "m6", name: "Assorted Pastries", price: "", imageSrc: "" },
|
||||
{ id: "m7", name: "Coffee & Beverages", price: "", imageSrc: "" },
|
||||
{ id: "m8", name: "Breakfast Sides", price: "", imageSrc: "" },
|
||||
{ id: "m9", name: "French Toast", price: "", imageSrc: "" },
|
||||
{ id: "m10", name: "Pancakes", price: "", imageSrc: "" },
|
||||
{ id: "m11", name: "Breakfast Plates", price: "", imageSrc: "" },
|
||||
{ id: "m12", name: "Bagels", price: "", imageSrc: "" },
|
||||
{ id: "m13", name: "Merch", price: "", imageSrc: "" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -67,4 +75,4 @@ export default function FullMenuPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user