diff --git a/src/app/page.tsx b/src/app/page.tsx index e774433..f922cd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-woman-holding-glass-coffee-fast-food_169016-5333.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-holding-glass-coffee-fast-food_169016-5333.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -89,7 +89,7 @@ export default function LandingPage() { title: "Tipos de Molhos", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-focaccia-inrgedients_23-2148925147.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-focaccia-inrgedients_23-2148925147.jpg?_wi=1" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -107,21 +107,21 @@ export default function LandingPage() { name: "Wrap Clássico", price: "R$ 22,00", variant: "Carne ou Frango", - imageSrc: "http://img.b2bpic.net/free-photo/arabic-fast-food-shaurma-lavash_114579-3739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/arabic-fast-food-shaurma-lavash_114579-3739.jpg?_wi=1", }, { id: "2", name: "Prato Mediterrâneo", price: "R$ 30,00", variant: "Completo", - imageSrc: "http://img.b2bpic.net/free-photo/deep-fried-pork-belly-with-fish-sauce-dark-background_1150-45503.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/deep-fried-pork-belly-with-fish-sauce-dark-background_1150-45503.jpg?_wi=1", }, { id: "3", name: "Box Premium", price: "R$ 25,00", variant: "Misto", - imageSrc: "http://img.b2bpic.net/free-photo/circular-black-slate-with-cheese-platter-grapes-smoked-sausages-wooden-table_23-2148162059.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/circular-black-slate-with-cheese-platter-grapes-smoked-sausages-wooden-table_23-2148162059.jpg?_wi=1", }, { id: "4", @@ -168,7 +168,7 @@ export default function LandingPage() { title: "Temperos Exclusivos", subtitle: "Toque mediterrâneo", description: "Ervas e especiarias importadas com aquele toque caseiro.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-glass-coffee-fast-food_169016-5333.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-glass-coffee-fast-food_169016-5333.jpg?_wi=2", imageAlt: "Arabic kebab sandwich wrapped in aluminium foil", }, { @@ -176,7 +176,7 @@ export default function LandingPage() { title: "Atendimento Ágil", subtitle: "Direto na rua", description: "Seu lanche pronto na hora com a máxima eficiência.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-focaccia-inrgedients_23-2148925147.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-focaccia-inrgedients_23-2148925147.jpg?_wi=2", imageAlt: "Arabic kebab sandwich wrapped in aluminium foil", }, ]} @@ -228,7 +228,7 @@ export default function LandingPage() { quote: "Melhor churrasco grego de Balsas! Atendimento rápido e sabor nota 10.", tag: "Qualidade", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-joyful-female-straw-hat-recreate-summer-vacations-tropical-resort-country-speaks-via-smart-phone-with-relatives-uses-free-roaming-has-broad-shining-smile-lifestyle-concept_273609-2500.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-glass-coffee-fast-food_169016-5333.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-glass-coffee-fast-food_169016-5333.jpg?_wi=3", imageAlt: "happy customer eating street food", }, { @@ -239,7 +239,7 @@ export default function LandingPage() { quote: "O tempero é surreal, impossível comer um só.", tag: "Sabor", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-with-croissant-cup-coffee-city-walk_169016-23038.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-focaccia-inrgedients_23-2148925147.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-focaccia-inrgedients_23-2148925147.jpg?_wi=3", imageAlt: "happy customer eating street food", }, { @@ -250,7 +250,7 @@ export default function LandingPage() { quote: "Preço justo e qualidade excelente. Virei cliente assíduo.", tag: "Custo-Benefício", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-delicious-taco_23-2151047966.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/arabic-fast-food-shaurma-lavash_114579-3739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/arabic-fast-food-shaurma-lavash_114579-3739.jpg?_wi=2", imageAlt: "happy customer eating street food", }, { @@ -261,7 +261,7 @@ export default function LandingPage() { quote: "A carne é sempre suculenta, não tem erro.", tag: "Sabor", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-burger_23-2148705543.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/deep-fried-pork-belly-with-fish-sauce-dark-background_1150-45503.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/deep-fried-pork-belly-with-fish-sauce-dark-background_1150-45503.jpg?_wi=2", imageAlt: "happy customer eating street food", }, { @@ -272,7 +272,7 @@ export default function LandingPage() { quote: "Sabor mediterrâneo autêntico no coração de Balsas.", tag: "Qualidade", avatarSrc: "http://img.b2bpic.net/free-photo/young-cheerful-woman-with-dessert-near-cup-table-cafe_23-2148071637.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/circular-black-slate-with-cheese-platter-grapes-smoked-sausages-wooden-table_23-2148162059.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/circular-black-slate-with-cheese-platter-grapes-smoked-sausages-wooden-table_23-2148162059.jpg?_wi=2", imageAlt: "happy customer eating street food", }, ]}