Update src/app/page.tsx
This commit is contained in:
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-seafood-meal_23-2151713224.jpg", imageAlt: "Prato de cataplana de marisco premium" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312236.jpg", imageAlt: "Interior acolhedor e elegante do restaurante" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312236.jpg?_wi=1", imageAlt: "Interior acolhedor e elegante do restaurante" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -82,7 +82,7 @@ export default function LandingPage() {
|
||||
tag="A Nossa História"
|
||||
tagIcon={UtensilsCrossed}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beach-restaurant-evening_661209-253.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beach-restaurant-evening_661209-253.jpg?_wi=1"
|
||||
imageAlt="Interior acolhedor do Cantinho da Susi"
|
||||
mediaAnimation="blur-reveal"
|
||||
metrics={[
|
||||
@@ -105,15 +105,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Sabores Autênticos", description: "Marisco fresco, cataplana tradicional, polvo grelhado. Pratos que contam histórias da gastronomia portuguesa.", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-fried-shrimps_140725-44339.jpg", imageAlt: "Cataplana de marisco fresco"
|
||||
title: "Sabores Autênticos", description: "Marisco fresco, cataplana tradicional, polvo grelhado. Pratos que contam histórias da gastronomia portuguesa.", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-fried-shrimps_140725-44339.jpg?_wi=1", imageAlt: "Cataplana de marisco fresco"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Atmosfera Acolhedora", description: "Espaço íntimo e tranquilo, perfeito para jantares especiais. Ambiente que sussurra luxo, não grita.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312236.jpg", imageAlt: "Interior elegante e acolhedor"
|
||||
title: "Atmosfera Acolhedora", description: "Espaço íntimo e tranquilo, perfeito para jantares especiais. Ambiente que sussurra luxo, não grita.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312236.jpg?_wi=2", imageAlt: "Interior elegante e acolhedor"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Serviço Personalizado", description: "Próximo, atento e multilingue. Aqui compreendemos que os detalhes fazem a diferença.", imageSrc: "http://img.b2bpic.net/free-photo/beach-restaurant-evening_661209-253.jpg", imageAlt: "Detalhe do serviço elegante"
|
||||
title: "Serviço Personalizado", description: "Próximo, atento e multilingue. Aqui compreendemos que os detalhes fazem a diferença.", imageSrc: "http://img.b2bpic.net/free-photo/beach-restaurant-evening_661209-253.jpg?_wi=2", imageAlt: "Detalhe do serviço elegante"
|
||||
}
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
@@ -132,7 +132,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Especialidade", name: "Cataplana de Marisco", price: "Variável", rating: 5,
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-fried-shrimps_140725-44339.jpg", imageAlt: "Cataplana de marisco fresco"
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-fried-shrimps_140725-44339.jpg?_wi=2", imageAlt: "Cataplana de marisco fresco"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Entrada", name: "Tártaro de Salmão", price: "€18", rating: 5,
|
||||
@@ -181,7 +181,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312236.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-dining-table-with-grapes_23-2150312236.jpg?_wi=3"
|
||||
imageAlt="Interior elegante para reserva"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user