Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-26 15:05:48 +00:00

View File

@@ -130,19 +130,19 @@ export default function LandingPage() {
id: "m1", title: "Francesinha", price: "10.00€", period: "Classic", features: [
"Layered Meats", "Cheese", "House Sauce"],
button: {
text: "See Full Menu", href: "#"},
text: "See Menu & Order", href: "#"},
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-tasty-lasagna-plate-dark-background-copy-place_140725-106353.jpg"},
{
id: "m2", title: "Hamburgers", price: "7.00€", period: "Fresh", features: [
"Fresh Bread", "Quality Meat", "Handmade"],
button: {
text: "See Full Menu", href: "#"},
text: "See Menu & Order", href: "#"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-tasty-with-vegetables-meat-inside-round-plate_140725-11602.jpg"},
{
id: "m3", title: "Classics", price: "5.50€", period: "Daily", features: [
"Bifanas", "Sides", "Local Drinks"],
button: {
text: "See Full Menu", href: "#"},
text: "See Menu & Order", href: "#"},
imageSrc: "http://img.b2bpic.net/free-photo/fresh-sandwich-with-salami-vegetables-table_23-2148590182.jpg"},
]}
title="Menu Preview"
@@ -213,4 +213,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}