Update src/app/page.tsx
This commit is contained in:
@@ -101,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", 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" },
|
||||
{ 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&_wi=1" },
|
||||
{ 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&_wi=2" },
|
||||
{ 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&_wi=3" },
|
||||
{ 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&_wi=4" },
|
||||
{ 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&_wi=5" },
|
||||
{ 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&_wi=6" },
|
||||
]}
|
||||
title="Especialidades da Casa"
|
||||
description="Receitas tradicionais feitas com paixão e ingredientes da terra."
|
||||
@@ -134,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.", 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" },
|
||||
{ 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&_wi=1" },
|
||||
{ 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&_wi=2" },
|
||||
{ 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&_wi=3" },
|
||||
]}
|
||||
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