diff --git a/src/app/page.tsx b/src/app/page.tsx index c716823..761d32b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,23 +33,16 @@ export default function LandingPage() { @@ -59,34 +52,22 @@ export default function LandingPage() { description="Pães artesanais, confeitaria fina e um ambiente lounge para você saborear os melhores momentos do seu dia." buttons={[ { - text: "Ver Cardápio", - href: "#cardapio", - }, + text: "Ver Cardápio", href: "#cardapio"}, ]} imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_74190-4925.jpg" imageAlt="Ambiente aconchegante da Kitutis" showBlur={true} avatars={[ { - src: "http://img.b2bpic.net/free-photo/shop-assistant-holding-pastry_23-2147984963.jpg", - alt: "Shop assistant holding pastry", - }, + src: "http://img.b2bpic.net/free-photo/shop-assistant-holding-pastry_23-2147984963.jpg", alt: "Shop assistant holding pastry"}, { - src: "http://img.b2bpic.net/free-photo/waitress-placing-pastries_23-2147984967.jpg", - alt: "Waitress placing pastries", - }, + src: "http://img.b2bpic.net/free-photo/waitress-placing-pastries_23-2147984967.jpg", alt: "Waitress placing pastries"}, { - src: "http://img.b2bpic.net/free-photo/tasty-morning-pastry-coffee-display-traditional-city-cafe_613910-18517.jpg", - alt: "Tasty morning pastry for coffee", - }, + src: "http://img.b2bpic.net/free-photo/tasty-morning-pastry-coffee-display-traditional-city-cafe_613910-18517.jpg", alt: "Tasty morning pastry for coffee"}, { - src: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379551.jpg", - alt: "View of delicious baked bread", - }, + src: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379551.jpg", alt: "View of delicious baked bread"}, { - src: "http://img.b2bpic.net/free-photo/beautiful-vase-with-flowers-cup-tea_169016-5355.jpg", - alt: "Cup of tea and fresh pastries", - }, + src: "http://img.b2bpic.net/free-photo/beautiful-vase-with-flowers-cup-tea_169016-5355.jpg", alt: "Cup of tea and fresh pastries"}, ]} /> @@ -111,20 +92,11 @@ export default function LandingPage() { description="Priorizamos ingredientes frescos e um processo artesanal que garante qualidade superior." accordionItems={[ { - id: "1", - title: "Pães Artesanais", - content: "Fermentação natural para pães mais leves, crocantes e saudáveis.", - }, + id: "1", title: "Pães Artesanais", content: "Fermentação natural para pães mais leves, crocantes e saudáveis."}, { - id: "2", - title: "Confeitaria Fina", - content: "Bolos e doces preparados com técnica e amor, perfeitos para celebrações.", - }, + id: "2", title: "Confeitaria Fina", content: "Bolos e doces preparados com técnica e amor, perfeitos para celebrações."}, { - id: "3", - title: "Ambiente Lounge", - content: "Espaço projetado para o seu relaxamento com Wi-Fi e conforto total.", - }, + id: "3", title: "Ambiente Lounge", content: "Espaço projetado para o seu relaxamento com Wi-Fi e conforto total."}, ]} imageSrc="http://img.b2bpic.net/free-photo/top-view-bakery-products-as-bagel-brioche-roll-crispy-baguette-black-bread-blue-background-with-copy-space_141793-11559.jpg" mediaAnimation="slide-up" @@ -139,41 +111,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - name: "Cappuccino Gourmet", - price: "R$ 15,00", - imageSrc: "http://img.b2bpic.net/free-photo/leftover-coffee-black-cup-window-sill_23-2147898257.jpg", - }, + id: "1", name: "Cappuccino Gourmet", price: "R$ 15,00", imageSrc: "http://img.b2bpic.net/free-photo/leftover-coffee-black-cup-window-sill_23-2147898257.jpg"}, { - id: "2", - name: "Croissant de Chocolate", - price: "R$ 12,00", - imageSrc: "http://img.b2bpic.net/free-photo/plate-croissant-half-covered-strawberry-syrup_140725-1406.jpg", - }, + id: "2", name: "Croissant de Chocolate", price: "R$ 12,00", imageSrc: "http://img.b2bpic.net/free-photo/plate-croissant-half-covered-strawberry-syrup_140725-1406.jpg"}, { - id: "3", - name: "Bolo de Cenoura", - price: "R$ 18,00", - imageSrc: "http://img.b2bpic.net/free-photo/slice-carrot-cake-with-cream-cheese-frosting-pecans-white-plate_9975-124804.jpg", - }, + id: "3", name: "Bolo de Cenoura", price: "R$ 18,00", imageSrc: "http://img.b2bpic.net/free-photo/slice-carrot-cake-with-cream-cheese-frosting-pecans-white-plate_9975-124804.jpg"}, { - id: "4", - name: "Hambúrguer Artesanal", - price: "R$ 28,00", - imageSrc: "http://img.b2bpic.net/free-photo/juicy-smash-burger-cutting-board-crispy-golden-edges_123827-36174.jpg", - }, + id: "4", name: "Hambúrguer Artesanal", price: "R$ 28,00", imageSrc: "http://img.b2bpic.net/free-photo/juicy-smash-burger-cutting-board-crispy-golden-edges_123827-36174.jpg"}, { - id: "5", - name: "Coxinha Premium", - price: "R$ 10,00", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-spanish-croquettes-composition_23-2149173861.jpg", - }, + id: "5", name: "Coxinha Premium", price: "R$ 10,00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-spanish-croquettes-composition_23-2149173861.jpg"}, { - id: "6", - name: "Torta de Frutas", - price: "R$ 15,00", - imageSrc: "http://img.b2bpic.net/free-photo/png-berry-pie-with-raspberries-wooden-plate-isolated-white-background_185193-164153.jpg", - }, + id: "6", name: "Torta de Frutas", price: "R$ 15,00", imageSrc: "http://img.b2bpic.net/free-photo/png-berry-pie-with-raspberries-wooden-plate-isolated-white-background_185193-164153.jpg"}, ]} title="Destaques do Cardápio" description="Do café da manhã ao lanche da tarde, tudo o que você mais gosta." @@ -187,59 +135,28 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Luiz Carlos", - role: "Local Guide", - company: "Cliente", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-consumerism-purchasing-concept-glad-fashionable-woman-wears-pink-sunglasses-stylish-jacket-carries-paper-shopping-bags-has-happy-mood-strolls-sreeet-against-urban-bbackground_273609-62290.jpg", - }, + id: "1", name: "Luiz Carlos", role: "Local Guide", company: "Cliente", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/people-consumerism-purchasing-concept-glad-fashionable-woman-wears-pink-sunglasses-stylish-jacket-carries-paper-shopping-bags-has-happy-mood-strolls-sreeet-against-urban-bbackground_273609-62290.jpg"}, { - id: "2", - name: "Eduardo Mendes", - role: "Local Guide", - company: "Cliente", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg", - }, + id: "2", name: "Eduardo Mendes", role: "Local Guide", company: "Cliente", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg"}, { - id: "3", - name: "Maria Silva", - role: "Cliente", - company: "Cliente", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/samesex-homosexual-female-partners-drinking-coffee-eating-cakes-restaurant_273609-9461.jpg", - }, + id: "3", name: "Maria Silva", role: "Cliente", company: "Cliente", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/samesex-homosexual-female-partners-drinking-coffee-eating-cakes-restaurant_273609-9461.jpg"}, { - id: "4", - name: "João Santos", - role: "Cliente", - company: "Cliente", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg", - }, + id: "4", name: "João Santos", role: "Cliente", company: "Cliente", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg"}, { - id: "5", - name: "Ana Oliveira", - role: "Cliente", - company: "Cliente", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-asian-woman-standing-front-cafe-entrance-inviting-people-businesswoman-owner_1258-134096.jpg", - }, + id: "5", name: "Ana Oliveira", role: "Cliente", company: "Cliente", rating: 4, + imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-asian-woman-standing-front-cafe-entrance-inviting-people-businesswoman-owner_1258-134096.jpg"}, ]} kpiItems={[ { - value: "1.4k+", - label: "Avaliações", - }, + value: "1.4k+", label: "Avaliações"}, { - value: "4.5", - label: "Nota Média", - }, + value: "4.5", label: "Nota Média"}, { - value: "100%", - label: "Qualidade", - }, + value: "100%", label: "Qualidade"}, ]} title="O que dizem os clientes" description="A excelência que você encontra na Kitutis comprovada pelos nossos clientes." @@ -253,26 +170,11 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "10 anos", - title: "Experiência", - description: "Servindo Telêmaco Borba", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-male-baker-standing-table-with-fresh-croissant-loaf-bread_23-2148189041.jpg", - }, + id: "m1", value: "10 anos", title: "Experiência", description: "Servindo Telêmaco Borba", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-male-baker-standing-table-with-fresh-croissant-loaf-bread_23-2148189041.jpg"}, { - id: "m2", - value: "50+", - title: "Receitas", - description: "Pães e doces exclusivos", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-powdered-cocoa-round-plate-walnut-bowls-with-jam-honey-flour-wooden-spoon-honey-stick-table_140725-145218.jpg", - }, + id: "m2", value: "50+", title: "Receitas", description: "Pães e doces exclusivos", imageSrc: "http://img.b2bpic.net/free-photo/top-view-powdered-cocoa-round-plate-walnut-bowls-with-jam-honey-flour-wooden-spoon-honey-stick-table_140725-145218.jpg"}, { - id: "m3", - value: "300+", - title: "Clientes/Dia", - description: "Satisfeitos diariamente", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-women-eating-healthy-food_23-2149151664.jpg", - }, + id: "m3", value: "300+", title: "Clientes/Dia", description: "Satisfeitos diariamente", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-women-eating-healthy-food_23-2149151664.jpg"}, ]} title="Nossa Excelência" description="Números que refletem a paixão pelo que fazemos." @@ -284,20 +186,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Vocês realizam entregas?", - content: "Sim, fazemos entrega sem contato para sua comodidade.", - }, + id: "f1", title: "Vocês realizam entregas?", content: "Sim, fazemos entrega sem contato para sua comodidade."}, { - id: "f2", - title: "Qual o horário de funcionamento?", - content: "Estamos abertos diariamente até às 22:00, começando às 07:00.", - }, + id: "f2", title: "Qual o horário de funcionamento?", content: "Estamos abertos diariamente até às 22:00, começando às 07:00."}, { - id: "f3", - title: "Aceitam encomendas?", - content: "Trabalhamos com encomendas para festas e eventos com antecedência.", - }, + id: "f3", title: "Aceitam encomendas?", content: "Trabalhamos com encomendas para festas e eventos com antecedência."}, ]} sideTitle="Dúvidas Comuns" faqsAnimation="slide-up" @@ -308,14 +201,11 @@ export default function LandingPage() { @@ -326,29 +216,19 @@ export default function LandingPage() { logoText="Kitutis" columns={[ { - title: "Institucional", - items: [ + title: "Institucional", items: [ { - label: "Sobre Nós", - href: "#sobre", - }, + label: "Sobre Nós", href: "#sobre"}, { - label: "Cardápio", - href: "#cardapio", - }, + label: "Cardápio", href: "#cardapio"}, ], }, { - title: "Contato", - items: [ + title: "Contato", items: [ { - label: "Telefone: (42) 3272-1281", - href: "tel:4232721281", - }, + label: "Telefone: (42) 3272-1281", href: "tel:4232721281"}, { - label: "Av. Paraná, 192", - href: "#", - }, + label: "Av. Paraná, 192", href: "#"}, ], }, ]}