From a964d61873335ad7539b29fa7654d4e30ddf0fb4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 09:42:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 727ce37..8ea63c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,15 +121,15 @@ export default function LandingPage() { features={[ { id: "f1", title: "Ingredientes Orgânicos", author: "Sabor da Terra", description: "Priorizamos pequenos produtores locais.", tags: [], - videoSrc: "https://example.com/video.mp4" + videoSrc: "https://example.com/video.mp4?_wi=1" }, { id: "f2", title: "Preparo Artesanal", author: "Sabor da Terra", description: "Cada prato é feito à mão, respeitando o tempo de cada ingrediente.", tags: [], - videoSrc: "https://example.com/video.mp4" + videoSrc: "https://example.com/video.mp4?_wi=2" }, { id: "f3", title: "Ambiente Acolhedor", author: "Sabor da Terra", description: "Um refúgio para desfrutar com a família e amigos.", tags: [], - videoSrc: "https://example.com/video.mp4" + videoSrc: "https://example.com/video.mp4?_wi=3" }, ]} title="O Que Nos Torna Especiais"