6 Commits

Author SHA1 Message Date
73e581ec81 Update src/app/menu/page.tsx 2026-04-13 16:19:40 +00:00
18b8cde776 Merge version_7 into main
Merge version_7 into main
2026-04-13 16:15:13 +00:00
1d1b9438f0 Update src/app/page.tsx 2026-04-13 16:15:10 +00:00
114cbd57de Update src/app/menu/page.tsx 2026-04-13 16:15:10 +00:00
dd5cc7fe91 Merge version_6 into main
Merge version_6 into main
2026-04-13 15:31:45 +00:00
eeea36db83 Merge version_6 into main
Merge version_6 into main
2026-04-13 15:31:13 +00:00
2 changed files with 16 additions and 10 deletions

View File

@@ -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>

View File

@@ -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>
);
}
}