Merge version_2 into main #3
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user