Update src/app/page.tsx

This commit is contained in:
2026-04-16 17:44:21 +00:00
parent f37768d86b
commit 333d5a68c4

View File

@@ -75,6 +75,9 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
buttons={[
{ text: "Ver Cardápio Completo", href: "/menu" }
]}
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: "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" },