From 1e75d8dc31ff40a71329a13be07d3571dd122f33 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:46:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d1bf91..2cdf931 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,12 +44,12 @@ export default function LandingPage() { description="Autêntica cozinha tradicional em Setúbal. Descubra sabores únicos nas Praias do Sado." buttons={[{ text: "Reservar Mesa", href: "#contact" }]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/various-seafood-plate-with-glass-compote_140725-6370.jpg", imageAlt: "O Jacques Restaurant Dining" }, - { imageSrc: "http://img.b2bpic.net/free-photo/various-seafood-plate-with-glass-compote_140725-6370.jpg", imageAlt: "Pratos Tradicionais" }, - { imageSrc: "http://img.b2bpic.net/free-photo/various-seafood-plate-with-glass-compote_140725-6370.jpg", imageAlt: "Ambiente Acolhedor" }, - { imageSrc: "http://img.b2bpic.net/free-photo/various-seafood-plate-with-glass-compote_140725-6370.jpg", imageAlt: "Cozinha Local" }, - { imageSrc: "http://img.b2bpic.net/free-photo/various-seafood-plate-with-glass-compote_140725-6370.jpg", imageAlt: "Experiência Gastronómica" }, - { imageSrc: "http://img.b2bpic.net/free-photo/various-seafood-plate-with-glass-compote_140725-6370.jpg", imageAlt: "Bem-vindo" } + { imageSrc: "http://img.b2bpic.net/free-photo/various-seafood-plate-with-glass-compote_140725-6370.jpg?_wi=1", imageAlt: "O Jacques Restaurant Dining" }, + { imageSrc: "http://img.b2bpic.net/free-photo/various-seafood-plate-with-glass-compote_140725-6370.jpg?_wi=2", imageAlt: "Pratos Tradicionais" }, + { imageSrc: "http://img.b2bpic.net/free-photo/various-seafood-plate-with-glass-compote_140725-6370.jpg?_wi=3", imageAlt: "Ambiente Acolhedor" }, + { imageSrc: "http://img.b2bpic.net/free-photo/various-seafood-plate-with-glass-compote_140725-6370.jpg?_wi=4", imageAlt: "Cozinha Local" }, + { imageSrc: "http://img.b2bpic.net/free-photo/various-seafood-plate-with-glass-compote_140725-6370.jpg?_wi=5", imageAlt: "Experiência Gastronómica" }, + { imageSrc: "http://img.b2bpic.net/free-photo/various-seafood-plate-with-glass-compote_140725-6370.jpg?_wi=6", imageAlt: "Bem-vindo" } ]} /> @@ -90,8 +90,8 @@ export default function LandingPage() {