Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bc88e1ab03 | |||
| 963c837be2 | |||
| 333d5a68c4 | |||
| f37768d86b |
@@ -75,6 +75,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Ver Cardápio Completo", href: "/menu" }
|
||||||
|
]}
|
||||||
products={[
|
products={[
|
||||||
{ id: "p1", brand: "Sashimi", name: "Sashimi Especial", price: "€18.00", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/mixed-sashimi_74190-690.jpg" },
|
{ id: "p1", brand: "Sashimi", name: "Sashimi Especial", price: "€18.00", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/mixed-sashimi_74190-690.jpg" },
|
||||||
{ id: "p2", brand: "Rolls", name: "MGL Special Roll", price: "€14.00", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/raw-pork-meat_1203-8680.jpg" },
|
{ id: "p2", brand: "Rolls", name: "MGL Special Roll", price: "€14.00", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/raw-pork-meat_1203-8680.jpg" },
|
||||||
@@ -84,7 +87,7 @@ export default function LandingPage() {
|
|||||||
{ id: "p6", brand: "Entrada", name: "Sunomono", price: "€5.00", rating: 4, reviewCount: "38", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-soy-sauce-wooden-board_114579-3159.jpg" },
|
{ id: "p6", brand: "Entrada", name: "Sunomono", price: "€5.00", rating: 4, reviewCount: "38", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-soy-sauce-wooden-board_114579-3159.jpg" },
|
||||||
]}
|
]}
|
||||||
title="Nossos Destaques"
|
title="Nossos Destaques"
|
||||||
description="Descubra uma seleção cuidadosamente preparada de nossos pratos mais populares."
|
description="Descubra nossa seleção exclusiva de pratos signature, meticulosamente escolhidos por nossos chefs para garantir uma experiência inigualável."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user