Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -46,6 +46,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Sabor do Farol"
|
||||
description="Restaurante com pratos Portugueses e Africanos. Avaliação 4.9 estrelas (21 críticas)."
|
||||
buttons={[{ text: "Ver Menu", href: "#menu" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DGnbKrnlBTHmSGQSEG63bSdzWf/uploaded-1777918494847-4l1yxucm.jpg", imageAlt: "Restaurante Sabor do Farol interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg", imageAlt: "Prato principal gourmet" },
|
||||
@@ -62,6 +63,7 @@ export default function LandingPage() {
|
||||
{ type: "text", content: "Informações Úteis" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/colourful-pins-map_23-2148510517.jpg", alt: "Localização" },
|
||||
]}
|
||||
buttons={[{ text: "Reservar", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -85,6 +87,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Pedir Online", href: "#contact" }]}
|
||||
products={[
|
||||
{ id: "1", brand: "Entrada", name: "Bacalhau à Brás", price: "14.50 €", rating: 5, reviewCount: "24", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DGnbKrnlBTHmSGQSEG63bSdzWf/uploaded-1777919309797-yeaqhf3n.png" },
|
||||
{ id: "2", brand: "Prato Principal", name: "Moamba de Galinha", price: "16.00 €", rating: 5, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/traditional-african-chicken-stew-moamba_140725-7784.jpg" },
|
||||
@@ -165,4 +168,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user