Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d1b9438f0 | |||
| 114cbd57de | |||
| dd5cc7fe91 | |||
| eeea36db83 |
@@ -46,7 +46,6 @@ export default function FullMenuPage() {
|
||||
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: "" },
|
||||
@@ -68,4 +67,4 @@ export default function FullMenuPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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