diff --git a/src/app/page.tsx b/src/app/page.tsx index df811a2..fa93a62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,17 +32,11 @@ export default function LandingPage() { @@ -51,63 +45,40 @@ export default function LandingPage() {
@@ -117,9 +88,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Nossa História" description={[ - "Dedicados à excelência, selecionamos os melhores ingredientes para criar pratos que contam histórias. Do clássico ao contemporâneo, nosso compromisso é servir momentos inesquecíveis.", - "Ambiente acolhedor e familiar para que você sinta o verdadeiro sabor da tradição em cada detalhe.", - ]} + "Dedicados à excelência, selecionamos os melhores ingredientes para criar pratos que contam histórias. Do clássico ao contemporâneo, nosso compromisso é servir momentos inesquecíveis.", "Ambiente acolhedor e familiar para que você sinta o verdadeiro sabor da tradição em cada detalhe."]} /> @@ -131,41 +100,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Ao Alho", - price: "R$ 65,00", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fluffy-pizza-arrangement_23-2148574241.jpg", - }, + id: "p1", name: "Ao Alho", price: "R$ 65,00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fluffy-pizza-arrangement_23-2148574241.jpg"}, { - id: "p2", - name: "Café Paris", - price: "R$ 72,00", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-italian-food_23-2148202547.jpg", - }, + id: "p2", name: "Café Paris", price: "R$ 72,00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-italian-food_23-2148202547.jpg"}, { - id: "p3", - name: "À Gaúcha", - price: "R$ 68,00", - imageSrc: "http://img.b2bpic.net/free-photo/broccoli-bacon-cheese-bake-gray-stone-background_127032-3354.jpg", - }, + id: "p3", name: "À Gaúcha", price: "R$ 68,00", imageSrc: "http://img.b2bpic.net/free-photo/broccoli-bacon-cheese-bake-gray-stone-background_127032-3354.jpg"}, { - id: "p4", - name: "À Argentina", - price: "R$ 75,00", - imageSrc: "http://img.b2bpic.net/free-photo/salad-with-mozarella-tomato-slices-with-basilic-herbal-dressing_114579-3682.jpg", - }, + id: "p4", name: "À Argentina", price: "R$ 75,00", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-mozarella-tomato-slices-with-basilic-herbal-dressing_114579-3682.jpg"}, { - id: "p5", - name: "À Rodeio", - price: "R$ 69,00", - imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-cake-with-cacao-powder-top-served-with-tea_140725-8829.jpg", - }, + id: "p5", name: "À Rodeio", price: "R$ 69,00", imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-cake-with-cacao-powder-top-served-with-tea_140725-8829.jpg"}, { - id: "p6", - name: "À Mineira", - price: "R$ 78,00", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-teriyaki-sauce-with-red-cabbahe-herbs-lemon_114579-3395.jpg", - }, + id: "p6", name: "À Mineira", price: "R$ 78,00", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-teriyaki-sauce-with-red-cabbahe-herbs-lemon_114579-3395.jpg"}, ]} title="Cardápio Selecionado" description="Pratos preparados com maestria para agradar os paladares mais exigentes." @@ -174,52 +119,32 @@ export default function LandingPage() {