Merge version_3 into main #4
@@ -43,8 +43,8 @@ export default function CardapioPage() {
|
||||
title="Entradas Selecionadas"
|
||||
description="Comece sua experiência com nossos pratos autorais."
|
||||
products={[
|
||||
{ id: "ent-1", name: "Camarão ao Alho", price: "R$ 89,00", imageSrc: "http://img.b2bpic.net/free-photo/tiger-prawn-with-spicy-sauce-with-nice-decoration_1258-84823.jpg" },
|
||||
{ id: "ent-2", name: "Salada de Frutos do Mar", price: "R$ 75,00", imageSrc: "http://img.b2bpic.net/free-photo/seafood-crab-salad-with-fresh-parmesan-crackers-greenery-inside-white-plate_114579-1799.jpg" },
|
||||
{ id: "ent-1", name: "Camarão ao Alho", price: "R$ 89,00", brand: "Carioca", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/tiger-prawn-with-spicy-sauce-with-nice-decoration_1258-84823.jpg" },
|
||||
{ id: "ent-2", name: "Salada de Frutos do Mar", price: "R$ 75,00", brand: "Carioca", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/seafood-crab-salad-with-fresh-parmesan-crackers-greenery-inside-white-plate_114579-1799.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -7,7 +7,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import { Award, Users, Info } from "lucide-react";
|
||||
import { Award, Users } from "lucide-react";
|
||||
|
||||
export default function SobrePage() {
|
||||
return (
|
||||
@@ -55,6 +55,7 @@ export default function SobrePage() {
|
||||
sideTitle="Informações Gerais"
|
||||
sideDescription="Conheça os detalhes que tornam o Camarão Carioca único."
|
||||
faqsAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "a1", title: "Acessibilidade", content: "Nosso restaurante possui rampas de acesso e banheiros adaptados para maior comodidade de todos." },
|
||||
{ id: "a2", title: "Opções de Serviço", content: "Atendemos com serviço de salão, reserva antecipada e opções para retirada no balcão." },
|
||||
|
||||
Reference in New Issue
Block a user