diff --git a/src/app/page.tsx b/src/app/page.tsx index b7b2e5e..274654f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,23 +31,16 @@ export default function LandingPage() { @@ -57,35 +50,15 @@ export default function LandingPage() { description="Artisan breads and delicate pastries baked fresh daily, with passion in every bite." buttons={[ { - text: "Ver Menu", - href: "#products", - }, + text: "Ver Menu", href: "#products"}, ]} slides={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/bread-loaf-food-photography-recipe-idea_53876-144781.jpg", - imageAlt: "Bread display", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/assortment-pieces-cake_114579-30722.jpg", - imageAlt: "Dessert showcase", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/christmas-tree-shaped-puff-pastry-cookies_114579-44352.jpg", - imageAlt: "Pastries display", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/male-baker-prepares-bread-with-flour_1150-17808.jpg", - imageAlt: "Baking process", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-doughnuts-wooden-board-with-pink-candies_114579-14583.jpg", - imageAlt: "Sweets case", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/pastries-croissants-table-near-cup-coffee-notebook_171337-14171.jpg", - imageAlt: "Coffee bakery", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/bread-loaf-food-photography-recipe-idea_53876-144781.jpg", imageAlt: "Bread display" }, + { imageSrc: "http://img.b2bpic.net/free-photo/assortment-pieces-cake_114579-30722.jpg", imageAlt: "Dessert showcase" }, + { imageSrc: "http://img.b2bpic.net/free-photo/christmas-tree-shaped-puff-pastry-cookies_114579-44352.jpg", imageAlt: "Pastries display" }, + { imageSrc: "http://img.b2bpic.net/free-photo/male-baker-prepares-bread-with-flour_1150-17808.jpg", imageAlt: "Baking process" }, + { imageSrc: "http://img.b2bpic.net/free-photo/chocolate-doughnuts-wooden-board-with-pink-candies_114579-14583.jpg", imageAlt: "Sweets case" }, + { imageSrc: "http://img.b2bpic.net/free-photo/pastries-croissants-table-near-cup-coffee-notebook_171337-14171.jpg", imageAlt: "Coffee bakery" }, ]} /> @@ -95,9 +68,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Nossa História" description={[ - "Na Massa Boa, dedicamo-nos a trazer o sabor autêntico da tradição para a sua mesa todos os dias.", - "Utilizamos apenas ingredientes selecionados e técnicas artesanais para garantir a qualidade de cada pão e doce que sai do nosso forno.", - ]} + "Na Massa Boa, dedicamo-nos a trazer o sabor autêntico da tradição para a sua mesa todos os dias.", "Utilizamos apenas ingredientes selecionados e técnicas artesanais para garantir a qualidade de cada pão e doce que sai do nosso forno."]} /> @@ -108,42 +79,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Baguete Artesanal", - price: "R$ 8,00", - imageSrc: "http://img.b2bpic.net/free-photo/bread-near-oils-jug_23-2147930115.jpg", - }, - { - id: "p2", - name: "Muffin de Chocolate", - price: "R$ 12,00", - imageSrc: "http://img.b2bpic.net/free-photo/blank-notepad-sweet-pastry_23-2148516663.jpg", - }, - { - id: "p3", - name: "Croissant de Manteiga", - price: "R$ 10,00", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastry-jam_23-2147693866.jpg", - }, - { - id: "p4", - name: "Torta de Morango", - price: "R$ 15,00", - imageSrc: "http://img.b2bpic.net/free-photo/sweet-christmas-pastry-with-balls-white-table_114579-76024.jpg", - }, - { - id: "p5", - name: "Cookies Tradicionais", - price: "R$ 6,00", - imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-chocolate-chip-cookies-white-surface_181624-55928.jpg", - }, - { - id: "p6", - name: "Brioche", - price: "R$ 9,00", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-with-fresh-blueberries-tea-white-desk-cake-biscuit-tea-berry-sugar_140725-22501.jpg", - }, + { id: "p1", name: "Baguete Artesanal", price: "R$ 8,00", imageSrc: "http://img.b2bpic.net/free-photo/bread-near-oils-jug_23-2147930115.jpg" }, + { id: "p2", name: "Muffin de Chocolate", price: "R$ 12,00", imageSrc: "http://img.b2bpic.net/free-photo/blank-notepad-sweet-pastry_23-2148516663.jpg" }, + { id: "p3", name: "Croissant de Manteiga", price: "R$ 10,00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastry-jam_23-2147693866.jpg" }, + { id: "p4", name: "Torta de Morango", price: "R$ 15,00", imageSrc: "http://img.b2bpic.net/free-photo/sweet-christmas-pastry-with-balls-white-table_114579-76024.jpg" }, + { id: "p5", name: "Cookies Tradicionais", price: "R$ 6,00", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-chocolate-chip-cookies-white-surface_181624-55928.jpg" }, + { id: "p6", name: "Brioche", price: "R$ 9,00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-with-fresh-blueberries-tea-white-desk-cake-biscuit-tea-berry-sugar_140725-22501.jpg" }, ]} title="Produtos em Destaque" description="Saboreie nossas criações exclusivas feitas com ingredientes frescos." @@ -157,24 +98,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} members={[ - { - id: "tm1", - name: "João Silva", - role: "Padeiro Chefe", - imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1411.jpg", - }, - { - id: "tm2", - name: "Maria Souza", - role: "Confeiteira", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2149631733.jpg", - }, - { - id: "tm3", - name: "Pedro Lima", - role: "Atendimento", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-business-woman-posing-her-own-coffee-shop_1163-1790.jpg", - }, + { id: "tm1", name: "João Silva", role: "Padeiro Chefe", imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1411.jpg" }, + { id: "tm2", name: "Maria Souza", role: "Confeiteira", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-kitchen_23-2149631733.jpg" }, + { id: "tm3", name: "Pedro Lima", role: "Atendimento", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-business-woman-posing-her-own-coffee-shop_1163-1790.jpg" }, ]} title="Nossa Equipe" description="Conheça as mãos por trás de cada receita." @@ -186,46 +112,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - title: "Incrível", - quote: "A melhor baguete da cidade!", - name: "Ana Oliveira", - role: "Cliente", - imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-burger-street-cafe_231208-12174.jpg", - }, - { - id: "t2", - title: "Delicioso", - quote: "Os doces são sempre frescos.", - name: "Carlos Santos", - role: "Cliente", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-barista-girl-with-croissants_23-2148436115.jpg", - }, - { - id: "t3", - title: "Amor", - quote: "Atendimento impecável.", - name: "Fernanda Lima", - role: "Cliente", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-baker-standing-with-arms-crossed_1170-2018.jpg", - }, - { - id: "t4", - title: "Sabor", - quote: "Perfeito para o café da tarde.", - name: "Ricardo Silva", - role: "Cliente", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-chocolate-cake_329181-2967.jpg", - }, - { - id: "t5", - title: "Recomendo", - quote: "Produtos de alta qualidade.", - name: "Juliana Costa", - role: "Cliente", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-green-shirt-looking-cheerful-front-view_176474-113951.jpg", - }, + { id: "t1", title: "Incrível", quote: "A melhor baguete da cidade!", name: "Ana Oliveira", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-burger-street-cafe_231208-12174.jpg" }, + { id: "t2", title: "Delicioso", quote: "Os doces são sempre frescos.", name: "Carlos Santos", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/front-view-barista-girl-with-croissants_23-2148436115.jpg" }, + { id: "t3", title: "Amor", quote: "Atendimento impecável.", name: "Fernanda Lima", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-baker-standing-with-arms-crossed_1170-2018.jpg" }, + { id: "t4", title: "Sabor", quote: "Perfeito para o café da tarde.", name: "Ricardo Silva", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-chocolate-cake_329181-2967.jpg" }, + { id: "t5", title: "Recomendo", quote: "Produtos de alta qualidade.", name: "Juliana Costa", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-green-shirt-looking-cheerful-front-view_176474-113951.jpg" }, ]} title="O que dizem os clientes" description="A opinião de quem ama a Massa Boa." @@ -237,21 +128,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "Vocês aceitam encomendas?", - content: "Sim, aceitamos encomendas para festas e eventos.", - }, - { - id: "f2", - title: "Quais os horários?", - content: "Estamos abertos das 7h às 20h.", - }, - { - id: "f3", - title: "Têm opções veganas?", - content: "Sim, temos pães sem produtos de origem animal.", - }, + { id: "f1", title: "Vocês aceitam encomendas?", content: "Sim, aceitamos encomendas para festas e eventos." }, + { id: "f2", title: "Quais os horários?", content: "Estamos abertos das 7h às 20h." }, + { id: "f3", title: "Têm opções veganas?", content: "Sim, temos pães sem produtos de origem animal." }, ]} title="Perguntas Frequentes" description="Dúvidas sobre nossos produtos." @@ -265,24 +144,10 @@ export default function LandingPage() { title="Entre em Contato" description="Fale conosco para pedidos ou sugestões." inputs={[ - { - name: "nome", - type: "text", - placeholder: "Nome completo", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "E-mail", - required: true, - }, + { name: "nome", type: "text", placeholder: "Nome completo", required: true }, + { name: "email", type: "email", placeholder: "E-mail", required: true }, ]} - textarea={{ - name: "msg", - placeholder: "Como podemos ajudar?", - rows: 4, - }} + textarea={{ name: "msg", placeholder: "Como podemos ajudar?", rows: 4 }} imageSrc="http://img.b2bpic.net/free-photo/orange-storefront-door-open-sign-minimalist-wooden-style_169016-68108.jpg" /> @@ -291,32 +156,8 @@ export default function LandingPage() {