From 7d8c7ed33da131dca65b65b561f2183c2cf2a6b6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 02:07:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8032ae5..c33516c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,6 +75,7 @@ export default function LandingPage() { subdescription="Tradição, frescor e um ambiente acolhedor que transporta você diretamente para o coração da nossa floresta." icon={Utensils} mediaAnimation="blur-reveal" + imageSrc="https://images.unsplash.com/photo-1544148103-0773bf10d330?auto=format&fit=crop&q=80&w=800" /> @@ -100,12 +101,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "1", name: "Caldeirada de Filhote", price: "R$ 120,00" }, - { id: "2", name: "Dourada na Chapa", price: "R$ 95,00" }, - { id: "3", name: "Moqueca de Dourado", price: "R$ 110,00" }, - { id: "4", name: "Açaí Regional", price: "R$ 35,00" }, - { id: "5", name: "Cerveja Premium", price: "R$ 18,00" }, - { id: "6", name: "Tábua Amazônica", price: "R$ 85,00" }, + { id: "1", name: "Caldeirada de Filhote", price: "R$ 120,00", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?auto=format&fit=crop&q=80&w=400" }, + { id: "2", name: "Dourada na Chapa", price: "R$ 95,00", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?auto=format&fit=crop&q=80&w=400" }, + { id: "3", name: "Moqueca de Dourado", price: "R$ 110,00", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?auto=format&fit=crop&q=80&w=400" }, + { id: "4", name: "Açaí Regional", price: "R$ 35,00", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?auto=format&fit=crop&q=80&w=400" }, + { id: "5", name: "Cerveja Premium", price: "R$ 18,00", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?auto=format&fit=crop&q=80&w=400" }, + { id: "6", name: "Tábua Amazônica", price: "R$ 85,00", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?auto=format&fit=crop&q=80&w=400" }, ]} title="Especialidades da Casa" description="Receitas tradicionais feitas com paixão e ingredientes da terra." @@ -133,9 +134,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { id: "1", value: "4.5", title: "Avaliações no Google", description: "Comida inesquecível." }, - { id: "2", value: "260+", title: "Clientes Satisfeitos", description: "Experiências diárias." }, - { id: "3", value: "100%", title: "Frescor Garantido", description: "Rigourosa seleção." }, + { id: "1", value: "4.5", title: "Avaliações no Google", description: "Comida inesquecível.", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?auto=format&fit=crop&q=80&w=200" }, + { id: "2", value: "260+", title: "Clientes Satisfeitos", description: "Experiências diárias.", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?auto=format&fit=crop&q=80&w=200" }, + { id: "3", value: "100%", title: "Frescor Garantido", description: "Rigourosa seleção.", imageSrc: "https://images.unsplash.com/photo-1544148103-0773bf10d330?auto=format&fit=crop&q=80&w=200" }, ]} title="Números que celebram a tradição" description="Nossa trajetória marcada pela excelência e preferência local." -- 2.49.1