diff --git a/src/app/page.tsx b/src/app/page.tsx index 503b22b..199f7bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,16 +57,16 @@ export default function HomePage() { ]} buttonAnimation="slide-up" leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-white-plate_140725-10306.jpg", imageAlt: "Prato tradicional português" }, - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-tobacco-pita-bread-with-onions-sauce-with-salad-olives_141793-5139.jpg", imageAlt: "Frango grelhado" }, - { imageSrc: "http://img.b2bpic.net/free-photo/steak-with-vegetable-salad-fried-potatoes_114579-3255.jpg", imageAlt: "Carne grelhada" }, - { imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg", imageAlt: "Interior do restaurante" }, + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-white-plate_140725-10306.jpg?_wi=1", imageAlt: "Prato tradicional português" }, + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-tobacco-pita-bread-with-onions-sauce-with-salad-olives_141793-5139.jpg?_wi=1", imageAlt: "Frango grelhado" }, + { imageSrc: "http://img.b2bpic.net/free-photo/steak-with-vegetable-salad-fried-potatoes_114579-3255.jpg?_wi=1", imageAlt: "Carne grelhada" }, + { imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=1", imageAlt: "Interior do restaurante" }, ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-lemon-slices-garlic_140725-6641.jpg", imageAlt: "Peixe grelhado" }, - { imageSrc: "http://img.b2bpic.net/free-photo/baked-chicken-with-brussels-sprouts-table_23-2147954307.jpg", imageAlt: "Porções generosas" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-squashing-dough-with-fork-before-baking-top-view_176474-5545.jpg", imageAlt: "Comida caseira" }, - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-white-plate_140725-10306.jpg", imageAlt: "Experiência gastronómica" }, + { imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-lemon-slices-garlic_140725-6641.jpg?_wi=1", imageAlt: "Peixe grelhado" }, + { imageSrc: "http://img.b2bpic.net/free-photo/baked-chicken-with-brussels-sprouts-table_23-2147954307.jpg?_wi=1", imageAlt: "Porções generosas" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-squashing-dough-with-fork-before-baking-top-view_176474-5545.jpg?_wi=1", imageAlt: "Comida caseira" }, + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-buglama-white-plate_140725-10306.jpg?_wi=2", imageAlt: "Experiência gastronómica" }, ]} carouselPosition="right" background={{ variant: "glowing-orb" }} @@ -87,7 +87,7 @@ export default function HomePage() { { title: "Preços Acessíveis", description: "Qualidade premium com preços justos. Almoço completo de €5-10, como deve ser.", icon: TrendingDown }, { title: "Atendimento Rápido", description: "Eficiência sem sacrificar a qualidade. Perfeito para quem tem pressa mas não quer comprometer.", icon: Zap }, ]} - imageSrc="http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg" + imageSrc="http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=2" imageAlt="Ambiente acolhedor do Sabor Dos Anjos" imagePosition="right" textboxLayout="default" @@ -100,9 +100,9 @@ export default function HomePage() {