Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9de8d46990 | |||
| 73e581ec81 | |||
| 18b8cde776 | |||
| 1d1b9438f0 | |||
| 114cbd57de | |||
| dd5cc7fe91 | |||
| eeea36db83 |
@@ -40,16 +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: "3", name: "Spanish Omelet Plate", 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>
|
||||
|
||||
@@ -81,7 +81,6 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{ id: "1", name: "Signature Bagel Sandwich", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJ0t0AzWEA1zu6ou9EvdZJLTtm/uploaded-1776093445960-aaw5kzmk.png" },
|
||||
{ id: "2", name: "Breakfast Wrap", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJ0t0AzWEA1zu6ou9EvdZJLTtm/uploaded-1776093445960-4j6162y3.png" },
|
||||
{ id: "3", name: "Spanish Omelet Plate", price: "", imageSrc: "http://img.b2bpic.net/free-photo/spanich-omelet-plate_74190-5956.jpg" },
|
||||
]}
|
||||
title="Fresh From Our Kitchen"
|
||||
description="Explore our delicious selection of breakfast plates, sandwiches, and fresh baked goods."
|
||||
@@ -127,4 +126,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user