diff --git a/src/app/page.tsx b/src/app/page.tsx index 47225c4..466f56a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { handle: "@anasilva", testimonial: "Simplesmente delicioso! O melhor sushi da região.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-sushi-soy-sauce-view_23-2149013660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-sushi-soy-sauce-view_23-2149013660.jpg?_wi=1", imageAlt: "fresh sushi platter high quality", }, { @@ -68,7 +68,7 @@ export default function LandingPage() { handle: "@pedrosouza", testimonial: "Virou meu delivery preferido. Sempre chega muito rápido.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-cooks-healthy-meal-rustic-table-decorate-with-mint-leaf-two-raw-pieces-salmon-white-wine-sause-with-spices-herbs-presented-marble-deck-prepared-grill_346278-812.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-cooks-healthy-meal-rustic-table-decorate-with-mint-leaf-two-raw-pieces-salmon-white-wine-sause-with-spices-herbs-presented-marble-deck-prepared-grill_346278-812.jpg?_wi=1", imageAlt: "sushi chef preparing fresh fish", }, { @@ -76,7 +76,7 @@ export default function LandingPage() { handle: "@carlalima", testimonial: "Muito bem servido e com ingredientes super frescos.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sushi_1203-8457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sushi_1203-8457.jpg?_wi=1", imageAlt: "sushi combo platter for delivery", }, { @@ -84,7 +84,7 @@ export default function LandingPage() { handle: "@lucasmartins", testimonial: "Atendimento incrível e comida de qualidade.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tender-pretty-woman-is-sitting-white-table-have-plate-with-sushi-holding-wooden-chopsticks-both-hands_231208-3076.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tender-pretty-woman-is-sitting-white-table-have-plate-with-sushi-holding-wooden-chopsticks-both-hands_231208-3076.jpg?_wi=1", imageAlt: "happy customer eating sushi", }, { @@ -92,7 +92,7 @@ export default function LandingPage() { handle: "@beatrizol", testimonial: "Nota 10! Sempre recomendo para todos meus amigos.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-sushi-soy-sauce-view_23-2149013660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-sushi-soy-sauce-view_23-2149013660.jpg?_wi=2", imageAlt: "fresh sushi platter high quality", }, ]} @@ -106,7 +106,7 @@ export default function LandingPage() { href: "https://wa.me/5511999999999", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/delicious-sushi-soy-sauce-view_23-2149013660.jpg" + imageSrc="http://img.b2bpic.net/free-photo/delicious-sushi-soy-sauce-view_23-2149013660.jpg?_wi=3" imageAlt="Sushi fresco premium" avatars={[ { @@ -145,37 +145,37 @@ export default function LandingPage() { id: "1", name: "Combo Premium", price: "R$ 89,90", - imageSrc: "http://img.b2bpic.net/free-photo/sushi_1203-8457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sushi_1203-8457.jpg?_wi=2", }, { id: "2", name: "Hot Roll Especial", price: "R$ 35,00", - imageSrc: "http://img.b2bpic.net/free-photo/sushi_1203-8457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sushi_1203-8457.jpg?_wi=3", }, { id: "3", name: "Temaki Salmão", price: "R$ 28,00", - imageSrc: "http://img.b2bpic.net/free-photo/sushi_1203-8457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sushi_1203-8457.jpg?_wi=4", }, { id: "4", name: "Sashimi Mix", price: "R$ 45,00", - imageSrc: "http://img.b2bpic.net/free-photo/sushi_1203-8457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sushi_1203-8457.jpg?_wi=5", }, { id: "5", name: "Combo Família", price: "R$ 145,00", - imageSrc: "http://img.b2bpic.net/free-photo/sushi_1203-8457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sushi_1203-8457.jpg?_wi=6", }, { id: "6", name: "Temaki Hot", price: "R$ 30,00", - imageSrc: "http://img.b2bpic.net/free-photo/sushi_1203-8457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sushi_1203-8457.jpg?_wi=7", }, ]} title="Pratos em Destaque" @@ -191,7 +191,7 @@ export default function LandingPage() { description="No Sr. Sushi, acreditamos que a comida japonesa é uma arte. Selecionamos ingredientes frescos diariamente para garantir que cada peça entregue na sua casa seja impecável." subdescription="Preparo cuidadoso, atendimento atencioso e o melhor custo-benefício do Jardim Sarah." icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/man-cooks-healthy-meal-rustic-table-decorate-with-mint-leaf-two-raw-pieces-salmon-white-wine-sause-with-spices-herbs-presented-marble-deck-prepared-grill_346278-812.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-cooks-healthy-meal-rustic-table-decorate-with-mint-leaf-two-raw-pieces-salmon-white-wine-sause-with-spices-herbs-presented-marble-deck-prepared-grill_346278-812.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -209,7 +209,7 @@ export default function LandingPage() { quote: "Nota mil! Muito saboroso e entrega rápida.", tag: "Delivery", avatarSrc: "http://img.b2bpic.net/free-photo/tender-pretty-woman-is-sitting-white-table-have-plate-with-sushi-holding-wooden-chopsticks-both-hands_231208-3076.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/man-cooks-healthy-meal-rustic-table-decorate-with-mint-leaf-two-raw-pieces-salmon-white-wine-sause-with-spices-herbs-presented-marble-deck-prepared-grill_346278-812.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-cooks-healthy-meal-rustic-table-decorate-with-mint-leaf-two-raw-pieces-salmon-white-wine-sause-with-spices-herbs-presented-marble-deck-prepared-grill_346278-812.jpg?_wi=3", imageAlt: "sushi chef preparing fresh fish", }, { @@ -220,7 +220,7 @@ export default function LandingPage() { quote: "Sempre muito bem servido e ingredientes frescos.", tag: "Restaurante", avatarSrc: "http://img.b2bpic.net/free-photo/tender-pretty-woman-is-sitting-white-table-have-plate-with-sushi-holding-wooden-chopsticks-both-hands_231208-3076.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/sushi_1203-8457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sushi_1203-8457.jpg?_wi=8", imageAlt: "sushi combo platter for delivery", }, { @@ -231,7 +231,7 @@ export default function LandingPage() { quote: "Atendimento excelente, super atenciosos.", tag: "Delivery", avatarSrc: "http://img.b2bpic.net/free-photo/tender-pretty-woman-is-sitting-white-table-have-plate-with-sushi-holding-wooden-chopsticks-both-hands_231208-3076.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/tender-pretty-woman-is-sitting-white-table-have-plate-with-sushi-holding-wooden-chopsticks-both-hands_231208-3076.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tender-pretty-woman-is-sitting-white-table-have-plate-with-sushi-holding-wooden-chopsticks-both-hands_231208-3076.jpg?_wi=2", imageAlt: "happy customer eating sushi", }, { @@ -242,7 +242,7 @@ export default function LandingPage() { quote: "O melhor custo-benefício da região.", tag: "Delivery", avatarSrc: "http://img.b2bpic.net/free-photo/tender-pretty-woman-is-sitting-white-table-have-plate-with-sushi-holding-wooden-chopsticks-both-hands_231208-3076.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-sushi-soy-sauce-view_23-2149013660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-sushi-soy-sauce-view_23-2149013660.jpg?_wi=4", imageAlt: "fresh sushi platter high quality", }, { @@ -253,7 +253,7 @@ export default function LandingPage() { quote: "Já sou cliente fiel, não troco por nada!", tag: "Restaurante", avatarSrc: "http://img.b2bpic.net/free-photo/tender-pretty-woman-is-sitting-white-table-have-plate-with-sushi-holding-wooden-chopsticks-both-hands_231208-3076.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/man-cooks-healthy-meal-rustic-table-decorate-with-mint-leaf-two-raw-pieces-salmon-white-wine-sause-with-spices-herbs-presented-marble-deck-prepared-grill_346278-812.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-cooks-healthy-meal-rustic-table-decorate-with-mint-leaf-two-raw-pieces-salmon-white-wine-sause-with-spices-herbs-presented-marble-deck-prepared-grill_346278-812.jpg?_wi=4", imageAlt: "sushi chef preparing fresh fish", }, ]} @@ -271,7 +271,7 @@ export default function LandingPage() { tag="Contato" title="Peça seu Japa Agora" description="Estamos localizados na R. Dr. Paulo Carvalho Ferreira, 271. Entre em contato pelos botões abaixo." - imageSrc="http://img.b2bpic.net/free-photo/delicious-sushi-soy-sauce-view_23-2149013660.jpg" + imageSrc="http://img.b2bpic.net/free-photo/delicious-sushi-soy-sauce-view_23-2149013660.jpg?_wi=5" mediaAnimation="slide-up" mediaPosition="left" />