Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c718e6ecc | |||
| 338f60a957 | |||
| 4fd11dae94 | |||
| f65a5ddc5e | |||
| 6d685f7a15 |
@@ -37,6 +37,7 @@ export default function LandingPage() {
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
brandName="Sabor do Farol"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DGnbKrnlBTHmSGQSEG63bSdzWf/uploaded-1777919309797-pgbnzjrk.png"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -45,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" },
|
||||
@@ -61,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>
|
||||
|
||||
@@ -84,8 +87,9 @@ 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: "http://img.b2bpic.net/free-photo/delicious-bacalhau-bras-portuguese-dish_140725-6797.jpg" },
|
||||
{ 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" },
|
||||
{ id: "3", brand: "Sobremesa", name: "Pastel de Nata", price: "2.00 €", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-pastel-de-nata_140725-6797.jpg" },
|
||||
{ id: "4", brand: "Bebida", name: "Sumo de Kissângua", price: "3.00 €", rating: 4, reviewCount: "12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=86r19l" },
|
||||
@@ -164,4 +168,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user